Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_ExecutionContextRegisterFunction (0.55 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/eager/c_api_unified_experimental.h

    void TF_DeleteAbstractFunction(TF_AbstractFunction*);
    
    // Register the function with the given context. This is particularly useful for
    // making a function available to an eager context.
    void TF_ExecutionContextRegisterFunction(TF_ExecutionContext*,
                                             TF_AbstractFunction*, TF_Status*);
    
    // -----------------------------------------------------------------------------
    // APIs specific to Eager modes
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sun Oct 24 11:27:00 GMT 2021
    - 7K bytes
    - Click Count (0)
Back to Top