Searched defs:f32_arg_shape (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | shape_inference_test.cc | 1126 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1138 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3, 1}); in TEST_F() local 1164 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1177 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1200 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3, 1}); in TEST_F() local 1223 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1236 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1249 Shape f32_arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
|