Python wrappers
Public Python APIs implemented by this engine symbol.Reduce a by minimum along axes.
See Also
MinBackward — backward node.
Parameters
aTensorImplPtrInput tensor.
axesstd::vector<int>Axes to reduce. Negative indices wrap.
keepdimsboolIf
true, retains reduced dims as size-1.Returns
TensorImplPtrOutput tensor of the reduced shape.