Class: Cumo::CUDA::UserKernel::Param

Inherits:
Struct
  • Object
show all
Defined in:
lib/cumo/cuda/user_kernel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/cumo/cuda/user_kernel.rb', line 8

def name
  @name
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



8
9
10
# File 'lib/cumo/cuda/user_kernel.rb', line 8

def raw
  @raw
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/cumo/cuda/user_kernel.rb', line 8

def type
  @type
end