Home
last modified time | relevance | path

Searched refs:AddWhileLoopGradient (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dwhile_gradients.h34 Status AddWhileLoopGradient(WhileContext* while_ctx, const Scope& scope,
Dwhile_gradients.cc179 Status AddWhileLoopGradient(WhileContext* while_ctx, const Scope& scope, in AddWhileLoopGradient() function
Dgradients.cc422 TF_RETURN_IF_ERROR(AddWhileLoopGradient(while_ctx, while_scope, dy, &dx)); in ProcessWhileLoop()