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

Method IsCompatibleKind

src/nvcv/src/include/nvcv/ArrayData.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 ArrayDataCuda(int64_t length, const DataType &dtype, const Buffer &buffer);
78
79 static bool IsCompatibleKind(NVCVArrayBufferType kind)
80 {
81 return static_cast<bool>(kind & NVCV_ARRAY_BUFFER_CUDA);
82 }
83};
84
85class ArrayDataHost : public ArrayData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected