Home
last modified time | relevance | path

Searched refs:InferClampShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h309 static StatusOr<Shape> InferClampShape(const Shape& min, const Shape& operand,
Dshape_inference.cc1011 return InferClampShape(lhs, rhs, ehs); in InferTernaryOpShape()
2737 /* static */ StatusOr<Shape> ShapeInference::InferClampShape( in InferClampShape() function in xla::ShapeInference