Home
last modified time | relevance | path

Searched defs:softmax_dim (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DSoftmax.cpp15 const long long softmax_dim, in set_softmax_kernel_params()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dsoftmax.cpp47 size_t softmax_dim = in computeSoftmax() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp1084 for (const auto softmax_dim : c10::irange(a.dim())) { in TEST_F() local
1157 for (const auto softmax_dim : c10::irange(a.dim())) { in TEST_F() local
1238 for (const auto softmax_dim : c10::irange(a.dim())) { in TEST_F() local