Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py178 def numpy_text(tensor, is_repr=False): function
748 return "tf.Tensor(%s, shape=%s, dtype=%s)" % (numpy_text(self),
754 self._id, self.shape, self.dtype.name, numpy_text(self, is_repr=True))
/external/tensorflow/tensorflow/python/ops/
Dvariables.py240 ops.numpy_text(self.read_value(), is_repr=True))