Class: Cohere::Transcribe::GGUF::Tensor

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

Instance Attribute Summary collapse

Instance Attribute Details

#dtypeObject (readonly)

Returns the value of attribute dtype

Returns:

  • (Object)

    the current value of dtype



44
45
46
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44

def dtype
  @dtype
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44

def name
  @name
end

#nbytesObject (readonly)

Returns the value of attribute nbytes

Returns:

  • (Object)

    the current value of nbytes



44
45
46
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44

def nbytes
  @nbytes
end

#shapeObject (readonly)

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



44
45
46
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44

def shape
  @shape
end

#write_dataObject (readonly)

Returns the value of attribute write_data

Returns:

  • (Object)

    the current value of write_data



44
45
46
# File 'lib/cohere/transcribe/gguf_writer.rb', line 44

def write_data
  @write_data
end