Home
last modified time | relevance | path

Searched refs:IdentityShapeRepresentationFn (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtf_xla_mlir_translate.cc287 IdentityShapeRepresentationFn(); in CompileMlirToXlaHloViaBuilder()
317 IdentityShapeRepresentationFn(), in MlirTfToHloTextTranslateFunctionImpl()
345 emit_use_tuple_arg, emit_return_tuple, IdentityShapeRepresentationFn(), in MlirTfGraphToHloTextTranslateFunction()
Dcompile_mlir_util.cc416 *shape_representation_fn = IdentityShapeRepresentationFn(); in CompileMlirSetup()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h83 XlaHelpers::ShapeRepresentationFn IdentityShapeRepresentationFn();
Dxla_helpers.cc129 XlaHelpers::ShapeRepresentationFn IdentityShapeRepresentationFn() { in IdentityShapeRepresentationFn() function
Dxla_compiler.cc527 options_.shape_representation_fn = IdentityShapeRepresentationFn(); in XlaCompiler()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc455 shape_representation_fn_ = tensorflow::IdentityShapeRepresentationFn(); in ConvertToHloModule()