Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReadVariable (0.06 sec)

  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);
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 19.2K bytes
    - Viewed (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
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top