Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp87 bool should_allow_numbers_as_tensors(const std::string& name) { in should_allow_numbers_as_tensors() function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_tensor.py514 def should_allow_numbers_as_tensors(func: OpOverload) -> bool: function