Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h503 inline InferredType tryToInferPrimitiveType(py::handle input) { in tryToInferPrimitiveType() function
533 auto type_match = primitiveTypeOnly ? tryToInferPrimitiveType(elem)
557 ? tryToInferPrimitiveType(entry.first)
574 ? tryToInferPrimitiveType(entry.second)
604 ? tryToInferPrimitiveType(elem)
/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.cpp253 auto match = torch::jit::tryToInferPrimitiveType(value); in RecordFunctionFast_enter()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp899 auto match = torch::jit::tryToInferPrimitiveType(arg); in unpack_input()