Home
last modified time | relevance | path

Searched defs:smaller_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()
939 const Shape& smaller_shape = lhs.rank() > rhs.rank() ? rhs : lhs; in InferElementwiseBinaryOpShape() local