qualia_codegen_plugin_snn.graph.layers package
Submodules
- qualia_codegen_plugin_snn.graph.layers.TIfLayer module
- qualia_codegen_plugin_snn.graph.layers.TLifLayer module
- qualia_codegen_plugin_snn.graph.layers.TObjectDetectionPostProcessLayer module
TObjectDetectionPostProcessLayerTObjectDetectionPostProcessLayer.num_classesTObjectDetectionPostProcessLayer.num_fmsTObjectDetectionPostProcessLayer.image_shapeTObjectDetectionPostProcessLayer.score_thresholdTObjectDetectionPostProcessLayer.nms_thresholdTObjectDetectionPostProcessLayer.topk_candidatesTObjectDetectionPostProcessLayer.detections_per_imageTObjectDetectionPostProcessLayer.box_coder_weightsTObjectDetectionPostProcessLayer.anchorsTObjectDetectionPostProcessLayer.weightsTObjectDetectionPostProcessLayer.input_shapeTObjectDetectionPostProcessLayer.output_shapeTObjectDetectionPostProcessLayer.output_dtypeTObjectDetectionPostProcessLayer.name
Module contents
- class qualia_codegen_plugin_snn.graph.layers.TIfLayer(input_shape: qualia_codegen_core.typing.Shapes, output_shape: qualia_codegen_core.typing.Shapes, output_dtype: qualia_codegen_core.typing.DTypes, name: str, v_threshold: 'NDArrayFloatOrInt', v_reset: 'NDArrayFloatOrInt | None', soft_reset: 'bool')[source]
Bases:
TBaseLayer- v_threshold: NDArrayFloatOrInt
- class qualia_codegen_plugin_snn.graph.layers.TLifLayer(input_shape: qualia_codegen_core.typing.Shapes, output_shape: qualia_codegen_core.typing.Shapes, output_dtype: qualia_codegen_core.typing.DTypes, name: str, v_threshold: 'NDArrayFloatOrInt', v_reset: 'NDArrayFloatOrInt | None', soft_reset: 'bool', reciprocal_tau: 'NDArrayFloatOrInt', decay_input: 'bool')[source]
Bases:
TIfLayer- reciprocal_tau: NDArrayFloatOrInt
- class qualia_codegen_plugin_snn.graph.layers.TObjectDetectionPostProcessLayer(input_shape: qualia_codegen_core.typing.Shapes, output_shape: qualia_codegen_core.typing.Shapes, output_dtype: qualia_codegen_core.typing.DTypes, name: str, num_classes: 'int', num_fms: 'int', image_shape: 'tuple[int, ...]', score_threshold: 'float', nms_threshold: 'float', topk_candidates: 'int', detections_per_image: 'int', box_coder_weights: 'list[float]', anchors: 'NDArrayFloatOrInt')[source]
Bases:
TBaseLayer- anchors: NDArrayFloatOrInt