Searched defs:gradient_func (Results 1 – 4 of 4) sorted by relevance
126 string gradient_func = 2; // The gradient function's name. field134 string gradient_func = 1; // The gradient function's name. field
338 const string gradient_func = lib_def.FindGradient(function_name); in AddFunction() local
1654 inline const std::string& GradientDef::gradient_func() const { in gradient_func() function1685 inline void GradientDef::set_allocated_gradient_func(std::string* gradient_func) { in set_allocated_gradient_func()1703 inline const std::string& RegisteredGradient::gradient_func() const { in gradient_func() function1734 inline void RegisteredGradient::set_allocated_gradient_func(std::string* gradient_func) { in set_allocated_gradient_func()
461 def gradient_func(unused_op, *result_grads): function