Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc565 struct JaxPmapFunctionObject { struct
579 return &(reinterpret_cast<JaxPmapFunctionObject*>(handle.ptr())->fun); in AsPmapFunctionUnchecked()
591 offsetof(JaxPmapFunctionObject, fun)); in AsPyHandle()
600 JaxPmapFunctionObject* self = in JaxPmapFunction_tp_new()
601 reinterpret_cast<JaxPmapFunctionObject*>(subtype->tp_alloc(subtype, 0)); in JaxPmapFunction_tp_new()
610 JaxPmapFunctionObject* o = reinterpret_cast<JaxPmapFunctionObject*>(self); in JaxPmapFunction_tp_dealloc()
621 JaxPmapFunctionObject* o = reinterpret_cast<JaxPmapFunctionObject*>(self); in JaxPmapFunction_tp_traverse()
629 JaxPmapFunctionObject* o = reinterpret_cast<JaxPmapFunctionObject*>(self); in JaxPmapFunction_tp_clear()
649 JaxPmapFunctionObject* o = reinterpret_cast<JaxPmapFunctionObject*>(self); in JaxPmapFunction_get_dict()
658 JaxPmapFunctionObject* o = reinterpret_cast<JaxPmapFunctionObject*>(self); in JaxPmapFunction_set_dict()
[all …]