Class: Cohere::Transcribe::PyTorchCheckpoint::StorageRef
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::PyTorchCheckpoint::StorageRef
- Defined in:
- lib/cohere/transcribe/pytorch_checkpoint.rb
Instance Attribute Summary collapse
-
#base_offset ⇒ Object
readonly
Returns the value of attribute base_offset.
-
#dtype ⇒ Object
readonly
Returns the value of attribute dtype.
-
#elements ⇒ Object
readonly
Returns the value of attribute elements.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#base_offset ⇒ Object (readonly)
Returns the value of attribute base_offset
43 44 45 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 43 def base_offset @base_offset end |
#dtype ⇒ Object (readonly)
Returns the value of attribute dtype
43 44 45 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 43 def dtype @dtype end |
#elements ⇒ Object (readonly)
Returns the value of attribute elements
43 44 45 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 43 def elements @elements end |
#key ⇒ Object (readonly)
Returns the value of attribute key
43 44 45 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 43 def key @key end |