Class: Cohere::Transcribe::DenseConverter::Plan
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::DenseConverter::Plan
- Defined in:
- lib/cohere/transcribe/dense_converter.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#output_dtype_counts ⇒ Object
readonly
Returns the value of attribute output_dtype_counts.
-
#source_dtype_counts ⇒ Object
readonly
Returns the value of attribute source_dtype_counts.
-
#tensors ⇒ Object
readonly
Returns the value of attribute tensors.
-
#vocabulary ⇒ Object
readonly
Returns the value of attribute vocabulary.
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
22 23 24 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 22 def @metadata end |
#output_dtype_counts ⇒ Object (readonly)
Returns the value of attribute output_dtype_counts
22 23 24 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 22 def output_dtype_counts @output_dtype_counts end |
#source_dtype_counts ⇒ Object (readonly)
Returns the value of attribute source_dtype_counts
22 23 24 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 22 def source_dtype_counts @source_dtype_counts end |
#tensors ⇒ Object (readonly)
Returns the value of attribute tensors
22 23 24 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 22 def tensors @tensors end |
#vocabulary ⇒ Object (readonly)
Returns the value of attribute vocabulary
22 23 24 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 22 def vocabulary @vocabulary end |