Searched defs:JaxCompiledFunctionObject (Results 1 – 1 of 1) sorted by relevance
1034 struct JaxCompiledFunctionObject { struct1036 PyObject* dict; // Dictionary for __dict__1037 PyObject* weakrefs; // Weak references; for use by the Python interpreter.1038 CompiledFunction fun;