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.h359 static StatusOr<Shape> InferSelectShape(const Shape& pred,
Dshape_inference.cc1057 return InferSelectShape(lhs, rhs, ehs); in InferTernaryOpShape()
3126 /* static */ StatusOr<Shape> ShapeInference::InferSelectShape( in InferSelectShape() function in xla::ShapeInference