Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_GraphToFunctionWithControlOutputs (0.39 sec)

  1. tensorflow/c/c_api_function.cc

        }
      }
      return absl::OkStatus();
    }
    
    }  // namespace
    }  // namespace tensorflow
    
    using tensorflow::Node;
    using tensorflow::string;
    
    TF_Function* TF_GraphToFunctionWithControlOutputs(
        const TF_Graph* fn_body, const char* fn_name,
        unsigned char append_hash_to_fn_name, int num_opers,
        const TF_Operation* const* opers, int ninputs, const TF_Output* inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    //    control_output_names: Optional. If not nullptr, vector of strings, one
    //      per control output, with their names to be added to the function's
    //      OpDef.
    TF_CAPI_EXPORT extern TF_Function* TF_GraphToFunctionWithControlOutputs(
        const TF_Graph* fn_body, const char* fn_name,
        unsigned char append_hash_to_fn_name, int num_opers,
        const TF_Operation* const* opers, int ninputs, const TF_Output* inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top