@Namespace(value="onnx") @NoOffset @Properties(inherit=onnx.class) public class TypeProto extends MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kDenotationFieldNumber |
static int |
kIndexInFileMessages |
static int |
kMapType
enum onnx::TypeProto::ValueCase
|
static int |
kMapTypeFieldNumber |
static int |
kOpaqueType
enum onnx::TypeProto::ValueCase
|
static int |
kOpaqueTypeFieldNumber |
static int |
kSequenceType
enum onnx::TypeProto::ValueCase
|
static int |
kSequenceTypeFieldNumber |
static int |
kSparseTensorType
enum onnx::TypeProto::ValueCase
|
static int |
kSparseTensorTypeFieldNumber |
static int |
kTensorType
enum onnx::TypeProto::ValueCase
|
static int |
kTensorTypeFieldNumber |
static int |
VALUE_NOT_SET
enum onnx::TypeProto::ValueCase
|
kMerge, kMergePartial, kMergePartialWithAliasing, kMergeWithAliasing, kParse, kParsePartial, kParsePartialWithAliasing, kParseWithAliasing| Constructor and Description |
|---|
TypeProto() |
TypeProto(long size)
Native array allocator.
|
TypeProto(Pointer p)
Pointer cast constructor.
|
TypeProto(TypeProto from) |
AppendPartialToString, AppendToString, ByteSize, CheckTypeAndMergeFrom, GetArena, GetMaybeArenaPointer, GetTypeName, InitializationErrorString, MergeFromBoundedZeroCopyStream, MergeFromCodedStream, MergeFromString, MergeFromString, MergePartialFromBoundedZeroCopyStream, ParseFromArray, ParseFromBoundedZeroCopyStream, ParseFromCodedStream, ParseFromString, ParseFromString, ParseFromZeroCopyStream, ParsePartialFromArray, ParsePartialFromBoundedZeroCopyStream, ParsePartialFromCodedStream, ParsePartialFromString, ParsePartialFromString, ParsePartialFromZeroCopyStream, SerializeAsString, SerializePartialAsString, SerializePartialToArray, SerializePartialToCodedStream, SerializePartialToString, SerializePartialToZeroCopyStream, SerializeToArray, SerializeToCodedStream, SerializeToString, SerializeToZeroCopyStream, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArrayaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int kTensorType
public static final int kSequenceType
public static final int kMapType
public static final int kSparseTensorType
public static final int kOpaqueType
public static final int VALUE_NOT_SET
public static final int kIndexInFileMessages
public static final int kDenotationFieldNumber
public static final int kTensorTypeFieldNumber
public static final int kSequenceTypeFieldNumber
public static final int kMapTypeFieldNumber
public static final int kSparseTensorTypeFieldNumber
public static final int kOpaqueTypeFieldNumber
public TypeProto(Pointer p)
Pointer.Pointer(Pointer).public TypeProto(long size)
Pointer.position(long).public TypeProto()
@Const @ByRef public UnknownFieldSet unknown_fields()
public UnknownFieldSet mutable_unknown_fields()
public static void InitAsDefaultInstance()
@MemberGetter public static int kIndexInFileMessages()
public void Swap(TypeProto other)
public TypeProto New()
New in class MessageLitepublic TypeProto New(Arena arena)
New in class MessageLitepublic void CopyFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void MergeFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void Clear()
Clear in class MessageLite@Cast(value="bool") public boolean IsInitialized()
IsInitialized in class MessageLite@Cast(value="size_t") public long ByteSizeLong()
ByteSizeLong in class MessageLite@Cast(value="bool") public boolean MergePartialFromCodedStream(CodedInputStream input)
MergePartialFromCodedStream in class MessageLitepublic void SerializeWithCachedSizes(CodedOutputStream output)
SerializeWithCachedSizes in class MessageLite@Cast(value="google::protobuf::uint8*") public BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") BytePointer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") ByteBuffer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public byte[] InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") byte[] target)
InternalSerializeWithCachedSizesToArray in class MessageLitepublic int GetCachedSize()
GetCachedSize in class MessageLitepublic void clear_denotation()
@MemberGetter public static int kDenotationFieldNumber()
@StdString public BytePointer denotation()
public void set_denotation(@StdString BytePointer value)
public void set_denotation(@StdString String value)
public void set_denotation(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_denotation()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_denotation()
public void set_allocated_denotation(@StdString @Cast(value={"char*","std::string*"}) BytePointer denotation)
public void clear_tensor_type()
@MemberGetter public static int kTensorTypeFieldNumber()
@Const @ByRef public TypeProto_Tensor tensor_type()
public TypeProto_Tensor release_tensor_type()
public TypeProto_Tensor mutable_tensor_type()
public void set_allocated_tensor_type(TypeProto_Tensor tensor_type)
public void clear_sequence_type()
@MemberGetter public static int kSequenceTypeFieldNumber()
@Const @ByRef public TypeProto_Sequence sequence_type()
public TypeProto_Sequence release_sequence_type()
public TypeProto_Sequence mutable_sequence_type()
public void set_allocated_sequence_type(TypeProto_Sequence sequence_type)
public void clear_map_type()
@MemberGetter public static int kMapTypeFieldNumber()
@Const @ByRef public TypeProto_Map map_type()
public TypeProto_Map release_map_type()
public TypeProto_Map mutable_map_type()
public void set_allocated_map_type(TypeProto_Map map_type)
public void clear_sparse_tensor_type()
@MemberGetter public static int kSparseTensorTypeFieldNumber()
@Const @ByRef public TypeProto_SparseTensor sparse_tensor_type()
public TypeProto_SparseTensor release_sparse_tensor_type()
public TypeProto_SparseTensor mutable_sparse_tensor_type()
public void set_allocated_sparse_tensor_type(TypeProto_SparseTensor sparse_tensor_type)
public void clear_opaque_type()
@MemberGetter public static int kOpaqueTypeFieldNumber()
@Const @ByRef public TypeProto_Opaque opaque_type()
public TypeProto_Opaque release_opaque_type()
public TypeProto_Opaque mutable_opaque_type()
public void set_allocated_opaque_type(TypeProto_Opaque opaque_type)
public void clear_value()
Copyright © 2020. All rights reserved.