Home
last modified time | relevance | path

Searched refs: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
88 reduce_shape, negate, init, {0, 2}, GetScalarAddComputation())); in TEST_F()
191 auto reduce_shape = ShapeUtil::MakeShape(F32, {3, 5}); in TEST_F() local
201 reduce_shape, input, init, window, GetScalarAddComputation())); in TEST_F()
Ddynamic_dimension_inference_test.cc181 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
195 reduce_shape, negate, init, {0, 2}, GetAdd())); in TEST_F()
213 auto reduce_shape = ShapeUtil::MakeShape(F32, {1, 2}); in TEST_F() local
227 HloInstruction::CreateReduce(reduce_shape, negate, init, {1}, GetAdd())); in TEST_F()
Dalgebraic_simplifier.cc3134 Shape reduce_shape = ShapeUtil::FilterDimensions( in HandleReduceWindow() local
3141 /*shape=*/reduce_shape, in HandleReduceWindow()
Dalgebraic_simplifier_test.cc1737 Shape reduce_shape = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F() local
1742 reduce_shape, Concatenate, zero, {1, 2}, add_computation)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc115 auto reduce_shape = ShapeUtil::MakeShape(F32, {2}); in TEST_F() local
119 reduce_shape, in TEST_F()
126 HloInstruction::CreateUnary(reduce_shape, HloOpcode::kSin, reduce)); in TEST_F()