Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py119 def _itGen(self, smaller_shape, larger_shape): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc779 const Shape& smaller_shape, const Shape& larger_shape, in InferInDimBroadcastShape()
938 const Shape& larger_shape = lhs.rank() > rhs.rank() ? lhs : rhs; in InferElementwiseBinaryOpShape() local