Class: CArray::Fusion::Plan
- Inherits:
-
Struct
- Object
- Struct
- CArray::Fusion::Plan
- Defined in:
- lib/carray/fusion.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#dim ⇒ Object
Returns the value of attribute dim.
-
#leaves ⇒ Object
Returns the value of attribute leaves.
-
#masked ⇒ Object
Returns the value of attribute masked.
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def data_type @data_type end |
#dim ⇒ Object
Returns the value of attribute dim
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def dim @dim end |
#leaves ⇒ Object
Returns the value of attribute leaves
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def leaves @leaves end |
#masked ⇒ Object
Returns the value of attribute masked
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def masked @masked end |
#nodes ⇒ Object
Returns the value of attribute nodes
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def nodes @nodes end |
#signature ⇒ Object
Returns the value of attribute signature
27 28 29 |
# File 'lib/carray/fusion.rb', line 27 def signature @signature end |