Class: Cohere::Transcribe::DenseConverter::PlannedTensor
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::DenseConverter::PlannedTensor
- Defined in:
- lib/cohere/transcribe/dense_converter.rb
Instance Attribute Summary collapse
-
#output_dtype ⇒ Object
readonly
Returns the value of attribute output_dtype.
-
#output_name ⇒ Object
readonly
Returns the value of attribute output_name.
-
#source_tensor ⇒ Object
readonly
Returns the value of attribute source_tensor.
Instance Attribute Details
#output_dtype ⇒ Object (readonly)
Returns the value of attribute output_dtype
21 22 23 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 21 def output_dtype @output_dtype end |
#output_name ⇒ Object (readonly)
Returns the value of attribute output_name
21 22 23 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 21 def output_name @output_name end |
#source_tensor ⇒ Object (readonly)
Returns the value of attribute source_tensor
21 22 23 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 21 def source_tensor @source_tensor end |