Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for in (0.11 sec)

  1. tensorflow/c/c_api_function_test.cc

          const OpDef::ArgDef& arg = signature.input_arg(i);
          const IOSpec& in = inputs[i];
          if (in.second != DT_INVALID) {
            ASSERT_EQ(arg.type(), in.second)
                << "Got unexpected type for input " << i
                << ". fdef: " << fdef.DebugString();
          }
          ASSERT_EQ(arg.name(), in.first) << "Got unexpected name for input " << i
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
Back to top