public interface OpImportOverride<GRAPH_TYPE,NODE_TYPE,ATTR_TYPE>
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
initFromTensorFlow(List<SDVariable> inputs,
List<SDVariable> controlDepInputs,
NODE_TYPE nodeDef,
SameDiff initWith,
Map<String,ATTR_TYPE> attributesForNode,
GRAPH_TYPE graph)
Initialize the operation and return its output variables
|
List<SDVariable> initFromTensorFlow(List<SDVariable> inputs, List<SDVariable> controlDepInputs, NODE_TYPE nodeDef, SameDiff initWith, Map<String,ATTR_TYPE> attributesForNode, GRAPH_TYPE graph)
Copyright © 2021. All rights reserved.