Home
last modified time | relevance | path

Searched defs:tensor_arg (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_argmax_gpu.cu81 Tensor<DenseIndex, 3, DataLayout> tensor_arg(out_shape); in test_gpu_argmax_dim() local
170 Tensor<DenseIndex, 3, DataLayout> tensor_arg(out_shape); in test_gpu_argmin_dim() local
H A Dcxx11_tensor_argmax_sycl.cpp84 Tensor<DenseIndex, 3, DataLayout, DenseIndex> tensor_arg(out_shape); in test_sycl_argmax_dim() local
172 Tensor<DenseIndex, 3, DataLayout, DenseIndex> tensor_arg(out_shape); in test_sycl_argmin_dim() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DConcat.cpp158 for (const at::Tensor& tensor_arg : tensors) { in cat_feature_mult4ch() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py10688 def make_neg_dim_test(name, tensor_arg, arg_constr, types, extra_dim=0): argument