Uses of Class
onnx.Onnx.NodeProto
-
-
Uses of Onnx.NodeProto in onnx
Methods in onnx that return Onnx.NodeProto Modifier and Type Method Description Onnx.NodeProtoOnnx.NodeProto.Builder. build()Onnx.NodeProtoOnnx.NodeProto.Builder. buildPartial()static Onnx.NodeProtoOnnx.NodeProto. getDefaultInstance()Onnx.NodeProtoOnnx.NodeProto.Builder. getDefaultInstanceForType()Onnx.NodeProtoOnnx.NodeProto. getDefaultInstanceForType()Onnx.NodeProtoOnnx.FunctionProto.Builder. getNode(int index)The nodes in the function.Onnx.NodeProtoOnnx.FunctionProto. getNode(int index)The nodes in the function.Onnx.NodeProtoOnnx.FunctionProtoOrBuilder. getNode(int index)The nodes in the function.Onnx.NodeProtoOnnx.GraphProto.Builder. getNode(int index)The nodes in the graph, sorted topologically.Onnx.NodeProtoOnnx.GraphProto. getNode(int index)The nodes in the graph, sorted topologically.Onnx.NodeProtoOnnx.GraphProtoOrBuilder. getNode(int index)The nodes in the graph, sorted topologically.static Onnx.NodeProtoOnnx.NodeProto. parseDelimitedFrom(InputStream input)static Onnx.NodeProtoOnnx.NodeProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(byte[] data)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(InputStream input)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(ByteBuffer data)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static Onnx.NodeProtoOnnx.NodeProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in onnx that return types with arguments of type Onnx.NodeProto Modifier and Type Method Description List<Onnx.NodeProto>Onnx.FunctionProto.Builder. getNodeList()The nodes in the function.List<Onnx.NodeProto>Onnx.FunctionProto. getNodeList()The nodes in the function.List<Onnx.NodeProto>Onnx.FunctionProtoOrBuilder. getNodeList()The nodes in the function.List<Onnx.NodeProto>Onnx.GraphProto.Builder. getNodeList()The nodes in the graph, sorted topologically.List<Onnx.NodeProto>Onnx.GraphProto. getNodeList()The nodes in the graph, sorted topologically.List<Onnx.NodeProto>Onnx.GraphProtoOrBuilder. getNodeList()The nodes in the graph, sorted topologically.org.nd4j.shade.protobuf.Parser<Onnx.NodeProto>Onnx.NodeProto. getParserForType()static org.nd4j.shade.protobuf.Parser<Onnx.NodeProto>Onnx.NodeProto. parser()Methods in onnx with parameters of type Onnx.NodeProto Modifier and Type Method Description Onnx.FunctionProto.BuilderOnnx.FunctionProto.Builder. addNode(int index, Onnx.NodeProto value)The nodes in the function.Onnx.FunctionProto.BuilderOnnx.FunctionProto.Builder. addNode(Onnx.NodeProto value)The nodes in the function.Onnx.GraphProto.BuilderOnnx.GraphProto.Builder. addNode(int index, Onnx.NodeProto value)The nodes in the graph, sorted topologically.Onnx.GraphProto.BuilderOnnx.GraphProto.Builder. addNode(Onnx.NodeProto value)The nodes in the graph, sorted topologically.Onnx.NodeProto.BuilderOnnx.NodeProto.Builder. mergeFrom(Onnx.NodeProto other)static Onnx.NodeProto.BuilderOnnx.NodeProto. newBuilder(Onnx.NodeProto prototype)Onnx.FunctionProto.BuilderOnnx.FunctionProto.Builder. setNode(int index, Onnx.NodeProto value)The nodes in the function.Onnx.GraphProto.BuilderOnnx.GraphProto.Builder. setNode(int index, Onnx.NodeProto value)The nodes in the graph, sorted topologically.Method parameters in onnx with type arguments of type Onnx.NodeProto Modifier and Type Method Description Onnx.FunctionProto.BuilderOnnx.FunctionProto.Builder. addAllNode(Iterable<? extends Onnx.NodeProto> values)The nodes in the function.Onnx.GraphProto.BuilderOnnx.GraphProto.Builder. addAllNode(Iterable<? extends Onnx.NodeProto> values)The nodes in the graph, sorted topologically. -
Uses of Onnx.NodeProto in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions with parameters of type Onnx.NodeProto Modifier and Type Method Description abstract voidDifferentialFunction. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)Iniitialize the function from the givenOnnx.NodeProtoConstructors in org.nd4j.autodiff.functions with parameters of type Onnx.NodeProto Constructor Description DifferentialFunction(SameDiff sameDiff, Onnx.NodeProto node, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)Initialize the function from the givenOnnx.NodeProto -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops with parameters of type Onnx.NodeProto Modifier and Type Method Description voidBaseBroadcastBoolOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseBroadcastOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseReduceOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidDynamicCustomOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidNoOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.layers
Methods in org.nd4j.linalg.api.ops.impl.layers with parameters of type Onnx.NodeProto Modifier and Type Method Description voidExternalErrorsFunction. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.layers.convolution
-
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.layers.recurrent
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type Onnx.NodeProto Modifier and Type Method Description voidSRU. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidSRUCell. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.reduce
Methods in org.nd4j.linalg.api.ops.impl.reduce with parameters of type Onnx.NodeProto Modifier and Type Method Description voidMmul. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidTensorMmul. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.shape
-
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.shape.tensorops
-
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.transforms.clip
Methods in org.nd4j.linalg.api.ops.impl.transforms.clip with parameters of type Onnx.NodeProto Modifier and Type Method Description voidClipByNorm. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidClipByValue. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.transforms.custom
Methods in org.nd4j.linalg.api.ops.impl.transforms.custom with parameters of type Onnx.NodeProto Modifier and Type Method Description voidAssign. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidCumProd. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidCumSum. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidFill. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.impl.transforms.strict
Methods in org.nd4j.linalg.api.ops.impl.transforms.strict with parameters of type Onnx.NodeProto Modifier and Type Method Description voidRectifiedTanh. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.NodeProto in org.nd4j.linalg.api.ops.random.impl
Methods in org.nd4j.linalg.api.ops.random.impl with parameters of type Onnx.NodeProto Modifier and Type Method Description voidDropOutInverted. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)
-