HomeSort by relevance Sort by last modified time
    Searched refs:_create_op_from_tf_operation (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/framework/
ops_test.py 731 # NOTE(skyewm): these cases test the private Graph._create_op_from_tf_operation
748 op = g._create_op_from_tf_operation(c_op)
771 op = g._create_op_from_tf_operation(c_op)
787 op = g._create_op_from_tf_operation(c_op)
788 op2 = g._create_op_from_tf_operation(c_op2)
    [all...]
ops.py 3264 def _create_op_from_tf_operation(self, c_op, compute_device=True): member in class:Graph
    [all...]

Completed in 111 milliseconds