Searched refs:INIT_OP (Results 1 – 5 of 5) sorted by relevance
38 name: "INIT_OP"
431 init_op = self._get_first_op_from_collection(ops.GraphKeys.INIT_OP)434 ops.add_to_collection(ops.GraphKeys.INIT_OP, init_op)
192 self._init_op = Scaffold.get_or_default('init_op', ops.GraphKeys.INIT_OP,
449 _ops.GraphKeys.INIT_OP,
6080 INIT_OP = "init_op" variable in GraphKeys