Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h207 static StatusOr<Shape> InferWhileShape(const ProgramShape& condition,
Dshape_inference_test.cc1310 ShapeInference::InferWhileShape(cond, body, result_shape); in TEST_F()
1324 ShapeInference::InferWhileShape(bad_shape_1, body, result_shape); in TEST_F()
1332 ShapeInference::InferWhileShape(cond, bad_shape_2, result_shape); in TEST_F()
1339 ShapeInference::InferWhileShape(bad_shape_3, body, result_shape); in TEST_F()
1346 ShapeInference::InferWhileShape(cond, bad_shape_4, result_shape); in TEST_F()
Dshape_inference.cc2519 /* static */ StatusOr<Shape> ShapeInference::InferWhileShape( in InferWhileShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1829 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferWhileShape( in While()