Searched refs:JaxCompiledFunctionObject (Results 1 – 1 of 1) sorted by relevance
1034 struct JaxCompiledFunctionObject { struct1049 return &(reinterpret_cast<JaxCompiledFunctionObject*>(handle.ptr())->fun); in AsCompiledFunctionUnchecked()1061 offsetof(JaxCompiledFunctionObject, fun)); in AsPyHandle()1068 JaxCompiledFunctionObject* self = in JaxCompiledFunction_tp_new()1069 reinterpret_cast<JaxCompiledFunctionObject*>( in JaxCompiledFunction_tp_new()1079 JaxCompiledFunctionObject* o = in JaxCompiledFunction_tp_dealloc()1080 reinterpret_cast<JaxCompiledFunctionObject*>(self); in JaxCompiledFunction_tp_dealloc()1092 JaxCompiledFunctionObject* o = in JaxCompiledFunction_tp_traverse()1093 reinterpret_cast<JaxCompiledFunctionObject*>(self); in JaxCompiledFunction_tp_traverse()1102 JaxCompiledFunctionObject* o = in JaxCompiledFunction_tp_clear()[all …]