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