Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for VerifyFDefOutputs (0.2 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api_function_test.cc

          }
          ASSERT_EQ(arg.name(), in.first) << "Got unexpected name for input " << i
                                          << ". fdef: " << fdef.DebugString();
        }
      }
    
      void VerifyFDefOutputs(const tensorflow::FunctionDef& fdef,
                             const std::vector<IOSpec>& outputs) {
        const OpDef& signature = fdef.signature();
        ASSERT_EQ(outputs.size(), signature.output_arg_size());
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 07 04:56:09 GMT 2026
    - 63.9K bytes
    - Click Count (1)
Back to Top