Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform.py473 if not _is_removed_mentioned(any_value.value, removed_op_names):
479 if not _is_removed_mentioned(s, removed_op_names)]
484 if _is_removed_mentioned(s, removed_op_names)
643 def _is_removed_mentioned(s, removed_op_names): function