Factory functions for all ngraph ops.
Functions
Return node which applies f(x) = abs(x) to the input node element-wise. |
|
Apply inverse cosine function on the input node element-wise. |
|
Return node which applies f(x) = A+B to the input nodes element-wise. |
|
Return a node which performs ArgMax index reduction operation. |
|
Return a node which performs ArgMin index reduction operation. |
|
Apply inverse sine function on the input node element-wise. |
|
Apply inverse tangent function on the input node element-wise. |
|
Return average pooling node. |
|
Return batch normalization node. |
|
Create a node which broadcasts the input node’s values along specified axes to a desired shape. |
|
Create a node which broadcasts the input node’s values to a desired shape. |
|
Return node which applies ceiling to the input node element-wise. |
|
Perform clamp element-wise on data from input node. |
|
Concatenate input nodes into single new node along specified axis. |
|
Create a Constant node from provided value. |
|
Return node which casts input node values to specified type. |
|
Return node performing batched convolution operation. |
|
Return node performing a batched-convolution data batch-backprop operation. |
|
Apply cosine function on the input node element-wise. |
|
Apply hyperbolic cosine function on the input node element-wise. |
|
Rearranges input tensor from depth into blocks of spatial data. |
|
Return node which applies f(x) = A/B to the input nodes element-wise. |
|
Return node which performs generalized dot product of two input nodes. |
|
Perform Exponential Linear Unit operation element-wise on data from input node. |
|
Return node which checks if input nodes are equal element-wise. |
|
Return node which applies exp to the input node element-wise. |
|
Perform an element-wise linear quantization on input data. |
|
Return node which applies floor to the input node element-wise. |
|
Perform Gaussian Error Linear Unit operation element-wise on data from input node. |
|
Perform General matrix-matrix multiplication on input tensors A, B and C. |
|
Return the n-th element of the input tuple. |
|
Return node which checks if left input node is greater than the right node element-wise. |
|
Return node which checks if left node is greater or equal to the right node element-wise. |
|
Perform Global Response Normalization with L2 norm (across channels only). |
|
Perform Hard Sigmoid operation element-wise on data from input node. |
|
Return node which checks if left input node is less than the right node element-wise. |
|
Return node which checks if left input node is less or equal the right node element-wise. |
|
Return node which applies natural logarithm to the input node element-wise. |
|
Return node which perform logical and operation on input nodes element-wise. |
|
Return node which applies logical negation to the input node elementwise. |
|
Return node which performs logical or operation on input nodes element-wise. |
|
Return a node which performs element-wise Local Response Normalization (LRN) operation. |
|
Max-reduction operation on input tensor, eliminating the specified reduction axes. |
|
Return max pooling node. |
|
Return node which applies the maximum operation to input nodes elementwise. |
|
Min-reduction operation on input tensor, eliminating the specified reduction axes. |
|
Return node which applies the minimum operation to input nodes elementwise. |
|
Return node which applies f(x) = A*B to the input nodes elementwise. |
|
Perform Mean Variance Normalization operation on data from input node. |
|
Return node which applies f(x) = -x to the input node elementwise. |
|
Return node which checks if input nodes are unequal element-wise. |
|
Create node performing one-hot encoding on input data. |
|
Return padding node. |
|
Return an ngraph Parameter object. |
|
Return node which perform element-wise exponentiation operation. |
|
Perform Parametrized Relu operation element-wise on data from input node. |
|
Product-reduction operation on input tensor, eliminating the specified reduction axes. |
|
Perform rectified linear unit operation on input node element-wise. |
|
Return a copy of dest_node with the specified slice overwritten by the src_node data. |
|
Return reshaped node according to provided parameters. |
|
Perform axis-reverse operation. |
|
Perform ScaleShift transformation on input node. |
|
Perform an element-wise selection operation on input tensors. |
|
Perform element-wise sign operation. |
|
Apply sine function on the input node element-wise. |
|
Apply hyperbolic sine function on the input node element-wise. |
|
Take a slice of an input tensor, (sub-tensor) that resides within a bounding box. |
|
Apply softmax operation on each element of input tensor. |
|
Perform SpaceToDepth operation on the input tensor. |
|
Return node which applies square root to the input node element-wise. |
|
Return node which applies f(x) = A-B to the input nodes element-wise. |
|
Perform element-wise sums of the input tensor, eliminating the specified reduction axes. |
|
Apply tangent function on the input node element-wise. |
|
Return node which applies hyperbolic tangent to the input node element-wise. |
|
Return a node which performs TopK. |
|
Perform unsqueeze operation on input tensor. |