Class: TensorStream::OpenclDevice

Inherits:
Device
  • Object
show all
Defined in:
lib/tensor_stream/evaluator/opencl/opencl_device.rb

Instance Attribute Summary collapse

Attributes inherited from Device

#evaluator, #name, #type

Method Summary

Methods inherited from Device

#initialize

Constructor Details

This class inherits a constructor from TensorStream::Device

Instance Attribute Details

#native_deviceObject

Returns the value of attribute native_device.



3
4
5
# File 'lib/tensor_stream/evaluator/opencl/opencl_device.rb', line 3

def native_device
  @native_device
end