deeplearning4j/deeplearning4j

View on GitHub
nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/shape/StridedSlice.java

Summary

Maintainability
B
4 hrs
Test Coverage

File StridedSlice.java has 275 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
 *  ******************************************************************************
 *  *
 *  *
 *  * This program and the accompanying materials are made available under the

    Method mappingsForFunction has 44 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        @Override
        public Map<String, Map<String, PropertyMapping>> mappingsForFunction() {
            Map<String,Map<String,PropertyMapping>> ret = new HashMap<>();
            Map<String,PropertyMapping> map = new HashMap<>();
    
    

      There are no issues that match your filters.

      Category
      Status