Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Doptimizer.py815 def finish(self, update_ops): argument
1150 def _finish(self, update_ops, name_scope): argument
H A Dadam.py293 def _finish(self, update_ops, name_scope): argument
H A Devaluation.py60 def _get_latest_eval_step_value(update_ops): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtriangular_solve_expander.cc145 std::vector<XlaOp> update_ops; in SolveWithInvertedDiagonalBlocks() local