Skip to content

Commit

Permalink
Add Espresso test file (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 5, 2024
1 parent 78be4a9 commit 25209ea
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 54 deletions.
64 changes: 64 additions & 0 deletions source/coreml-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,5 +493,69 @@
{
"name": "program:layer_norm",
"category": "Normalization"
},
{
"name": "espresso:convolution",
"category": "Layer"
},
{
"name": "espresso:inner_product",
"category": "Layer"
},
{
"name": "espresso:activation",
"category": "Activation"
},
{
"name": "espresso:softmax",
"category": "Activation"
},
{
"name": "espresso:transpose",
"category": "Transform"
},
{
"name": "espresso:pool",
"category": "Pool"
},
{
"name": "espresso:instancenorm_1d",
"category": "Normalization"
},
{
"name": "espresso:batch_norm",
"category": "Normalization"
},
{
"name": "espresso:reshape",
"category": "Shape"
},
{
"name": "espresso:dynamic_quantize",
"category": "Quantization"
},
{
"name": "espresso:dynamic_dequantize",
"category": "Quantization"
},
{
"name": "espresso:concat",
"category": "Tensor"
},
{
"name": "espresso:upsample",
"category": "Data"
},
{
"name": "espresso:relu",
"category": "Activation"
},
{
"name": "espresso:prelu",
"category": "Activation"
},
{
"name": "espresso:tanh",
"category": "Activation"
}
]
Loading

0 comments on commit 25209ea

Please sign in to comment.