Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MB (0.34 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

    // GCS. Specified in MB (e.g. "16" = 16 x 1024 x 1024 = 16777216 bytes).
    constexpr char kBlockSize[] = "GCS_READ_CACHE_BLOCK_SIZE_MB";
    constexpr size_t kDefaultBlockSize = 64 * 1024 * 1024;
    // The environment variable that overrides the max size of the LRU cache of
    // blocks read from GCS. Specified in MB.
    constexpr char kMaxCacheSize[] = "GCS_READ_CACHE_MAX_SIZE_MB";
    constexpr size_t kDefaultMaxCacheSize = 0;
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Aug 23 06:55:53 GMT 2023
    - 46.9K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api_test_util.cc

        auto virtual_devices =
            gpu_options->mutable_experimental()->add_virtual_devices();
        for (int i = 0; i < num_virtual_gpus; ++i) {
          virtual_devices->add_memory_limit_mb(200);
        }
      }
      return server_def;
    }
    
    TFE_TensorHandle* CreateVarHandle(TFE_Context* ctx,
                                      const tensorflow::string& device_name,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 23.5K bytes
    - Viewed (2)
  3. RELEASE.md

            methods.
    *   TensorFlow Debugger (tfdbg) CLI: fix an issue in which the TensorBoard
        Debugger Plugin could not handle total source file size exceeding gRPC
        message size limit (4 MB).
    *   `tf.contrib`:
        *   `tf.contrib.framework.zero_initializer` supports ResourceVariable.
        *   Adding "constrained_optimization" to tensorflow/contrib.
    *   Other:
        *   Add GCS Configuration Ops.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top