Class TensorProto.Types.Segment
For very large tensors, we may want to store them in chunks, in which
case the following fields will specify the segment that is stored in
the current TensorProto.
Inheritance
TensorProto.Types.Segment
Namespace: Onnx
Syntax
public sealed class Segment : Google.Protobuf.IMessage<TensorProto.Types.Segment>
Constructors
Segment()
Declaration
Segment(TensorProto.Types.Segment)
Declaration
public Segment(TensorProto.Types.Segment other)
Parameters
Fields
BeginFieldNumber
Field number for the "begin" field.
Declaration
public const int BeginFieldNumber = 1
Field Value
EndFieldNumber
Field number for the "end" field.
Declaration
public const int EndFieldNumber = 2
Field Value
Properties
Begin
Declaration
public long Begin { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
End
Declaration
public long End { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<TensorProto.Types.Segment> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public TensorProto.Types.Segment Clone()
Returns
Equals(TensorProto.Types.Segment)
Declaration
public bool Equals(TensorProto.Types.Segment other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(TensorProto.Types.Segment)
Declaration
public void MergeFrom(TensorProto.Types.Segment other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|