Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for c_0_retval (0.1 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

          {
              {{"C"}, "UnaryTest", {"a_0_arg"}},
          },
          {{"c_0_retval", "C:o:0"}});
      *library_expected.add_function() = FunctionDefHelper::Create(
          "F2", {"b_0_arg:float", "c_0_arg:float"}, {"d_0_retval:float"}, {},
          {
              {{"D"}, "BinaryTest", {"b_0_arg", "c_0_arg"}},
          },
          {{"d_0_retval", "D:o:0"}});
    
      {
        std::unique_ptr<FunctionLibraryDefinition> lib_def(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top