Class: Cohere::Transcribe::DenseConverter::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/dense_converter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#output_dtype_countsObject (readonly)

Returns the value of attribute output_dtype_counts

Returns:

  • (Object)

    the current value of output_dtype_counts



23
24
25
# File 'lib/cohere/transcribe/dense_converter.rb', line 23

def output_dtype_counts
  @output_dtype_counts
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



23
24
25
# File 'lib/cohere/transcribe/dense_converter.rb', line 23

def path
  @path
end

#source_dtype_countsObject (readonly)

Returns the value of attribute source_dtype_counts

Returns:

  • (Object)

    the current value of source_dtype_counts



23
24
25
# File 'lib/cohere/transcribe/dense_converter.rb', line 23

def source_dtype_counts
  @source_dtype_counts
end

#tensor_countObject (readonly)

Returns the value of attribute tensor_count

Returns:

  • (Object)

    the current value of tensor_count



23
24
25
# File 'lib/cohere/transcribe/dense_converter.rb', line 23

def tensor_count
  @tensor_count
end