Home
last modified time | relevance | path

Searched refs:matchSchemaAllowFakeScriptObject (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp795 match = matchSchemaAllowFakeScriptObject(schema, args, kwargs); in checkSchemaAllowFakeScriptObject()
H A Dpybind_utils.h899 inline bool matchSchemaAllowFakeScriptObject( in matchSchemaAllowFakeScriptObject() function