Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_degenerate_dim_remover.cc42 const Shape &reduce_shape = instr->shape(); in HandleReduce() local
Dreduction_layout_normalizer.cc43 const Shape &reduce_shape = reduce->shape(); in HandleReduce() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtree_reduction_rewriter.cc48 const Shape &reduce_shape = hlo->shape(); in HandleReduce() local
Ddynamic_dimension_inference_test.cc204 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
236 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
269 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
Ddynamic_padder_test.cc116 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
347 auto reduce_shape = ShapeUtil::MakeShape(F32, {3, 5}); in TEST_F() local
Dalgebraic_simplifier.cc4818 Shape reduce_shape = ShapeUtil::FilterDimensions( in HandleReduceWindow() local
Dalgebraic_simplifier_test.cc2264 Shape reduce_shape = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc130 auto reduce_shape = ShapeUtil::MakeShape(F32, {32}); in TEST_F() local