Uses of Class
onnx.Onnx.FunctionProto
-
Packages that use Onnx.FunctionProto Package Description onnx -
-
Uses of Onnx.FunctionProto in onnx
Methods in onnx that return Onnx.FunctionProto Modifier and Type Method Description Onnx.FunctionProtoOnnx.FunctionProto.Builder. build()Onnx.FunctionProtoOnnx.FunctionProto.Builder. buildPartial()static Onnx.FunctionProtoOnnx.FunctionProto. getDefaultInstance()Onnx.FunctionProtoOnnx.FunctionProto.Builder. getDefaultInstanceForType()Onnx.FunctionProtoOnnx.FunctionProto. getDefaultInstanceForType()Onnx.FunctionProtoOnnx.ModelProto.Builder. getFunctions(int index)A list of function protos local to the model.Onnx.FunctionProtoOnnx.ModelProto. getFunctions(int index)A list of function protos local to the model.Onnx.FunctionProtoOnnx.ModelProtoOrBuilder. getFunctions(int index)A list of function protos local to the model.Onnx.FunctionProtoOnnxOperators.OperatorSetProto.Builder. getFunctions(int index)The functions specified by this operator set.Onnx.FunctionProtoOnnxOperators.OperatorSetProto. getFunctions(int index)The functions specified by this operator set.Onnx.FunctionProtoOnnxOperators.OperatorSetProtoOrBuilder. getFunctions(int index)The functions specified by this operator set.static Onnx.FunctionProtoOnnx.FunctionProto. parseDelimitedFrom(InputStream input)static Onnx.FunctionProtoOnnx.FunctionProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(byte[] data)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(InputStream input)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(ByteBuffer data)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static Onnx.FunctionProtoOnnx.FunctionProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in onnx that return types with arguments of type Onnx.FunctionProto Modifier and Type Method Description List<Onnx.FunctionProto>Onnx.ModelProto.Builder. getFunctionsList()A list of function protos local to the model.List<Onnx.FunctionProto>Onnx.ModelProto. getFunctionsList()A list of function protos local to the model.List<Onnx.FunctionProto>Onnx.ModelProtoOrBuilder. getFunctionsList()A list of function protos local to the model.List<Onnx.FunctionProto>OnnxOperators.OperatorSetProto.Builder. getFunctionsList()The functions specified by this operator set.List<Onnx.FunctionProto>OnnxOperators.OperatorSetProto. getFunctionsList()The functions specified by this operator set.List<Onnx.FunctionProto>OnnxOperators.OperatorSetProtoOrBuilder. getFunctionsList()The functions specified by this operator set.org.nd4j.shade.protobuf.Parser<Onnx.FunctionProto>Onnx.FunctionProto. getParserForType()static org.nd4j.shade.protobuf.Parser<Onnx.FunctionProto>Onnx.FunctionProto. parser()Methods in onnx with parameters of type Onnx.FunctionProto Modifier and Type Method Description Onnx.ModelProto.BuilderOnnx.ModelProto.Builder. addFunctions(int index, Onnx.FunctionProto value)A list of function protos local to the model.Onnx.ModelProto.BuilderOnnx.ModelProto.Builder. addFunctions(Onnx.FunctionProto value)A list of function protos local to the model.OnnxOperators.OperatorSetProto.BuilderOnnxOperators.OperatorSetProto.Builder. addFunctions(int index, Onnx.FunctionProto value)The functions specified by this operator set.OnnxOperators.OperatorSetProto.BuilderOnnxOperators.OperatorSetProto.Builder. addFunctions(Onnx.FunctionProto value)The functions specified by this operator set.Onnx.FunctionProto.BuilderOnnx.FunctionProto.Builder. mergeFrom(Onnx.FunctionProto other)static Onnx.FunctionProto.BuilderOnnx.FunctionProto. newBuilder(Onnx.FunctionProto prototype)Onnx.ModelProto.BuilderOnnx.ModelProto.Builder. setFunctions(int index, Onnx.FunctionProto value)A list of function protos local to the model.OnnxOperators.OperatorSetProto.BuilderOnnxOperators.OperatorSetProto.Builder. setFunctions(int index, Onnx.FunctionProto value)The functions specified by this operator set.Method parameters in onnx with type arguments of type Onnx.FunctionProto Modifier and Type Method Description Onnx.ModelProto.BuilderOnnx.ModelProto.Builder. addAllFunctions(Iterable<? extends Onnx.FunctionProto> values)A list of function protos local to the model.OnnxOperators.OperatorSetProto.BuilderOnnxOperators.OperatorSetProto.Builder. addAllFunctions(Iterable<? extends Onnx.FunctionProto> values)The functions specified by this operator set.
-