Searched refs:tryToInferPrimitiveType (Results 1 – 3 of 3) sorted by relevance
503 inline InferredType tryToInferPrimitiveType(py::handle input) { in tryToInferPrimitiveType() function533 auto type_match = primitiveTypeOnly ? tryToInferPrimitiveType(elem)557 ? tryToInferPrimitiveType(entry.first)574 ? tryToInferPrimitiveType(entry.second)604 ? tryToInferPrimitiveType(elem)
253 auto match = torch::jit::tryToInferPrimitiveType(value); in RecordFunctionFast_enter()
899 auto match = torch::jit::tryToInferPrimitiveType(arg); in unpack_input()