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

Method IsCompatibleKind

src/nvcv/src/include/nvcv/TensorData.hpp:162–165  ·  view source on GitHub ↗

* @brief Determines if a given tensor buffer type is compatible with strided data. * * @param kind The tensor buffer type to check. * @return true if the buffer type is compatible with strided data, false otherwise. */

Source from the content-addressed store, hash-verified

160 * @return true if the buffer type is compatible with strided data, false otherwise.
161 */
162 static bool IsCompatibleKind(NVCVTensorBufferType kind)
163 {
164 return kind == NVCV_TENSOR_BUFFER_STRIDED_CUDA;
165 }
166
167protected:
168 using TensorData::TensorData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected