public class DifferentialFunctionClassHolder extends Object
public Map<String,Field> getFieldsForFunction(DifferentialFunction function)
DifferentialFunctionfunction - the function to get the fields forpublic OpDef getOpDefByTensorflowName(String name)
ND4JIllegalStateException will be thrownname - the name of the oppublic OpDescriptor getOpDescriptorForOnnx(String name)
ND4JIllegalStateException
will be thrown.name - the name of the oppublic DifferentialFunction getOpWithTensorflowName(String tensorflowName)
tensorflowName - public DifferentialFunction getOpWithOnnxName(String onnxName)
public Set<String> missingTensorflowOps()
public boolean hasName(String name)
name - public DifferentialFunction getInstance(String name)
name - public Class<?> customOpClassForHashAndName(long customOpHash, String name)
public static DifferentialFunctionClassHolder getInstance()
public Map<String,DifferentialFunction> getTensorFlowNames()
Copyright © 2021. All rights reserved.