Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for srcIndex (0.04 sec)

  1. tensorflow/c/c_api.h

    // `src_name` is copied and has no lifetime requirements.
    TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsAddInputMapping(
        TF_ImportGraphDefOptions* opts, const char* src_name, int src_index,
        TF_Output dst);
    
    // Set any imported nodes with control input `src_name` to have that input
    // replaced with `dst`. `src_name` refers to a node in the graph to be imported,
    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