cntk.asin( $operand as cntk.variable, [$name as String] ) as cntk.function
Create an instance of the CNTK built-in elementwise asin operation on the input operands.
Parameters | |
---|---|
$operand | The operand of the operation. |
$name | The name of the function instance in the network. |
var inputVariable = cntk.inputVariable(cntk.shape([3]), "float", fn.false(), fn.false(), "feature") cntk.asin(inputVariable, "U>@2A") => cntk.function(Composite Asin (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.