| 988 | PyObject* GetShape() const; |
| 989 | PyObject* GetPyDType() const { return PyLong_FromLong(dtype_); } |
| 990 | tensorflow::int64 GetID() const { return id_; } |
| 991 | tensorflow::DataType GetDType() const { return dtype_; } |
| 992 | |
| 993 | private: |
no outgoing calls
no test coverage detected