Home
last modified time | relevance | path

Searched defs:dim_opt (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DRepeat.cpp104 std::optional<int64_t> dim_opt, in repeat_interleave_symint()
DReduceOpsUtils.h187 at::OptionalIntArrayRef dim_opt, in make_reduction()
227 at::OptionalIntArrayRef dim_opt, bool keepdim, ScalarType dtype1, in make_reduction()
DSpectralOps.cpp753 static DimVector default_alldims(const Tensor& self, at::OptionalIntArrayRef dim_opt) { in default_alldims()
768 Tensor fft_fftshift(const Tensor& x, at::OptionalIntArrayRef dim_opt) { in fft_fftshift()
780 Tensor fft_ifftshift(const Tensor& x, at::OptionalIntArrayRef dim_opt) { in fft_ifftshift()
/external/pytorch/torch/csrc/jit/passes/
Dconcat_opt.cpp542 const auto dim_opt = toIValue(node->input(1)); in handleConcat() local
/external/pytorch/torch/csrc/jit/runtime/static/
Dpasses.cpp1265 auto dim_opt = toIValue(squeeze_node->input(1)); in UseSplitAndSqueeze() local
/external/pytorch/torch/csrc/autograd/
DFunctionsManual.cpp1832 at::OptionalIntArrayRef dim_opt, in var_backward()
1876 at::OptionalIntArrayRef dim_opt, in var_mean_backward()
1900 at::OptionalIntArrayRef dim_opt, in std_mean_backward()