Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parameter (0.16 sec)

  1. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsAddControlDependency(
        TF_ImportGraphDefOptions* opts, TF_Operation* oper);
    
    // Add an output in `graph_def` to be returned via the `return_outputs` output
    // parameter of TF_GraphImportGraphDef(). If the output is remapped via an input
    // mapping, the corresponding existing tensor in `graph` will be returned.
    // `oper_name` is copied and has no lifetime requirements.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top