Home
last modified time | relevance | path

Searched defs:gradient_func (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.proto126 string gradient_func = 2; // The gradient function's name. field
134 string gradient_func = 1; // The gradient function's name. field
H A Ddataset.cc338 const string gradient_func = lib_def.FindGradient(function_name); in AddFunction() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dfunction.pb.h1654 inline const std::string& GradientDef::gradient_func() const { in gradient_func() function
1685 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() function
1734 inline void RegisteredGradient::set_allocated_gradient_func(std::string* gradient_func) { in set_allocated_gradient_func()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py461 def gradient_func(unused_op, *result_grads): function