Home
last modified time | relevance | path

Searched full:_aminmax (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DReduceAllOps.cpp71 …TORCH_WARN_ONCE("_aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release… in _aminmax_all()
DTensorCompare.cpp686 std::tuple<Tensor, Tensor> _aminmax(const Tensor& self, int64_t dim, bool keepdim) { in _aminmax() function
687 …TORCH_WARN_ONCE("_aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release… in _aminmax()
Dnative_functions.yaml3766 - func: _aminmax(Tensor self) -> (Tensor, Tensor)
3769 autogen: _aminmax.out
3772 - func: _aminmax.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor, Tensor)
3774 CPU, CUDA: _aminmax
3775 autogen: _aminmax.dim_out
/external/pytorch/test/expect/
DHasDecompTest.test_has_decomposition.expect21 aten::_aminmax
22 aten::_aminmax.dim
23 aten::_aminmax.dim_out
24 aten::_aminmax.out
/external/pytorch/test/mobile/model_test/
Dmodel_ops.yaml33 aten::_aminmax: 18
Dcoverage.yaml1051 aten::_aminmax: 4
/external/pytorch/test/
Dallowlist_for_publicAPI.json1114 "_aminmax",
/external/pytorch/torch/_dynamo/
Dtrace_rules.py382 "torch._aminmax",