Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateVariable (0.14 sec)

  1. tensorflow/c/eager/c_api_test_util.h

                                      const tensorflow::string& variable_name);
    
    // Create a variable with value `value` and name `variable_name` on a device
    // with name `device_name`.
    TFE_TensorHandle* CreateVariable(TFE_Context* ctx, float value,
                                     const tensorflow::string& device_name,
                                     const tensorflow::string& variable_name);
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Jul 17 23:43:59 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top