Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py253 graph._get_operation_by_tf_operation(c_op) # pylint: disable=protected-access
Dimporter.py331 … graph._get_operation_by_tf_operation(return_opers[opers_idx])) # pylint: disable=protected-access
Dops.py3896 def _get_operation_by_tf_operation(self, tf_oper): member in Graph
3934 op = self._get_operation_by_tf_operation(tf_output.oper)