ComfyUI Node
NNT Tensor Operations
A ComfyUI node in NNT Neural Network Toolkit/Tensors with 6 inputs and 3 outputs.
NNT Tensor Operations
- tensor_a
- tensor_b
- result_tensor
- gradient_tensor
- info_message
◄operationadd_tensors►
◄scalar_value1.00►
◄custom_expressiontensor_a * 2►
◄grad_tensortensor_a►
CategoryNNT Neural Network Toolkit/Tensors
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| operation | COMBO | add_tensors | 14 options: add_tensors, subtract_tensors, multiply_tensors_elementwise, matrix_multiply_tensors, transpose_tensor, inverse_tensor, +8 |
| tensor_a | TENSOR | — | |
| tensor_bopt | TENSOR | — | |
| scalar_valueopt | FLOAT | 1.00 | — |
| custom_expressionopt | STRING | tensor_a * 2 | — |
| grad_tensoropt | COMBO | tensor_a | 2 options: tensor_a, tensor_b |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| result_tensor | TENSOR | — |
| gradient_tensor | TENSOR | — |
| info_message | STRING | — |