Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h363 static StatusOr<Shape> InferTupleSelectShape(const Shape& pred,
Dshape_inference.cc1059 return InferTupleSelectShape(lhs, rhs, ehs); in InferTernaryOpShape()
3156 /* static */ StatusOr<Shape> ShapeInference::InferTupleSelectShape( in InferTupleSelectShape() function in xla::ShapeInference