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

org.nd4j.autodiff.samediff.internal.IDependeeGroup Maven / Gradle / Ivy

The newest version!
package org.nd4j.autodiff.samediff.internal;

import java.util.Collection;

public interface IDependeeGroup {
    long getId();

    Collection getCollection();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy