Searched refs:inferred_status (Results 1 – 1 of 1) sorted by relevance
65 auto inferred_status = ShapeInference::InferReduceShape( in ExpectInferredReduceShape() local67 EXPECT_IS_OK(inferred_status.status()); in ExpectInferredReduceShape()69 inferred_status.ValueOrDie())); in ExpectInferredReduceShape()105 auto inferred_status = in TEST_F() local107 ASSERT_IS_OK(inferred_status.status()); in TEST_F()108 ASSERT_TRUE(ShapeUtil::Equal(matrix_shape, inferred_status.ValueOrDie())); in TEST_F()113 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() local115 ASSERT_IS_OK(inferred_status.status()); in TEST_F()116 ASSERT_TRUE(ShapeUtil::Equal(tuple, inferred_status.ValueOrDie())); in TEST_F()120 auto inferred_status = ShapeInference::InferTernaryOpShape( in TEST_F() local[all …]