All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.models.nn.layers.Layer3D Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.expleague.ml.models.nn.layers;

public interface Layer3D extends Layer {
  int height();
  int width();
  int channels();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy