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

  /external/tensorflow/tensorflow/python/ops/
variables.py 240 ops.numpy_text(self.read_value(), is_repr=True))
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py 178 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))
    [all...]

Completed in 219 milliseconds