Home
last modified time | relevance | path

Searched defs:larger_shape (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc744 const Shape& smaller_shape, const Shape& larger_shape, in InferInDimBroadcastShape()
896 const Shape& larger_shape = lhs.rank() > rhs.rank() ? lhs : rhs; in InferElementwiseBinaryOpShape() local