ducpy.Duc.Checkpoint¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.Checkpoint.np¶
- class ducpy.Duc.Checkpoint.Checkpoint¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsCheckpoint(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod CheckpointBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- Base()¶
- Data(j)¶
- DataAsNumpy()¶
- DataLength()¶
- DataIsNone()¶
- SizeBytes()¶
- ducpy.Duc.Checkpoint.CheckpointStart(builder)¶
- ducpy.Duc.Checkpoint.Start(builder)¶
- ducpy.Duc.Checkpoint.CheckpointAddBase(builder, base)¶
- ducpy.Duc.Checkpoint.AddBase(builder, base)¶
- ducpy.Duc.Checkpoint.CheckpointAddData(builder, data)¶
- ducpy.Duc.Checkpoint.AddData(builder, data)¶
- ducpy.Duc.Checkpoint.CheckpointStartDataVector(builder, numElems)¶
- ducpy.Duc.Checkpoint.StartDataVector(builder, numElems)¶
- ducpy.Duc.Checkpoint.CheckpointAddSizeBytes(builder, sizeBytes)¶
- ducpy.Duc.Checkpoint.AddSizeBytes(builder, sizeBytes)¶
- ducpy.Duc.Checkpoint.CheckpointEnd(builder)¶
- ducpy.Duc.Checkpoint.End(builder)¶