Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h287 static StatusOr<Shape> InferReducePrecisionShape(const Shape& operand_shape,
Dhlo_verifier.cc389 return CheckShape(reduce_precision, ShapeInference::InferReducePrecisionShape( in HandleReducePrecision()
Dshape_inference.cc505 /* static */ StatusOr<Shape> ShapeInference::InferReducePrecisionShape( in InferReducePrecisionShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3123 ShapeInference::InferReducePrecisionShape( in ReducePrecision()