Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp21 static thread_local bool allow_numbers_as_tensors = false; variable
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
/external/pytorch/torch/csrc/utils/
Dpython_arg_parser.cpp1288 bool allow_numbers_as_tensors = should_allow_numbers_as_tensors(name); in FunctionSignature() local
Dpython_arg_parser.h329 bool allow_numbers_as_tensors = false; member