Home
last modified time | relevance | path

Searched defs:numel_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/autograd/
H A Dgradcheck.py66 output_tensors: Tuple, numel_input, dtype=None, device=None argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolution.cpp397 auto numel_input = at::symint::numel<T>(input); in needs_64bit_indexing_no_split() local