Home
last modified time | relevance | path

Searched defs:root_shape (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreshape_mover_test.cc43 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
81 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); variable
112 auto root_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local
139 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
187 auto root_shape = ShapeUtil::MakeShape(F32, {2, 3}); variable
232 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); variable
269 auto root_shape = ShapeUtil::MakeShape(F32, {3, 2}); variable
322 auto root_shape = ShapeUtil::MakeShape(F32, {2, 3}); variable
362 auto root_shape = ShapeUtil::MakeShape(F32, {1, 1, 3}); variable
391 auto root_shape = ShapeUtil::MakeShape(F32, {8, 7}); in TEST_F() local
[all …]
H A Dconditional_canonicalizer.cc35 const Shape& root_shape = conditional->shape(); in CanonicalizeNonTupleConditional() local
H A Dhlo_verifier.cc1490 const Shape& root_shape = async_done->operand(0)->shape().tuple_shapes(1); in HandleAsyncDone() local
H A Dalgebraic_simplifier_test.cc7227 const Shape root_shape = m->entry_computation()->root_instruction()->shape(); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Ddynamic_shaped_ops.cc140 const XlaComputation& computation) -> StatusOr<XlaComputation> { in DynamicConditional()
200 const XlaComputation& computation) -> StatusOr<XlaComputation> { in DynamicConditional()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_nested.cc82 const Shape& root_shape = root->shape(); in CodegenNestedComputation() local
H A Dir_emitter_unnested.cc4843 const Shape& root_shape = fused_computation->root_instruction()->shape(); in GroupDisjointReductions() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder_test.cc635 const Shape& root_shape = in TEST_F() local
648 const Shape& root_shape = in TEST_F() local
664 const Shape& root_shape = in TEST_F() local
H A Dvalue_inference.cc1302 Shape root_shape = Shape(root->shape()); in AnalyzeIsDynamic() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.cc229 const Shape& root_shape = root->shape(); in CreateResultShapedBuffer() local
H A Dir_emitter.cc1472 const Shape& root_shape = root_instruction->shape(); in MatchReductionGenerator() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc278 Shape root_shape = module->entry_computation()->root_instruction()->shape(); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc383 TensorShapeProto root_shape; member