Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _values (0.27 sec)

  1. tensorflow/c/c_api.h

    //
    // The caller retains ownership of `input_values` (which can be deleted using
    // TF_DeleteTensor). The caller also retains ownership of `run_options` and/or
    // `run_metadata` (when not NULL) and should manually call TF_DeleteBuffer on
    // them.
    //
    // On success, the tensors corresponding to outputs[0,noutputs-1] are placed in
    // output_values[]. Ownership of the elements of output_values[] is transferred
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/eager/c_api.h

                                                      const float* values,
                                                      int num_values);
    TF_CAPI_EXPORT extern void TFE_OpSetAttrBoolList(TFE_Op* op,
                                                     const char* attr_name,
                                                     const unsigned char* values,
                                                     int num_values);
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
Back to top