* @brief Get the buffer with the tensors' descriptors. */
| 140 | * @brief Get the buffer with the tensors' descriptors. |
| 141 | */ |
| 142 | Buffer buffer() const |
| 143 | { |
| 144 | return cdata().buffer.strided; |
| 145 | } |
| 146 | |
| 147 | static constexpr bool IsCompatibleKind(NVCVTensorBufferType kind) |
| 148 | { |
no outgoing calls