Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops_test.py743 op = g._create_op_from_tf_operation(c_op)
762 op = g._create_op_from_tf_operation(c_op)
774 op = g._create_op_from_tf_operation(c_op)
775 op2 = g._create_op_from_tf_operation(c_op2)
Dops.py3483 def _create_op_from_tf_operation(self, c_op, compute_device=True): member in Graph
3611 self._create_op_from_tf_operation(c_op, compute_device=compute_devices)
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py2039 op = graph._create_op_from_tf_operation(c_op)