Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1145 class PyTapeTensor { class
1147 PyTapeTensor(tensorflow::int64 id, tensorflow::DataType dtype, in PyTapeTensor() function in PyTapeTensor
1150 PyTapeTensor(tensorflow::int64 id, tensorflow::DataType dtype, in PyTapeTensor() function in PyTapeTensor
1155 PyTapeTensor(const PyTapeTensor& other) { in PyTapeTensor() function in PyTapeTensor
1164 ~PyTapeTensor() { in ~PyTapeTensor()
1188 static PyTapeTensor TapeTensorFromTensor(PyObject* tensor);
1191 PyTapeTensor> {
1300 Status BuildOnesLike(const PyTapeTensor& t, in BuildOnesLike()
1381 PyTapeTensor TapeTensorFromGradient(PyObject* tensor) const final { in TapeTensorFromGradient()
1424 PyObject* PyTapeTensor::GetShape() const { in GetShape()
[all …]