Class: Cohere::Transcribe::PyTorchCheckpoint::StoragePayload
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::PyTorchCheckpoint::StoragePayload
- Defined in:
- lib/cohere/transcribe/pytorch_checkpoint.rb
Instance Attribute Summary collapse
-
#crc32 ⇒ Object
readonly
Returns the value of attribute crc32.
-
#data_offset ⇒ Object
readonly
Returns the value of attribute data_offset.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#crc32 ⇒ Object (readonly)
Returns the value of attribute crc32
47 48 49 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47 def crc32 @crc32 end |
#data_offset ⇒ Object (readonly)
Returns the value of attribute data_offset
47 48 49 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47 def data_offset @data_offset end |
#size ⇒ Object (readonly)
Returns the value of attribute size
47 48 49 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 47 def size @size end |