| 62 | // ------------------------------------------------------------------------------------ |
| 63 | |
| 64 | static cudnnTensorDescriptor_t descriptor(const tensor& t) |
| 65 | { |
| 66 | return (const cudnnTensorDescriptor_t)t.get_cudnn_tensor_descriptor().get_handle(); |
| 67 | } |
| 68 | static cudnnTensorDescriptor_t descriptor(const tensor_descriptor& t) |
| 69 | { |
| 70 | return (const cudnnTensorDescriptor_t)t.get_handle(); |
no test coverage detected