Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ReadVariable (0.09 seconds)

  1. tensorflow/c/eager/c_api_cluster_test.cc

      ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_DeleteExecutor(executor);
      TF_DeleteStatus(status);
    }
    
    // Read the value of variable `var` and save it into `out_value`.
    void ReadVariable(TFE_Context* ctx, TFE_TensorHandle* var,
                      TFE_TensorHandle** out_value) {
      TF_Status* status = TF_NewStatus();
      TFE_Op* op = TFE_NewOp(ctx, "ReadVariableOp", status);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 19.2K bytes
    - Click Count (0)
  2. RELEASE.md

    *   `tf.lite`:
    
        *   The recommended Android NDK version for building TensorFlow Lite has
            been changed from r18b to r19c.
        *   Supports int64 for mul.
        *   Supports native variable builtin ops - ReadVariable, AssignVariable.
        *   Converter:
            *   Experimental support for variables in TFLite. To enable through
                conversion, users need to set
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top