HomeSort by relevance Sort by last modified time
    Searched full:layeridx (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/java/src/
ml+ANN_MLP.java 341 // C++: Mat getWeights(int layerIdx)
344 //javadoc: ANN_MLP::getWeights(layerIdx)
345 public Mat getWeights(int layerIdx)
348 Mat retVal = new Mat(getWeights_0(nativeObj, layerIdx));
440 // C++: Mat getWeights(int layerIdx)
441 private static native long getWeights_0(long nativeObj, int layerIdx);
ml.cpp     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
BatchTiledMapRenderer.java 152 for (int layerIdx : layers) {
153 MapLayer layer = map.getLayers().get(layerIdx);
  /external/opencv3/modules/ml/src/
ann_mlp.cpp     [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp     [all...]

Completed in 3518 milliseconds