Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h229 static StatusOr<Shape> InferReshapeShape(const Shape& operand,
Dshape_inference.cc2677 /* static */ StatusOr<Shape> ShapeInference::InferReshapeShape( in InferReshapeShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc896 ShapeInference::InferReshapeShape( in Reshape()