Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder_test.cc74 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
191 auto reduce_shape = ShapeUtil::MakeShape(F32, {3, 5}); in TEST_F() local
Ddynamic_dimension_inference_test.cc181 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
213 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
Dalgebraic_simplifier.cc3134 Shape reduce_shape = ShapeUtil::FilterDimensions( in HandleReduceWindow() local
Dalgebraic_simplifier_test.cc1737 Shape reduce_shape = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc115 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local