aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i
diff options
context:
space:
mode:
authorNikhil Raj Arm <nikhil.raj@arm.com>2023-08-01 09:17:27 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2023-08-01 09:22:14 +0000
commit2fd38e16d566795c3ab69c28c3d82dc5daf1f2ed (patch)
tree55f6b37ef45a56d22d547a400e6dae5331809ff8 /python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i
parent7cbe78140a274cec783049051df7c7298b974f13 (diff)
downloadarmnn-2fd38e16d566795c3ab69c28c3d82dc5daf1f2ed.tar.gz
Revert "IVGCVSW-7703 Ensure PyArmNN has been updated with new"
This reverts commit 9a5e5b7032788249055f40edd763420f6bdba8fe. Reason for revert: Build failing while building pyarmnn Change-Id: I465c494ee1a19a830bf85a8ab078ead08cefccd4
Diffstat (limited to 'python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i')
-rw-r--r--python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i55
1 files changed, 0 insertions, 55 deletions
diff --git a/python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i b/python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i
index 0b7f55d1cc..c9eef8630d 100644
--- a/python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i
+++ b/python/pyarmnn/src/pyarmnn/swig/modules/armnn_network.i
@@ -396,21 +396,6 @@ public:
%feature("docstring",
"
- Adds a Batch Matrix Multiplication layer to the network.
-
- Args:
- desc (BatchMatMulDescriptor): Parameters for the BatchMatMul layer.
- name (str): Optional name for the layer.
-
- Returns:
- IConnectableLayer: Interface for configuring the layer.
- ") AddBatchMatMulLayer;
- armnn::IConnectableLayer* AddBatchMatMulLayer(const armnn::BatchMatMulDescriptor& desc,
- const char* name = nullptr);
-
-
- %feature("docstring",
- "
Adds a Batch Normalization layer to the network.
Args:
@@ -610,20 +595,6 @@ public:
%feature("docstring",
"
- Adds an Elementwise Binary layer to the network. Type of binary operation to use is decided by elementwiseBinaryDescriptor. Binary operations supported are (Add, Div, Maximum, Minimum, Mul, Sub, SqDiff, Power)
-
- Args:
- elementwiseBinaryDescriptor (ElementwiseBinaryDescriptor): ElementwiseBinaryDescriptor to configure the choice of binary operation added to the network.
- name (str): Optional name for the layer.
-
- Returns:
- IConnectableLayer: Interface for configuring the layer.
- ") AddElementwiseBinaryLayer;
- armnn::IConnectableLayer* AddElementwiseBinaryLayer(const ElementwiseBinaryDescriptor& elementwiseBinaryDescriptor,
- const char* name = nullptr);
-
- %feature("docstring",
- "
Adds an Elementwise Unary layer to the network. Type of unary operation to use is decided by elementwiseUnaryDescriptor. Unary operations supported are (Abs, Exp, Neg, Rsqrt, Sqrt)
Args:
@@ -972,18 +943,6 @@ public:
%feature("docstring",
"
- Adds a ReverseV2 layer to the network.
-
- Args:
- name (str): Optional name for the layer.
-
- Returns:
- IConnectableLayer: Interface for configuring the layer.
- ") AddReverseV2Layer;
- armnn::IConnectableLayer* AddReverseV2Layer(const char* name = nullptr);
-
- %feature("docstring",
- "
Adds a Shape layer to the network.
Args:
@@ -1163,20 +1122,6 @@ public:
%feature("docstring",
"
- Adds a Tile layer to the network.
-
- Args:
- tileDescriptor (TileDescriptor): Description of the tile layer.
- name (str): Optional name for the layer.
-
- Returns:
- IConnectableLayer: Interface for configuring the layer.
- ") AddTileLayer;
- armnn::IConnectableLayer* AddTileLayer(const armnn::TileDescriptor& tileDescriptor,
- const char* name = nullptr);
-
- %feature("docstring",
- "
Adds a Transpose layer to the network.
Args: