Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_AddGradients (0.07 seconds)

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

  1. tensorflow/c/c_api.cc

      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) {
      TF_AddGradientsWithPrefix(g, nullptr, y, ny, x, nx, dx, status, dy);
    }
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
Back to Top