Searched refs:AddWhileLoopGradient (Results 1 – 3 of 3) sorted by relevance
34 Status AddWhileLoopGradient(WhileContext* while_ctx, const Scope& scope,
179 Status AddWhileLoopGradient(WhileContext* while_ctx, const Scope& scope, in AddWhileLoopGradient() function
422 TF_RETURN_IF_ERROR(AddWhileLoopGradient(while_ctx, while_scope, dy, &dx)); in ProcessWhileLoop()