Searched refs:s32matrix_64_64_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 52 const Shape s32matrix_64_64_ = ShapeUtil::MakeShape(S32, {64, 64}); member in xla::__anon8d0540a50111::ShapeInferenceTest 590 {&s32matrix_64_64_, &s32matrix_64_64_, &s32matrix_64_64_}, in TEST_F() 594 ShapeUtil::Equal(s32matrix_64_64_, inferred_status_r2s32.ValueOrDie())); in TEST_F() 1496 {f32_, s32_, pred_, vector_32_, matrix_32_48_}, s32matrix_64_64_)); in TEST_F() 1499 ShapeUtil::Equal(s32matrix_64_64_, inferred_status1.ValueOrDie())); in TEST_F()
|