Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_AbortWhile (0.06 sec)

  1. tensorflow/c/c_api.cc

      TF_FinishWhileHelper(params, status, outputs);
      FreeWhileResources(params);
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    void TF_AbortWhile(const TF_WhileParams* params) { FreeWhileResources(params); }
    
    void TF_AddGradients(TF_Graph* g, TF_Output* y, int ny, TF_Output* x, int nx,
                         TF_Output* dx, TF_Status* status, TF_Output* dy) {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top