Specialized Template Function nvidia::holoscan::segmentation_postprocessor::data_format_to_index< DataFormat::kNHWC >

Warning

doxygenfunction: Unable to resolve function “nvidia::holoscan::segmentation_postprocessor::data_format_to_index< DataFormat::kNHWC >” with arguments “(Shape, uint32_t, uint32_t, uint32_t)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 27] template<> __forceinline__ __device__ uint32_t data_format_to_index< DataFormat::kNHWC > (Shape shape, uint32_t y, uint32_t x, uint32_t c) —————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 38] template<> __forceinline__ __device__ uint32_t data_format_to_index< DataFormat::kNHWC > (Shape shape, uint32_t y, uint32_t x, uint32_t c) ————————————–^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 38] template<> __forceinline__ __device__ uint32_t data_format_to_index< DataFormat::kNHWC > (Shape shape, uint32_t y, uint32_t x, uint32_t c) ————————————–^

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.