Home
last modified time | relevance | path

Searched refs:variable_excluded_from_dispatch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorBody.h242 return !at::impl::variable_excluded_from_dispatch(); in is_variable()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h46 inline bool variable_excluded_from_dispatch() { in variable_excluded_from_dispatch() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensor.cpp626 TORCH_INTERNAL_ASSERT(at::impl::variable_excluded_from_dispatch()); in _coalesce_sparse_cpu()