Uses of Class
onnx.Onnx.TypeProto.Tensor
Packages that use Onnx.TypeProto.Tensor
-
Uses of Onnx.TypeProto.Tensor in onnx
Fields in onnx with type parameters of type Onnx.TypeProto.TensorModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.TypeProto.Tensor>Onnx.TypeProto.Tensor.PARSERDeprecated.Methods in onnx that return Onnx.TypeProto.TensorModifier and TypeMethodDescriptionOnnx.TypeProto.Tensor.Builder.build()Onnx.TypeProto.Tensor.Builder.buildPartial()static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.getDefaultInstance()Onnx.TypeProto.Tensor.Builder.getDefaultInstanceForType()Onnx.TypeProto.Tensor.getDefaultInstanceForType()Onnx.TypeProto.Builder.getTensorType()The type of a tensor.Onnx.TypeProto.getTensorType()The type of a tensor.Onnx.TypeProtoOrBuilder.getTensorType()The type of a tensor.static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseDelimitedFrom(InputStream input) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(byte[] data) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(com.google.protobuf.ByteString data) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(InputStream input) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(ByteBuffer data) static Onnx.TypeProto.TensorOnnx.TypeProto.Tensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.TypeProto.TensorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Onnx.TypeProto.Tensor>Onnx.TypeProto.Tensor.getParserForType()static com.google.protobuf.Parser<Onnx.TypeProto.Tensor>Onnx.TypeProto.Tensor.parser()Methods in onnx with parameters of type Onnx.TypeProto.TensorModifier and TypeMethodDescriptionOnnx.TypeProto.Tensor.Builder.mergeFrom(Onnx.TypeProto.Tensor other) Onnx.TypeProto.Builder.mergeTensorType(Onnx.TypeProto.Tensor value) The type of a tensor.Onnx.TypeProto.Tensor.newBuilder(Onnx.TypeProto.Tensor prototype) Onnx.TypeProto.Builder.setTensorType(Onnx.TypeProto.Tensor value) The type of a tensor.