deeplearning4j/deeplearning4j

View on GitHub
nd4j/samediff-import/samediff-import-onnx/src/main/kotlin/org/nd4j/samediff/frameworkimport/onnx/definitions/implementations/Slice.kt

Summary

Maintainability
A
2 hrs
Test Coverage

Method doImport has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    override fun doImport(
        sd: SameDiff,
        attributes: Map<String, Any>,
        outputNames: List<String>,
        op: SameDiffOp,

    Method doImport has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            sd: SameDiff,
            attributes: Map<String, Any>,
            outputNames: List<String>,
            op: SameDiffOp,
            mappingRegistry: OpMappingRegistry<GeneratedMessageV3, GeneratedMessageV3, GeneratedMessageV3, GeneratedMessageV3, ProtocolMessageEnum, GeneratedMessageV3, GeneratedMessageV3>,

      There are no issues that match your filters.

      Category
      Status