MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / buffer

Method buffer

src/nvcv/src/include/nvcv/TensorBatchData.hpp:142–145  ·  view source on GitHub ↗

* @brief Get the buffer with the tensors' descriptors. */

Source from the content-addressed store, hash-verified

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 {

Callers 1

CheckTensorBatchDataFunction · 0.80

Calls

no outgoing calls

Tested by 1

CheckTensorBatchDataFunction · 0.64