Class: Cohere::Transcribe::DenseConverter::PlannedTensor

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

Instance Attribute Summary collapse

Instance Attribute Details

#output_dtypeObject (readonly)

Returns the value of attribute output_dtype

Returns:

  • (Object)

    the current value of output_dtype



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

def output_dtype
  @output_dtype
end

#output_nameObject (readonly)

Returns the value of attribute output_name

Returns:

  • (Object)

    the current value of output_name



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

def output_name
  @output_name
end

#source_tensorObject (readonly)

Returns the value of attribute source_tensor

Returns:

  • (Object)

    the current value of source_tensor



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

def source_tensor
  @source_tensor
end