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