Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h313 static StatusOr<Shape> InferSelectShape(const Shape& pred,
Dshape_inference.cc1013 return InferSelectShape(lhs, rhs, ehs); in InferTernaryOpShape()
2772 /* static */ StatusOr<Shape> ShapeInference::InferSelectShape( in InferSelectShape() function in xla::ShapeInference