Class: Cohere::Transcribe::PyTorchCheckpoint::TensorSpec
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::PyTorchCheckpoint::TensorSpec
- Defined in:
- lib/cohere/transcribe/pytorch_checkpoint.rb
Instance Attribute Summary collapse
-
#shape ⇒ Object
readonly
Returns the value of attribute shape.
-
#storage ⇒ Object
readonly
Returns the value of attribute storage.
-
#storage_offset ⇒ Object
readonly
Returns the value of attribute storage_offset.
-
#stride ⇒ Object
readonly
Returns the value of attribute stride.
Instance Attribute Details
#shape ⇒ Object (readonly)
Returns the value of attribute shape
48 49 50 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 48 def shape @shape end |
#storage ⇒ Object (readonly)
Returns the value of attribute storage
48 49 50 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 48 def storage @storage end |
#storage_offset ⇒ Object (readonly)
Returns the value of attribute storage_offset
48 49 50 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 48 def storage_offset @storage_offset end |
#stride ⇒ Object (readonly)
Returns the value of attribute stride
48 49 50 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 48 def stride @stride end |