Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MB (0.13 sec)

  1. 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)
  2. 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