Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_GraphToFunction (0.07 sec)

  1. tensorflow/c/c_api_function_test.cc

                   const std::vector<string>& output_names,
                   bool expect_failure = false) {
        ASSERT_EQ(func_, nullptr);
        const char** output_names_ptr = ToArray(output_names);
        func_ = TF_GraphToFunction(func_graph_, func_name_, false, num_opers,
                                   num_opers == -1 ? nullptr : opers.data(),
                                   inputs.size(), inputs.data(), outputs.size(),
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Nov 17 00:00:38 UTC 2025
    - 63.6K bytes
    - Viewed (1)
Back to top