Returns a reference to the tensor's descriptor.
(&self)
| 31 | |
| 32 | /// Returns a reference to the tensor's descriptor. |
| 33 | pub fn descriptor(&self) -> &TensorDescriptor<T, F, D> { |
| 34 | &self.descriptor |
| 35 | } |
| 36 | |
| 37 | /// Creates a new cuDNN tensor. |
| 38 | /// |
no outgoing calls
no test coverage detected