Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_AddGradients (0.14 sec)

  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);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top