Class: Cohere::Transcribe::DenseConverter::Plan

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

Instance Attribute Summary collapse

Instance Attribute Details

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



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

def 
  @metadata
end

#output_dtype_countsObject (readonly)

Returns the value of attribute output_dtype_counts

Returns:

  • (Object)

    the current value of 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_countsObject (readonly)

Returns the value of attribute source_dtype_counts

Returns:

  • (Object)

    the current value of source_dtype_counts



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

def source_dtype_counts
  @source_dtype_counts
end

#tensorsObject (readonly)

Returns the value of attribute tensors

Returns:

  • (Object)

    the current value of tensors



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

def tensors
  @tensors
end

#vocabularyObject (readonly)

Returns the value of attribute vocabulary

Returns:

  • (Object)

    the current value of vocabulary



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

def vocabulary
  @vocabulary
end