Searched refs:InferElementwiseBinaryOpShape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.h | 350 static StatusOr<Shape> InferElementwiseBinaryOpShape(
|
D | shape_inference.cc | 895 /* static */ StatusOr<Shape> ShapeInference::InferElementwiseBinaryOpShape( in InferElementwiseBinaryOpShape() function in xla::ShapeInference 978 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 995 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 1006 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 1026 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 1030 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
|