Namespaces | Functions
ops.py File Reference

Namespaces

 ngraph.opset2.ops
 

Functions

Node ngraph.opset2.ops.batch_to_space (NodeInput data, NodeInput block_shape, NodeInput crops_begin, NodeInput crops_end, Optional[str] name=None)
 Perform BatchToSpace operation on the input tensor. More...
 
Node ngraph.opset2.ops.gelu (NodeInput node, Optional[str] name=None)
 Perform Gaussian Error Linear Unit operation element-wise on data from input node. More...
 
Node ngraph.opset2.ops.mvn (Node data, bool across_channels=False, bool normalize_variance=False, float eps=1e-9, str name=None)
 Perform Mean Variance Normalization operation on data from input node. More...
 
Node ngraph.opset2.ops.reorg_yolo (Node input, List[int] stride, Optional[str] name=None)
 Return a node which produces the ReorgYolo operation. More...
 
Node ngraph.opset2.ops.roi_pooling (NodeInput input, NodeInput coords, TensorShape output_size, NumericData spatial_scale, str method, Optional[str] name=None)
 Return a node which produces an ROIPooling operation. More...
 
Node ngraph.opset2.ops.space_to_batch (NodeInput data, NodeInput block_shape, NodeInput pads_begin, NodeInput pads_end, Optional[str] name=None)
 Perform SpaceToBatch operation on the input tensor. More...