Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dloader_impl.py194 def _get_op_from_collection(meta_graph_def, op_key): function
211 _get_op_from_collection(meta_graph_def, constants.MAIN_OP_KEY) or
212 _get_op_from_collection(meta_graph_def, constants.LEGACY_INIT_OP_KEY))
219 train_op = _get_op_from_collection(meta_graph_def, constants.TRAIN_OP_KEY)