Searched defs:larger_shape (Results 1 – 2 of 2) sorted by relevance
119 def _itGen(self, smaller_shape, larger_shape): argument
779 const Shape& smaller_shape, const Shape& larger_shape, in InferInDimBroadcastShape()938 const Shape& larger_shape = lhs.rank() > rhs.rank() ? lhs : rhs; in InferElementwiseBinaryOpShape() local