Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h257 static StatusOr<Shape> InferDynamicReshapeShape(
Dshape_inference.cc2911 /* static */ StatusOr<Shape> ShapeInference::InferDynamicReshapeShape( in InferDynamicReshapeShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1160 ShapeInference::InferDynamicReshapeShape( in DynamicReshape()