Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_has_decomposition.expect21 aten::_aminmax
22 aten::_aminmax.dim
23 aten::_aminmax.dim_out
24 aten::_aminmax.out
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceAllOps.cpp71 …TORCH_WARN_ONCE("_aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release… in _aminmax_all()
H A 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()
H A 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
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dmodel_ops.yaml33 aten::_aminmax: 18
H A Dcoverage.yaml1051 aten::_aminmax: 4
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json1114 "_aminmax",
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py382 "torch._aminmax",