| 312 | |
| 313 | string ShortDebugString() const { return ToProto().ShortDebugString(); } |
| 314 | string DebugString() const { return ToProto().DebugString(); } |
| 315 | |
| 316 | private: |
| 317 | // The shapes of the parameters of the computation represented by this object. |
nothing calls this directly
no test coverage detected