Home
last modified time | relevance | path

Searched refs:RemoveGradient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1495 TF_RETURN_IF_ERROR(RemoveGradient(grad.function_name())); in ReplaceGradient()
1522 Status FunctionLibraryDefinition::RemoveGradient(const string& func) { in RemoveGradient() function in tensorflow::FunctionLibraryDefinition
1543 s = RemoveGradient(f); in Remove()
H A Dfunction.h602 Status RemoveGradient(const std::string& func)