Class: Cohere::Transcribe::GGUF::Tensor
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::GGUF::Tensor
- Defined in:
- lib/cohere/transcribe/gguf_writer.rb
Instance Attribute Summary collapse
-
#dtype ⇒ Object
readonly
Returns the value of attribute dtype.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nbytes ⇒ Object
readonly
Returns the value of attribute nbytes.
-
#shape ⇒ Object
readonly
Returns the value of attribute shape.
-
#write_data ⇒ Object
readonly
Returns the value of attribute write_data.
Instance Attribute Details
#dtype ⇒ Object (readonly)
Returns the value of attribute dtype
44 45 46 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44 def dtype @dtype end |
#name ⇒ Object (readonly)
Returns the value of attribute name
44 45 46 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44 def name @name end |
#nbytes ⇒ Object (readonly)
Returns the value of attribute nbytes
44 45 46 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44 def nbytes @nbytes end |
#shape ⇒ Object (readonly)
Returns the value of attribute shape
44 45 46 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44 def shape @shape end |
#write_data ⇒ Object (readonly)
Returns the value of attribute write_data
44 45 46 |
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44 def write_data @write_data end |