Searched refs:GetPromotedBinaryOpShape (Results 1 – 3 of 3) sorted by relevance
21 GetPromotedBinaryOpShape(node1.shape(), node2.shape())); in operator +()28 GetPromotedBinaryOpShape(node1.shape(), node2.shape())); in operator -()35 GetPromotedBinaryOpShape(node1.shape(), node2.shape())); in operator *()42 GetPromotedBinaryOpShape(node1.shape(), node2.shape())); in operator /()
67 GetPromotedBinaryOpShape(const Shape& shape1, const Shape& shape2);
123 Shape GetPromotedBinaryOpShape(const Shape& shape1, const Shape& shape2) { in GetPromotedBinaryOpShape() function