Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for present (0.33 sec)

  1. tensorflow/c/c_api.h

    // Sets `output_attr_value` to the binary-serialized AttrValue proto
    // representation of the value of the `attr_name` attr of `func`.
    // If `attr_name` attribute is not present, status is set to an error.
    TF_CAPI_EXPORT extern void TF_FunctionGetAttrValueProto(
        TF_Function* func, const char* attr_name, TF_Buffer* output_attr_value,
        TF_Status* status);
    
    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)
Back to top