Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test_base.py117 def _itGen(self, smaller_shape, larger_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc783 const Shape& smaller_shape, const Shape& larger_shape, in InferInDimBroadcastShape()
943 const Shape& smaller_shape = lhs.rank() > rhs.rank() ? rhs : lhs; in InferElementwiseBinaryOpShape() local