Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for featured (0.34 sec)

  1. tensorflow/c/eager/c_api_experimental.h

                                                         TF_Status* status);
    
    // Get a comma-separated list of op names executed in graph functions dispatched
    // to `ctx`. This feature is currently only enabled for TFRT debug builds, for
    // performance and simplicity reasons.
    TF_CAPI_EXPORT extern void TFE_GetExecutedOpNames(TFE_Context* ctx,
                                                      TF_Buffer* buf,
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Viewed (0)
  2. tensorflow/c/eager/immediate_execution_context.h

      virtual void ResetGlobalRendezvousForFunction() = 0;
    
      //===--------------------------------------------------------------------===//
      // Following are features in current TF Eager Runtime.
      // TODO(tfrt-devs): Figure out a way to deprecate following features after
      // migrated to TFRT.
      //===--------------------------------------------------------------------===//
      // Clear pending nodes in thread executors and kernel caches.
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Jul 06 08:34:00 GMT 2023
    - 12.3K bytes
    - Viewed (0)
Back to top