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.h355 static StatusOr<Shape> InferClampShape(const Shape& min, const Shape& operand,
Dshape_inference.cc1055 return InferClampShape(lhs, rhs, ehs); in InferTernaryOpShape()
3111 /* static */ StatusOr<Shape> ShapeInference::InferClampShape( in InferClampShape() function in xla::ShapeInference