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
44 45 46 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 44 def shape @shape end |
#storage ⇒ Object (readonly)
Returns the value of attribute storage
44 45 46 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 44 def storage @storage end |
#storage_offset ⇒ Object (readonly)
Returns the value of attribute storage_offset
44 45 46 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 44 def storage_offset @storage_offset end |
#stride ⇒ Object (readonly)
Returns the value of attribute stride
44 45 46 |
# File 'lib/cohere/transcribe/pytorch_checkpoint.rb', line 44 def stride @stride end |