Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc1034 struct JaxCompiledFunctionObject { struct
1049 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 …]