Home
last modified time | relevance | path

Searched defs:reduce_shape (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_dimension_inference_test.cc211 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
243 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
276 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
H A Dtree_reduction_rewriter.cc49 const Shape &reduce_shape = hlo->shape(); in HandleReduce() local
H A Dreduce_decomposer.cc136 Shape reduce_shape = reduce->shape(); in ExpectedOutputShape() local
H A Ddynamic_padder_test.cc158 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
419 auto reduce_shape = ShapeUtil::MakeShape(F32, {3, 5}); in TEST_F() local
H A Dalgebraic_simplifier.cc5762 Shape reduce_shape = ShapeUtil::DeleteDimensions(effective_reduce_dims, in HandleReduceWindow() local
H A Dalgebraic_simplifier_test.cc2679 Shape reduce_shape = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dreduction_degenerate_dim_remover.cc49 const Shape &reduce_shape = instr->shape().IsTuple() in HandleReduce() local
H A Dreduction_layout_normalizer.cc72 const Shape &reduce_shape = in HandleReduce() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dgpu_ldg_test.cc129 auto reduce_shape = ShapeUtil::MakeShape(F32, {32}); in TEST_F() local