Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc899 /* static */ StatusOr<Shape> ShapeInference::InferElementwiseBinaryOpShape( in InferElementwiseBinaryOpShape() function in xla::ShapeInference
982 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
999 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
1010 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
1030 return InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
1034 InferElementwiseBinaryOpShape(opcode, lhs, rhs, in InferBinaryOpShape()
H A Dshape_inference.h382 static StatusOr<Shape> InferElementwiseBinaryOpShape(