Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.h393 static PjRtBuffer* GetWrapped(PjRtBuffer* c_api_buffer) { in GetWrapped() argument
394 return tensorflow::down_cast<PjRtCApiBuffer*>(c_api_buffer)->wrapped(); in GetWrapped()