Searched defs:ApplyGradientDescent (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | training_ops_gpu.cu.cc | 262 struct ApplyGradientDescent<GPUDevice, T> { struct 263 void operator()(const GPUDevice& d, typename TTypes<T>::Flat var, in operator ()() 1079 template struct functor::ApplyGradientDescent<GPUDevice, Eigen::half>; member in tensorflow::functor 1080 template struct functor::ApplyGradientDescent<GPUDevice, float>; member in tensorflow::functor 1081 template struct functor::ApplyGradientDescent<GPUDevice, double>; member in tensorflow::functor 1082 template struct functor::ApplyGradientDescent<GPUDevice, complex64>; member in tensorflow::functor 1083 template struct functor::ApplyGradientDescent<GPUDevice, complex128>; member in tensorflow::functor
|
H A D | training_ops.h | 32 struct ApplyGradientDescent { struct
|
H A D | training_ops.cc | 47 struct ApplyGradientDescent<CPUDevice, T> { struct 48 void operator()(const CPUDevice& d, typename TTypes<T>::Flat var, in operator ()()
|