Searched defs:TF_Function (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
H A Dc_api_internal.h160 struct TF_Function { struct
H A Dc_api.h366 // TF_Function is a grouping of operations with defined inputs and outputs.
369 typedef struct TF_Function TF_Function; typedef in typeref:struct:TF_Function
1037 const TF_Function* func,
1038 const TF_Function* grad,
1044 // Fills in `funcs` with the TF_Function* registered in `g`.
1045 // `funcs` must point to an array of TF_Function* of length at least
1050 // If successful, returns the number of TF_Function* successfully set in
1055 TF_CAPI_EXPORT extern int TF_GraphGetFunctions(TF_Graph* g, TF_Function** funcs,
1145 // Create a TF_Function fro
[all...]

Completed in 198 milliseconds