Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental.h119 TF_CAPI_EXPORT extern char* TF_FunctionDebugString(TF_Function* func,
H A Dc_api_experimental.cc192 char* TF_FunctionDebugString(TF_Function* func, size_t* len) { in TF_FunctionDebugString() function