Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dpy_checkpoint_reader.py60 def has_tensor(self, tensor_str): argument
61 return self._HasTensor(compat.as_bytes(tensor_str)) # pylint: disable=protected-access
66 def get_tensor(self, tensor_str): argument
70 self, compat.as_bytes(tensor_str))
/external/tensorflow/tensorflow/python/eager/
Dtensor_test.py218 tensor_str = str(t)
219 self.assertIn("shape=%s, dtype=%s" % (t.shape, t.dtype.name), tensor_str)
220 self.assertIn(str(t), tensor_str)