Searched defs:bshape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment_test.cc | 353 Shape bshape = ShapeUtil::MakeShape(F32, {3, 1, 2}); in TEST_F() local 395 Shape bshape = ShapeUtil::MakeShape(F32, {12, 42}); in TEST_F() local 432 Shape bshape = ShapeUtil::MakeShape(F32, {2, 3, 4}); in TEST_F() local 547 Shape bshape = ShapeUtil::MakeShape(F32, {50, 2}); in TEST_F() local 1326 Shape bshape = ShapeUtil::MakeShape(F32, {8, 12}); in TEST_F() local
|