Class: TensorStream::OpenclDevice
- Defined in:
- lib/tensor_stream/evaluator/opencl/opencl_device.rb
Instance Attribute Summary collapse
-
#native_device ⇒ Object
Returns the value of attribute native_device.
Attributes inherited from Device
Method Summary
Methods inherited from Device
Constructor Details
This class inherits a constructor from TensorStream::Device
Instance Attribute Details
#native_device ⇒ Object
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 |