Uses of Class
onnx.Onnx.TensorProto
Packages that use Onnx.TensorProto
-
Uses of Onnx.TensorProto in onnx
Fields in onnx with type parameters of type Onnx.TensorProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.TensorProto>Onnx.TensorProto.PARSERDeprecated.Methods in onnx that return Onnx.TensorProtoModifier and TypeMethodDescriptionOnnx.TensorProto.Builder.build()Onnx.TensorProto.Builder.buildPartial()static Onnx.TensorProtoOnnx.TensorProto.getDefaultInstance()Onnx.TensorProto.Builder.getDefaultInstanceForType()Onnx.TensorProto.getDefaultInstanceForType()Onnx.SparseTensorProto.Builder.getIndices()The indices of the non-default values, which may be stored in one of two formats.Onnx.SparseTensorProto.getIndices()The indices of the non-default values, which may be stored in one of two formats.Onnx.SparseTensorProtoOrBuilder.getIndices()The indices of the non-default values, which may be stored in one of two formats.Onnx.GraphProto.Builder.getInitializer(int index) A list of named tensor values, used to specify constant inputs of the graph.Onnx.GraphProto.getInitializer(int index) A list of named tensor values, used to specify constant inputs of the graph.Onnx.GraphProtoOrBuilder.getInitializer(int index) A list of named tensor values, used to specify constant inputs of the graph.Onnx.AttributeProto.Builder.getT()tensor valueOnnx.AttributeProto.getT()tensor valueOnnx.AttributeProtoOrBuilder.getT()tensor valueOnnx.AttributeProto.Builder.getTensors(int index) list of tensorsOnnx.AttributeProto.getTensors(int index) list of tensorsOnnx.AttributeProtoOrBuilder.getTensors(int index) list of tensorsOnnx.SparseTensorProto.Builder.getValues()The sequence of non-default values are encoded as a tensor of shape [NNZ].Onnx.SparseTensorProto.getValues()The sequence of non-default values are encoded as a tensor of shape [NNZ].Onnx.SparseTensorProtoOrBuilder.getValues()The sequence of non-default values are encoded as a tensor of shape [NNZ].static Onnx.TensorProtoOnnx.TensorProto.parseDelimitedFrom(InputStream input) static Onnx.TensorProtoOnnx.TensorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(byte[] data) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(InputStream input) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(ByteBuffer data) static Onnx.TensorProtoOnnx.TensorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.TensorProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.getInitializerList()A list of named tensor values, used to specify constant inputs of the graph.Onnx.GraphProto.getInitializerList()A list of named tensor values, used to specify constant inputs of the graph.Onnx.GraphProtoOrBuilder.getInitializerList()A list of named tensor values, used to specify constant inputs of the graph.com.google.protobuf.Parser<Onnx.TensorProto>Onnx.TensorProto.getParserForType()Onnx.AttributeProto.Builder.getTensorsList()list of tensorsOnnx.AttributeProto.getTensorsList()list of tensorsOnnx.AttributeProtoOrBuilder.getTensorsList()list of tensorsstatic com.google.protobuf.Parser<Onnx.TensorProto>Onnx.TensorProto.parser()Methods in onnx with parameters of type Onnx.TensorProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addInitializer(int index, Onnx.TensorProto value) A list of named tensor values, used to specify constant inputs of the graph.Onnx.GraphProto.Builder.addInitializer(Onnx.TensorProto value) A list of named tensor values, used to specify constant inputs of the graph.Onnx.AttributeProto.Builder.addTensors(int index, Onnx.TensorProto value) list of tensorsOnnx.AttributeProto.Builder.addTensors(Onnx.TensorProto value) list of tensorsOnnx.TensorProto.Builder.mergeFrom(Onnx.TensorProto other) Onnx.SparseTensorProto.Builder.mergeIndices(Onnx.TensorProto value) The indices of the non-default values, which may be stored in one of two formats.Onnx.AttributeProto.Builder.mergeT(Onnx.TensorProto value) tensor valueOnnx.SparseTensorProto.Builder.mergeValues(Onnx.TensorProto value) The sequence of non-default values are encoded as a tensor of shape [NNZ].static Onnx.TensorProto.BuilderOnnx.TensorProto.newBuilder(Onnx.TensorProto prototype) Onnx.SparseTensorProto.Builder.setIndices(Onnx.TensorProto value) The indices of the non-default values, which may be stored in one of two formats.Onnx.GraphProto.Builder.setInitializer(int index, Onnx.TensorProto value) A list of named tensor values, used to specify constant inputs of the graph.Onnx.AttributeProto.Builder.setT(Onnx.TensorProto value) tensor valueOnnx.AttributeProto.Builder.setTensors(int index, Onnx.TensorProto value) list of tensorsOnnx.SparseTensorProto.Builder.setValues(Onnx.TensorProto value) The sequence of non-default values are encoded as a tensor of shape [NNZ].Method parameters in onnx with type arguments of type Onnx.TensorProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addAllInitializer(Iterable<? extends Onnx.TensorProto> values) A list of named tensor values, used to specify constant inputs of the graph.Onnx.AttributeProto.Builder.addAllTensors(Iterable<? extends Onnx.TensorProto> values) list of tensors