Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_AddOperationControlInput (0.11 sec)

  1. tensorflow/c/c_api.h

        const char* plugin_filename, TF_Status* status);
    
    // Apis that are corresponding to python c api. --------------------
    
    // Add control input to `op`.
    TF_CAPI_EXPORT extern void TF_AddOperationControlInput(TF_Graph* graph,
                                                           TF_Operation* op,
                                                           TF_Operation* input);
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top