Searched full:_aminmax (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 21 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 D | ReduceAllOps.cpp | 71 …TORCH_WARN_ONCE("_aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release… in _aminmax_all()
|
H A D | TensorCompare.cpp | 686 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 D | native_functions.yaml | 3766 - 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 D | model_ops.yaml | 33 aten::_aminmax: 18
|
H A D | coverage.yaml | 1051 aten::_aminmax: 4
|
/aosp_15_r20/external/pytorch/test/ |
H A D | allowlist_for_publicAPI.json | 1114 "_aminmax",
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 382 "torch._aminmax",
|