Searched defs:kParamLength (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier_test.cc1079 const int kParamLength = 100; local
1080 Shape r1f32 = ShapeUtil::MakeShape(F32, {kParamLength});
1091 Shape result_shape = ShapeUtil::MakeShape(F32, {3 * kParamLength});
1111 const int kParamLength = 100; local
1112 Shape r1f32 = ShapeUtil::MakeShape(F32, {kParamLength});

Completed in 191 milliseconds