cogx.compiler.gpu_operator.expression
Note that === replaces == to remove conflict with Scala.
Note that === replaces == to remove conflict with Scala.
Arguments to the operator which produces this expression.
Arguments to the operator which produces this expression.
Generate string for the expression.
Generate string for the expression.
This has the form:
( arg0, arg1, ... )
The type of this expression.
The type of this expression.
The operator that produces this expression.
The operator that produces this expression.
Default string conversion.
Default string conversion.
True if the read operation uses local, implicit addressing (_layer, _row, _column), false if it uses explicit, nonlocal addressing.
Get vector component 3, a scalar, of the variable.
Get vector component 3, a scalar, of the variable.
Get vector component 0, a scalar, of the variable.
Get vector component 0, a scalar, of the variable.
Get vector component 1, a scalar, of the variable.
Get vector component 1, a scalar, of the variable.
Get vector component 2, a scalar, of the variable.
Get vector component 2, a scalar, of the variable.
(Since version Cog 4.1) use !== instead
An expression generated from a "_readTensor()" call.