Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp216 std::vector<std::string> _tensor_info_funcs = {"size", "len", "dim", "numel"}; variable
477 return isAtenFunc(n, _tensor_info_funcs); in isTensorInfoNode()