Searched defs:f32_arg_shape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 714 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 726 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 739 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 762 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 775 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 788 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
|