Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parameter (0.14 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)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// input arguments, then the in-out arguments (if any) and we finish the
    /// argument list with the out arguments. We only use the return type for an out
    /// parameter if that is a plain C type, as this ensures ABI compatibility
    /// (returning structures has issues in case compiler options affect
    /// optimizations such as RVO). If a status needs to be returned from these
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top