cntk.transposeAxes( $operand as cntk.variable, $axis1 as cntk.axis, $axis2 as cntk.axis, $name as String ) as cntk.function
Create an instance of the CNTK built-in transpose dimensions operation on specified tensor input operand.
Parameters | |
---|---|
$operand | The operand of the operation. |
$axis1 | |
$axis2 | |
$name | The name of the function instance in the network. |
var inputVariable1 = cntk.inputVariable(cntk.shape([3]), "float", fn.false(), fn.false(), "feature") cntk.hardSigmoid(inputVariable1, 3157.702135, 2992.328102, "x,") => cntk.function(Composite HardSigmoid (Input(Name(feature), Shape([3]), Dynamic Axes([Sequence Axis(Default Dynamic Axis), Batch Axis(Default Batch Axis)]))))
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.