MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ApplyGradientDescent

Class ApplyGradientDescent

tensorflow/core/kernels/training_ops.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <typename Device, typename T>
34struct ApplyGradientDescent {
35 void operator()(const Device& d, typename TTypes<T>::Flat var,
36 typename TTypes<T>::ConstScalar alpha,
37 typename TTypes<T>::ConstFlat delta);
38};
39
40template <typename Device, typename T>
41struct ApplyAdadelta {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68