Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TFE_ContextSetRunEagerOpAsFunction (0.28 seconds)

  1. tensorflow/c/eager/c_api_experimental.cc

    void TFE_ContextSetLogDevicePlacement(TFE_Context* ctx, unsigned char enable,
                                          TF_Status* status) {
      tensorflow::unwrap(ctx)->SetLogDevicePlacement(enable);
    }
    
    void TFE_ContextSetRunEagerOpAsFunction(TFE_Context* ctx, unsigned char enable,
                                            TF_Status* status) {
      tensorflow::unwrap(ctx)->SetRunEagerOpAsFunction(enable);
    }
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 05:11:17 GMT 2024
    - 35.9K bytes
    - Click Count (0)
Back to Top