Home
last modified time | relevance | path

Searched refs:inferred_status (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc65 auto inferred_status = ShapeInference::InferReduceShape( in ExpectInferredReduceShape() local
67 EXPECT_IS_OK(inferred_status.status()); in ExpectInferredReduceShape()
69 inferred_status.ValueOrDie())); in ExpectInferredReduceShape()
105 auto inferred_status = in TEST_F() local
107 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() local
115 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 …]