include_object_detection_kernels.h#
-
namespace ONNX_LIGHT_NAMESPACE#
-
namespace onnx_backend_test#
-
namespace kernel#
-
class RoiAlign#
- #include <include_object_detection_kernels.h>
Reference RoiAlign kernel restricted to FLOAT inputs/outputs.
Public Functions
-
inline explicit RoiAlign(const KernelContext &ctx)#
Public Static Functions
-
static inline constexpr bool CanRunInPlace() noexcept#
Output element layout (num_rois, C, output_height, output_width) fundamentally differs from any input, so storage cannot be shared.
Private Members
-
KernelContext ctx_#
-
struct Attributes#
- #include <include_object_detection_kernels.h>
Attributes carried by the ONNX
RoiAlignoperator. Defaults match the opset-16 schema;coordinate_transformation_modeshould be set to"output_half_pixel"to reproduce the legacy opset-10 behaviour.
-
inline explicit RoiAlign(const KernelContext &ctx)#
-
class RoiAlign#
-
namespace kernel#
-
namespace onnx_backend_test#