diff --git a/res/TensorFlowLiteRecipes/All_000/test.recipe b/res/TensorFlowLiteRecipes/All_000/test.recipe index 6e0da1a473d..5a44082149f 100644 --- a/res/TensorFlowLiteRecipes/All_000/test.recipe +++ b/res/TensorFlowLiteRecipes/All_000/test.recipe @@ -25,6 +25,8 @@ operation { input: "ifm" input: "All/reduction_indices" output: "ofm" + custom_code: "All" + extype: "Custom" } input: "ifm" output: "ofm" diff --git a/res/TensorFlowLiteRecipes/BatchMatMulV2_000/test.recipe b/res/TensorFlowLiteRecipes/BatchMatMulV2_000/test.recipe index c6163af924c..c04a6a3b43b 100644 --- a/res/TensorFlowLiteRecipes/BatchMatMulV2_000/test.recipe +++ b/res/TensorFlowLiteRecipes/BatchMatMulV2_000/test.recipe @@ -18,6 +18,8 @@ operation { input: "ifm1" input: "ifm2" output: "ofm" + custom_code: "BatchMatMulV2" + extype: "Custom" } input: "ifm1" input: "ifm2" diff --git a/res/TensorFlowLiteRecipes/BatchMatMulV2_001/test.recipe b/res/TensorFlowLiteRecipes/BatchMatMulV2_001/test.recipe index 9350ca8dc73..1b17396620b 100644 --- a/res/TensorFlowLiteRecipes/BatchMatMulV2_001/test.recipe +++ b/res/TensorFlowLiteRecipes/BatchMatMulV2_001/test.recipe @@ -21,6 +21,8 @@ operation { input: "ifm1" input: "ifm2" output: "ofm" + custom_code: "BatchMatMulV2" + extype: "Custom" } input: "ifm1" input: "ifm2" diff --git a/res/TensorFlowLiteRecipes/BroadcastTo_000/test.recipe b/res/TensorFlowLiteRecipes/BroadcastTo_000/test.recipe index 015e40bc433..0fb9da8bc55 100644 --- a/res/TensorFlowLiteRecipes/BroadcastTo_000/test.recipe +++ b/res/TensorFlowLiteRecipes/BroadcastTo_000/test.recipe @@ -19,6 +19,8 @@ operation { input: "bc_input" input: "bc_shape" output: "bc_ofm" + custom_code: "BroadcastTo" + extype: "Custom" } input: "bc_input" output: "bc_ofm" diff --git a/res/TensorFlowLiteRecipes/MatMul_000/test.recipe b/res/TensorFlowLiteRecipes/MatMul_000/test.recipe index 6e7853aa098..9502cb3b75f 100644 --- a/res/TensorFlowLiteRecipes/MatMul_000/test.recipe +++ b/res/TensorFlowLiteRecipes/MatMul_000/test.recipe @@ -22,6 +22,8 @@ operation { transpose_a: true transpose_b: false } + custom_code: "MatMul" + extype: "Custom" } input: "ifm1" input: "ifm2" diff --git a/res/TensorFlowLiteRecipes/MatrixBandPart_000/test.recipe b/res/TensorFlowLiteRecipes/MatrixBandPart_000/test.recipe index 702aaf8ecc8..7ffdaac9077 100644 --- a/res/TensorFlowLiteRecipes/MatrixBandPart_000/test.recipe +++ b/res/TensorFlowLiteRecipes/MatrixBandPart_000/test.recipe @@ -32,6 +32,8 @@ operation { input: "MatrixBandPart/num_lower" input: "MatrixBandPart/num_upper" output: "ofm" + custom_code: "MatrixBandPart" + extype: "Custom" } input: "ifm" output: "ofm" diff --git a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.recipe b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.recipe index 9218c20109e..5dba4979548 100644 --- a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.recipe +++ b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.recipe @@ -27,6 +27,8 @@ operation { output_type: INT64 include_batch_in_index: false } + custom_code: "MaxPoolWithArgmax" + extype: "Custom" } input: "ifm" output: "ofm" diff --git a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.recipe b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.recipe index 9c15a7c63b8..cdbd2456076 100644 --- a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.recipe +++ b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.recipe @@ -27,6 +27,8 @@ operation { output_type: INT32 include_batch_in_index: false } + custom_code: "MaxPoolWithArgmax" + extype: "Custom" } input: "ifm" output: "ofm" diff --git a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.recipe b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.recipe index 702e0163482..f0d7d4ec1f3 100644 --- a/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.recipe +++ b/res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.recipe @@ -27,6 +27,8 @@ operation { output_type: INT64 include_batch_in_index: false } + custom_code: "MaxPoolWithArgmax" + extype: "Custom" } input: "ifm" output: "ofm" diff --git a/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_000/test.recipe b/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_000/test.recipe index 5069aac0996..09c1106729a 100644 --- a/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_000/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_000/test.recipe @@ -19,6 +19,8 @@ operation { input: "bc_input" input: "bc_shape" output: "bc_ofm" + custom_code: "BroadcastTo" + extype: "Custom" } operand { name: "reshape_data" @@ -57,6 +59,8 @@ operation { input: "bc_ofm" input: "reshape_ofm" output: "ofm" + custom_code: "AddV2" + extype: "Custom" } input: "bc_input" input: "reshape_data" diff --git a/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_001/test.recipe b/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_001/test.recipe index ca0ad8e03bd..69a651bb82b 100644 --- a/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_001/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_BroadcastTo_AddV2_001/test.recipe @@ -19,6 +19,8 @@ operation { input: "bc_input" input: "bc_shape" output: "bc_ofm" + custom_code: "BroadcastTo" + extype: "Custom" } operand { name: "reshape_data" @@ -57,6 +59,8 @@ operation { input: "bc_ofm" input: "reshape_ofm" output: "ofm" + custom_code: "AddV2" + extype: "Custom" } input: "bc_input" input: "reshape_data" diff --git a/res/TensorFlowLiteRecipes/Net_FC_Gelu_FC_000/test.recipe b/res/TensorFlowLiteRecipes/Net_FC_Gelu_FC_000/test.recipe index 9e53d18f9e1..703f450dbf5 100644 --- a/res/TensorFlowLiteRecipes/Net_FC_Gelu_FC_000/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_FC_Gelu_FC_000/test.recipe @@ -104,6 +104,8 @@ operation { type: "Erf" input: "fc2" output: "erf" + custom_code: "Erf" + extype: "Custom" } operation { type: "Add" diff --git a/res/TensorFlowLiteRecipes/Net_Gather_SparseToDense_AddV2_000/test.recipe b/res/TensorFlowLiteRecipes/Net_Gather_SparseToDense_AddV2_000/test.recipe index 804d293fc83..326836fd1ab 100644 --- a/res/TensorFlowLiteRecipes/Net_Gather_SparseToDense_AddV2_000/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_Gather_SparseToDense_AddV2_000/test.recipe @@ -103,6 +103,8 @@ operation { input: "ofm_sparse" input: "add_v2_2" output: "ofm_add_v2" + custom_code: "AddV2" + extype: "Custom" } operation { type: "Cast" diff --git a/res/TensorFlowLiteRecipes/Net_Gelu_000/test.recipe b/res/TensorFlowLiteRecipes/Net_Gelu_000/test.recipe index ae7f823e8b9..6285bc1c81a 100644 --- a/res/TensorFlowLiteRecipes/Net_Gelu_000/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_Gelu_000/test.recipe @@ -68,6 +68,8 @@ operation { type: "Erf" input: "mul_sqrt" output: "erf" + custom_code: "Erf" + extype: "Custom" } operation { type: "Add" diff --git a/res/TensorFlowLiteRecipes/Net_Gelu_001/test.recipe b/res/TensorFlowLiteRecipes/Net_Gelu_001/test.recipe index 76337293a3c..eddf6c62de7 100644 --- a/res/TensorFlowLiteRecipes/Net_Gelu_001/test.recipe +++ b/res/TensorFlowLiteRecipes/Net_Gelu_001/test.recipe @@ -68,6 +68,8 @@ operation { type: "Erf" input: "mul_sqrt" output: "erf" + custom_code: "Erf" + extype: "Custom" } operation { type: "Add"