aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json')
-rw-r--r--frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json324
1 files changed, 324 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json b/frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json
new file mode 100644
index 000000000..bad3a95e3
--- /dev/null
+++ b/frameworks/tflite/operators/fully_connected_14x19_qi8/model-tflite.json
@@ -0,0 +1,324 @@
+{
+ version: 3,
+ operator_codes: [
+ {
+ deprecated_builtin_code: 39,
+ version: 2,
+ builtin_code: "TRANSPOSE"
+ },
+ {
+ deprecated_builtin_code: 9,
+ version: 4,
+ builtin_code: "FULLY_CONNECTED"
+ }
+ ],
+ subgraphs: [
+ {
+ tensors: [
+ {
+ shape: [
+ 14,
+ 19
+ ],
+ type: "INT8",
+ buffer: 1,
+ name: "serving_default_placeholder_0:0",
+ quantization: {
+ scale: [
+ 0.015685
+ ],
+ zero_point: [
+ -1
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 19,
+ 28
+ ],
+ type: "INT8",
+ buffer: 2,
+ name: "serving_default_placeholder_1:0",
+ quantization: {
+ scale: [
+ 0.015686
+ ],
+ zero_point: [
+ -1
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 2
+ ],
+ type: "INT32",
+ buffer: 3,
+ name: "result",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 28,
+ 19
+ ],
+ type: "INT8",
+ buffer: 4,
+ name: "result2",
+ quantization: {
+ scale: [
+ 0.015686
+ ],
+ zero_point: [
+ -1
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 14,
+ 28
+ ],
+ type: "INT8",
+ buffer: 5,
+ name: "PartitionedCall:0",
+ quantization: {
+ scale: [
+ 0.19989
+ ],
+ zero_point: [
+ 3
+ ],
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ }
+ ],
+ inputs: [
+ 0,
+ 1
+ ],
+ outputs: [
+ 4
+ ],
+ operators: [
+ {
+ opcode_index: 0,
+ inputs: [
+ 1,
+ 2
+ ],
+ outputs: [
+ 3
+ ],
+ builtin_options_type: "NONE",
+ custom_options_format: "FLEXBUFFERS"
+ },
+ {
+ opcode_index: 1,
+ inputs: [
+ 0,
+ 3,
+ -1
+ ],
+ outputs: [
+ 4
+ ],
+ builtin_options_type: "FullyConnectedOptions",
+ builtin_options: {
+ fused_activation_function: "NONE",
+ weights_format: "DEFAULT",
+ keep_num_dims: false,
+ asymmetric_quantize_inputs: false
+ },
+ custom_options_format: "FLEXBUFFERS"
+ }
+ ],
+ name: "main"
+ }
+ ],
+ description: "MLIR Converted.",
+ buffers: [
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ data: [
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ },
+ {
+ },
+ {
+ data: [
+ 49,
+ 46,
+ 49,
+ 52,
+ 46,
+ 48,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ data: [
+ 12,
+ 0,
+ 0,
+ 0,
+ 8,
+ 0,
+ 14,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 16,
+ 0,
+ 0,
+ 0,
+ 40,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 235,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 10,
+ 0,
+ 16,
+ 0,
+ 12,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 50,
+ 46,
+ 57,
+ 46,
+ 48,
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ metadata: [
+ {
+ name: "min_runtime_version",
+ buffer: 6
+ },
+ {
+ name: "CONVERSION_METADATA",
+ buffer: 7
+ }
+ ],
+ signature_defs: [
+ {
+ inputs: [
+ {
+ name: "placeholder_0",
+ tensor_index: 0
+ },
+ {
+ name: "placeholder_1",
+ tensor_index: 1
+ }
+ ],
+ outputs: [
+ {
+ name: "output_0",
+ tensor_index: 4
+ }
+ ],
+ method_name: "serving_default",
+ subgraph_index: 0
+ }
+ ]
+}