Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for upload (0.15 sec)

  1. tensorflow/c/c_api_test.cc

      // tf_cuda_cc_test() bazel rule and remove the next line.
      if (!GPUDeviceName().empty()) return;
    
    #if !defined(TENSORFLOW_NO_SHARED_OBJECTS)
      {
        // Load the library.
        TF_Status* status = TF_NewStatus();
        string lib_path = tensorflow::GetDataDependencyFilepath(
            tensorflow::io::JoinPath("tensorflow", "c", "test_op1.so"));
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

    GTEST_API_ int main(int argc, char** argv) {
      const std::vector<tensorflow::Flag> flag_list = {
          tensorflow::Flag("dso", tensorflow::LoadDSO, "",
                           "Path to shared object to load"),
          tensorflow::Flag("scheme", tensorflow::GetURIScheme, "",
                           "URI scheme to test"),
          tensorflow::Flag("cloud_path", tensorflow::SetCloudPath, "",
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 20:25:58 GMT 2022
    - 71K bytes
    - Viewed (0)
Back to top