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

org.nd4j.imports.graphmapper.OpImportOverride Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.nd4j.imports.graphmapper;

import org.nd4j.autodiff.samediff.SDVariable;
import org.nd4j.autodiff.samediff.SameDiff;

import java.util.List;
import java.util.Map;

/**
 * An interface for overriding the import of an operation
 * @author Alex Black
 */
public interface OpImportOverride {

    /**
     * Initialize the operation and return its output variables
     */
    List initFromTensorFlow(List inputs, List controlDepInputs, NODE_TYPE nodeDef, SameDiff initWith, Map attributesForNode, GRAPH_TYPE graph);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy