Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1541 auto inferred_status0 = ShapeInference::InferConditionalShape( in TEST_F()
1549 auto inferred_status1 = ShapeInference::InferConditionalShape( in TEST_F()
1558 auto inferred_status2 = ShapeInference::InferConditionalShape( in TEST_F()
1566 auto inferred_status_error0 = ShapeInference::InferConditionalShape( in TEST_F()
1575 auto inferred_status_error1 = ShapeInference::InferConditionalShape( in TEST_F()
1584 auto inferred_status_error2 = ShapeInference::InferConditionalShape( in TEST_F()
1594 auto inferred_status_error3 = ShapeInference::InferConditionalShape( in TEST_F()
1603 auto inferred_status_error4 = ShapeInference::InferConditionalShape( in TEST_F()
1613 auto inferred_status_error5 = ShapeInference::InferConditionalShape( in TEST_F()
1626 auto inferred_status0 = ShapeInference::InferConditionalShape( in TEST_F()
[all …]
Dshape_inference.h212 static StatusOr<Shape> InferConditionalShape(
Dshape_inference.cc2555 /* static */ StatusOr<Shape> ShapeInference::InferConditionalShape( in InferConditionalShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1920 ShapeInference::InferConditionalShape( in Conditional()