Searched refs:_op_overload_to_schema_cache (Results 1 – 1 of 1) sorted by relevance
37 _op_overload_to_schema_cache: Dict[OpOverload, FunctionSchema] = {} variable86 native_schema = _op_overload_to_schema_cache.get(op_overload)89 _op_overload_to_schema_cache[op_overload] = native_schema # pyre-ignore