Home
last modified time | relevance | path

Searched refs:kParamLength (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc2202 const int kParamLength = 100; in TEST_F() local
2203 Shape r1f32 = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F()
2214 Shape result_shape = ShapeUtil::MakeShape(F32, {3 * kParamLength}); in TEST_F()
2236 const int kParamLength = 100; in TEST_F() local
2238 ShapeUtil::MakeShape(F32, {kParamLength, kParamLength, kParamLength}); in TEST_F()
2247 ShapeUtil::MakeShape(F32, {kParamLength, 3 * kParamLength, kParamLength}); in TEST_F()
2264 Shape reduce_shape = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F()
2286 const int kParamLength = 100; in TEST_F() local
2287 Shape r1f32 = ShapeUtil::MakeShape(F32, {kParamLength}); in TEST_F()