Searched refs:InferElementwiseBinaryOpShape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.h | 304 static StatusOr<Shape> InferElementwiseBinaryOpShape(
|
D | shape_inference.cc | 860 /* static */ StatusOr<Shape> ShapeInference::InferElementwiseBinaryOpShape( in InferElementwiseBinaryOpShape() function in xla::ShapeInference 932 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 951 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 962 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 982 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape() 986 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
|