Expand description
cutensorOperator_t — element-wise op selector.
Constants§
- ADD
CUTENSOR_OP_ADD— binary add (combines operands).- CONJ
CUTENSOR_OP_CONJ— complex conjugate.- IDENTITY
CUTENSOR_OP_IDENTITY— identity (pass-through).- MAX
CUTENSOR_OP_MAX— binary max (combines operands).- MIN
CUTENSOR_OP_MIN— binary min (combines operands).- MUL
CUTENSOR_OP_MUL— binary multiply (combines operands).- RCP
CUTENSOR_OP_RCP— element-wise reciprocal.- RELU
CUTENSOR_OP_RELU— element-wise ReLU.- SIGMOID
CUTENSOR_OP_SIGMOID— element-wise sigmoid.- SQRT
CUTENSOR_OP_SQRT— element-wise square root.- TANH
CUTENSOR_OP_TANH— element-wise hyperbolic tangent.