Home
last modified time | relevance | path

Searched defs:allow_numbers_as_tensors (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp1673 bool allow_numbers_as_tensors = opAllowsNumbersAsTensors(symbol); in initJITBindings() local
1722 bool allow_numbers_as_tensors = opAllowsNumbersAsTensors(symbol); in initJITBindings() local
1764 bool allow_numbers_as_tensors = opAllowsNumbersAsTensors(symbol); in initJITBindings() local
H A Dpybind_utils.cpp21 static thread_local bool allow_numbers_as_tensors = false; variable
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h329 bool allow_numbers_as_tensors = false; member
H A Dpython_arg_parser.cpp1288 bool allow_numbers_as_tensors = should_allow_numbers_as_tensors(name); in FunctionSignature() local