Scalar to Ndarray (DP_STN)
This function "listifies" the scalar value
This function "listifies" the scalar value n number of times and saves the output to the output field
Sample Request
Parameter Details
Scalar to Ndarray
POST
https://autogon.ai/api/v1/engine/start
Request Body
Name | Type | Description |
---|---|---|
project_id* | int | current project ID |
parent_id* | int | parent block ID |
block_id* | int | current block ID |
function_code* | String | block's function code |
args* | object | block arguments |
dimensions* | float | The new number of dimensions. The "ndim" number |
scalar* | array | The input scalar array |
Last updated