Namespaces | Functions
ops.py File Reference

Namespaces

 ngraph.opset7.ops
 

Functions

Node ngraph.opset7.ops.einsum (List[Node] inputs, str equation)
 Return a node which performs Einsum operation. More...
 
Node ngraph.opset7.ops.gelu (Node data, str approximation_mode, Optional[str] name=None)
 Return a node which performs Gelu activation function. More...
 
Node ngraph.opset7.ops.roll (NodeInput data, NodeInput shift, NodeInput axes)
 Return a node which performs Roll operation. More...
 
Node ngraph.opset7.ops.gather (NodeInput data, NodeInput indices, NodeInput axis, Optional[int] batch_dims=0)
 Return a node which performs Gather. More...
 
Node ngraph.opset7.ops.dft (NodeInput data, NodeInput axes, Optional[NodeInput] signal_size=None)
 Return a node which performs DFT operation. More...
 
Node ngraph.opset7.ops.idft (NodeInput data, NodeInput axes, Optional[NodeInput] signal_size=None)
 Return a node which performs IDFT operation. More...