Module: MachineLearningWorkbench::Monkey::CPtrDumpable

Defined in:
lib/machine_learning_workbench/monkey.rb

Instance Method Summary collapse

Instance Method Details

#marshall_dumpObject



212
213
214
# File 'lib/machine_learning_workbench/monkey.rb', line 212

def marshall_dump
  [shape, dtype, data_pointer]
end

#marshall_loadObject

Raises:

  • (NotImplementedError)


216
217
218
# File 'lib/machine_learning_workbench/monkey.rb', line 216

def marshall_load
  raise NotImplementedError, "There's no setter for the data pointer!"
end