summaryrefslogtreecommitdiff
path: root/tools/modelgen/CONV_2D.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/modelgen/CONV_2D.template.json')
-rw-r--r--tools/modelgen/CONV_2D.template.json102
1 files changed, 0 insertions, 102 deletions
diff --git a/tools/modelgen/CONV_2D.template.json b/tools/modelgen/CONV_2D.template.json
deleted file mode 100644
index 34ce09f35..000000000
--- a/tools/modelgen/CONV_2D.template.json
+++ /dev/null
@@ -1,102 +0,0 @@
-{
- "version":3,
- "operator_codes": [
- {
- "builtin_code": "CONV_2D"
- }
- ],
- "subgraphs": [
- {
- "tensors": [
- {
- "shape": [
- 1,
- 3,
- 3,
- 3
- ],
- "buffer": 0,
- "name": "input",
- "quantization": {
- "min": [
- 0.0
- ],
- "max": [
- 255.0
- ]
- }
- },
- {
- "shape": [
- 1,
- 3,
- 3,
- 3
- ],
- "buffer": 1,
- "name": "weights",
- "quantization": {
- }
- },
- {
- "shape": [
- 1
- ],
- "buffer": 2,
- "name": "convolution_bias",
- "quantization": {
- }
- },
- {
- "shape": [
- 1,
- 3,
- 3,
- 1
- ],
- "buffer": 3,
- "name": "output",
- "quantization": {
- }
- }
- ],
- "inputs": [
- 0
- ],
- "outputs": [
- 3
- ],
- "operators": [
- {
- "opcode_index": 0,
- "inputs": [
- 0,
- 1,
- 2
- ],
- "outputs": [
- 3
- ],
- "builtin_options_type": "Conv2DOptions",
- "builtin_options": {
- "padding": "SAME",
- "stride_w": 1,
- "stride_h": 1,
- "fused_activation_function": "RELU"
- }
- }
- ]
- }
- ],
- "description": "TOCO Converted.",
- "buffers": [
- {},
- {
- "data": []
- },
- {
- "data": []
- },
- {}
- ]
-}