Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_FinishOperationLocked (0.09 seconds)

  1. tensorflow/c/c_api.h

    //
    // Unless implementing advanced behavior, like custom gradient functions, you
    // most likely need to call `TF_FinishOperation` instead.
    TF_CAPI_EXPORT extern TF_Operation* TF_FinishOperationLocked(
        TF_OperationDescription* desc, TF_Status* status);
    
    // If this function succeeds:
    //   * *status is set to an OK value,
    //   * a TF_Operation is added to the graph,
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (0)
Back to Top