Class: Cumo::CUDA::UserKernel::Param
- Inherits:
-
Struct
- Object
- Struct
- Cumo::CUDA::UserKernel::Param
- Defined in:
- lib/cumo/cuda/user_kernel.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/cumo/cuda/user_kernel.rb', line 8 def name @name end |
#raw ⇒ Object
Returns the value of attribute raw
8 9 10 |
# File 'lib/cumo/cuda/user_kernel.rb', line 8 def raw @raw end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/cumo/cuda/user_kernel.rb', line 8 def type @type end |