Home
last modified time | relevance | path

Searched defs:TF_Graph (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_internal.h70 struct TF_Graph { struct
91 // TF_Graph may only / must be deleted when argument
102 TF_Graph* parent; argument
107 TF_OperationDescription(TF_Graph* g, const char* op_type, in TF_OperationDescription() argument
H A Dc_api.h154 typedef struct TF_Graph TF_Graph; typedef
H A Dc_api.cc1554 TF_Graph::TF_Graph() in TF_Graph() function in TF_Graph