Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api_function_test.cc

          ptr = new const char*[strs.size()];
          for (size_t i = 0; i < strs.size(); ++i) {
            ptr[i] = strs[i].c_str();
          }
        }
        return ptr;
      }
    
      // An explicit `num_opers` is needed so that we can distinguish between the
      // case of no operations specified (-1) and the case of an empty set of
      // operations specified (0).
      void DefineT(int num_opers, const std::vector<TF_Operation*>& opers,
    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