├── .ckr.json ├── .cm ├── alias-a-dataset ├── alias-a-experiment.view ├── alias-a-jnotebook ├── alias-a-module ├── alias-a-package ├── alias-a-program ├── alias-a-program.species ├── alias-a-script ├── alias-a-soft ├── alias-a-wfe ├── alias-u-032630d041b4fd8a ├── alias-u-145039462db4f4d2 ├── alias-u-1702c3e426ca54c5 ├── alias-u-1dc07ee0f4742028 ├── alias-u-1e4e644996b7f2a0 ├── alias-u-5e1100048ab875d7 ├── alias-u-84e27ad9dd12e734 ├── alias-u-8a7141c59cd335f5 ├── alias-u-b0ac08fe1d3c2615 └── alias-u-e7c9e42ba8edace0 ├── .gitignore ├── CHANGES.txt ├── COPYRIGHT.txt ├── LICENSE.txt ├── README.md ├── dataset ├── .cm │ ├── alias-a-tensor-avgpool-0001 │ ├── alias-a-tensor-conv-0001 │ ├── alias-a-tensor-conv-mobilenets-v1-0.75-160 │ ├── alias-a-tensor-conv-mobilenets-v1-1.0-224 │ ├── alias-a-tensor-conv1x1-inception-v3 │ ├── alias-a-tensor-conv1x1-mobilenets │ ├── alias-a-tensor-conv3x3-inception-v3 │ ├── alias-a-tensor-conv3x3-mobilenets │ ├── alias-a-tensor-conv5x5-inception-v3 │ ├── alias-a-tensor-depthwiseconv-mobilenets │ ├── alias-a-tensor-depthwiseconv-synthetic-0001 │ ├── alias-a-tensor-fullyconnected-0001 │ ├── alias-a-tensor-gemm-0001 │ ├── alias-a-tensor-lstm-mlperf-rnnt │ ├── alias-a-tensor-reshape-mobilenets │ ├── alias-a-tensor-reshape-synthetic-0001 │ ├── alias-a-tensor-reshape-synthetic-0002 │ ├── alias-a-tensor-resizebilinear-synthetic-0001 │ ├── alias-a-tensor-softmax-0001 │ ├── alias-a-tensor-softmax-imagenet │ ├── alias-u-0745e598bf8cddcf │ ├── alias-u-12f944655aa26f49 │ ├── alias-u-25300141bb958f78 │ ├── alias-u-3cda82464112173d │ ├── alias-u-40d4b915f0249700 │ ├── alias-u-42620e61bf8b488b │ ├── alias-u-43d681a5d4377abb │ ├── alias-u-4ba439f8453e7497 │ ├── alias-u-56173d720ccb412b │ ├── alias-u-59ef5794ab55ccf6 │ ├── alias-u-687744d81acb8136 │ ├── alias-u-777a71700cc33c54 │ ├── alias-u-82a82e3862be74b2 │ ├── alias-u-8833fd64838902c8 │ ├── alias-u-a068a8a0e11ab2a3 │ ├── alias-u-e841933b94edaa96 │ ├── alias-u-f4407088898d5f10 │ ├── alias-u-f6b4556b7c2851de │ ├── alias-u-fb59154649b8e349 │ └── alias-u-fe4f0a8b74356b80 ├── tensor-avgpool-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1000-14-14-14-1 │ ├── shape-1000-14-14-14-1.json │ ├── shape-1000-15-15-15-1 │ ├── shape-1000-15-15-15-1.json │ ├── shape-1000-6-6-6-1 │ ├── shape-1000-6-6-6-1.json │ ├── shape-1024-17-17-3-1 │ ├── shape-1024-17-17-3-1.json │ ├── shape-1024-7-7-7-1 │ ├── shape-1024-7-7-7-1.json │ ├── shape-1024-8-8-8-1 │ ├── shape-1024-8-8-8-1.json │ ├── shape-1280-8-8-3-1 │ ├── shape-1280-8-8-3-1.json │ ├── shape-1536-8-8-3-1 │ ├── shape-1536-8-8-3-1.json │ ├── shape-1536-8-8-8-1 │ ├── shape-1536-8-8-8-1.json │ ├── shape-192-35-35-3-1 │ ├── shape-192-35-35-3-1.json │ ├── shape-2048-7-7-7-1 │ ├── shape-2048-7-7-7-1.json │ ├── shape-2048-8-8-8-1 │ ├── shape-2048-8-8-8-1.json │ ├── shape-256-35-35-3-1 │ ├── shape-256-35-35-3-1.json │ ├── shape-258-35-35-3-1 │ ├── shape-258-35-35-3-1.json │ ├── shape-288-35-35-3-1 │ ├── shape-288-35-35-3-1.json │ ├── shape-384-35-35-3-1 │ ├── shape-384-35-35-3-1.json │ ├── shape-768-17-17-3-1 │ └── shape-768-17-17-3-1.json ├── tensor-conv-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1024-14-14-1-256-1-0 │ ├── shape-1024-14-14-1-256-1-0.json │ ├── shape-128-112-112-3-128-1-1 │ ├── shape-128-112-112-3-128-1-1.json │ ├── shape-16-28-28-5-32-1-2 │ ├── shape-16-28-28-5-32-1-2.json │ ├── shape-192-28-28-1-16-1-1 │ ├── shape-192-28-28-1-16-1-1.json │ ├── shape-2048-7-7-1-512-1-0 │ ├── shape-2048-7-7-1-512-1-0.json │ ├── shape-256-13-13-3-384-1-1 │ ├── shape-256-13-13-3-384-1-1.json │ ├── shape-256-56-56-1-64-1-0 │ ├── shape-256-56-56-1-64-1-0.json │ ├── shape-256-63-63-3-512-1-1 │ ├── shape-256-63-63-3-512-1-1.json │ ├── shape-3-224-224-11-96-4-0 │ ├── shape-3-224-224-11-96-4-0.json │ ├── shape-3-224-224-7-64-2-3 │ ├── shape-3-224-224-7-64-2-3.json │ ├── shape-3-227-227-11-96-4-0 │ ├── shape-3-227-227-11-96-4-0.json │ ├── shape-3-227-227-7-64-2-3 │ ├── shape-3-227-227-7-64-2-3.json │ ├── shape-3-299-299-3-32-2-0 │ ├── shape-3-299-299-3-32-2-0.json │ ├── shape-3-500-500-3-64-1-1 │ ├── shape-3-500-500-3-64-1-1.json │ ├── shape-32-147-147-3-64-1-1 │ ├── shape-32-147-147-3-64-1-1.json │ ├── shape-32-149-149-3-32-1-0 │ ├── shape-32-149-149-3-32-1-0.json │ ├── shape-384-13-13-3-256-1-1 │ ├── shape-384-13-13-3-256-1-1.json │ ├── shape-384-13-13-3-384-1-1 │ ├── shape-384-13-13-3-384-1-1.json │ ├── shape-384-6-6-3-1024-1-1 │ ├── shape-384-6-6-3-1024-1-1.json │ ├── shape-64-250-250-3-128-1-1 │ ├── shape-64-250-250-3-128-1-1.json │ ├── shape-64-56-56-1-64-1-0 │ ├── shape-64-56-56-1-64-1-0.json │ ├── shape-64-73-73-1-80-1-0 │ ├── shape-64-73-73-1-80-1-0.json │ ├── shape-768-17-17-1-128-1-0 │ ├── shape-768-17-17-1-128-1-0.json │ ├── shape-96-27-27-5-256-1-2 │ └── shape-96-27-27-5-256-1-2.json ├── tensor-conv-mobilenets-v1-0.75-160 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-192-10-10-1-384-1-0 │ ├── shape-192-10-10-1-384-1-0.json │ ├── shape-192-20-20-1-192-1-0 │ ├── shape-192-20-20-1-192-1-0.json │ ├── shape-24-80-80-1-48-1-0 │ ├── shape-24-80-80-1-48-1-0.json │ ├── shape-3-160-160-3-24-2-0 │ ├── shape-3-160-160-3-24-2-0.json │ ├── shape-384-10-10-1-384-1-0 │ ├── shape-384-10-10-1-384-1-0.json │ ├── shape-384-5-5-1-768-1-0 │ ├── shape-384-5-5-1-768-1-0.json │ ├── shape-48-40-40-1-96-1-0 │ ├── shape-48-40-40-1-96-1-0.json │ ├── shape-768-1-1-1-1001-1-0 │ ├── shape-768-1-1-1-1001-1-0.json │ ├── shape-768-5-5-1-768-1-0 │ ├── shape-768-5-5-1-768-1-0.json │ ├── shape-96-20-20-1-192-1-0 │ ├── shape-96-20-20-1-192-1-0.json │ ├── shape-96-40-40-1-96-1-0 │ └── shape-96-40-40-1-96-1-0.json ├── tensor-conv-mobilenets-v1-1.0-224 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1024-1-1-1-1001-1-0 │ ├── shape-1024-1-1-1-1001-1-0.json │ ├── shape-1024-7-7-1-1024-1-0 │ ├── shape-1024-7-7-1-1024-1-0.json │ ├── shape-128-28-28-1-256-1-0 │ ├── shape-128-28-28-1-256-1-0.json │ ├── shape-128-56-56-1-128-1-0 │ ├── shape-128-56-56-1-128-1-0.json │ ├── shape-256-14-14-1-512-1-0 │ ├── shape-256-14-14-1-512-1-0.json │ ├── shape-256-28-28-1-256-1-0 │ ├── shape-256-28-28-1-256-1-0.json │ ├── shape-3-224-224-3-32-2-0 │ ├── shape-3-224-224-3-32-2-0.json │ ├── shape-32-112-112-1-64-1-0 │ ├── shape-32-112-112-1-64-1-0.json │ ├── shape-512-14-14-1-512-1-0 │ ├── shape-512-14-14-1-512-1-0.json │ ├── shape-512-7-7-1-1024-1-0 │ ├── shape-512-7-7-1-1024-1-0.json │ ├── shape-64-56-56-1-128-1-0 │ └── shape-64-56-56-1-128-1-0.json ├── tensor-conv1x1-inception-v3 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1280-8-8-1-192-1-0 │ ├── shape-1280-8-8-1-192-1-0.json │ ├── shape-1280-8-8-1-320-1-0 │ ├── shape-1280-8-8-1-320-1-0.json │ ├── shape-1280-8-8-1-384-1-0 │ ├── shape-1280-8-8-1-384-1-0.json │ ├── shape-1280-8-8-1-448-1-0 │ ├── shape-1280-8-8-1-448-1-0.json │ ├── shape-192-35-35-1-32-1-0 │ ├── shape-192-35-35-1-32-1-0.json │ ├── shape-192-35-35-1-48-1-0 │ ├── shape-192-35-35-1-48-1-0.json │ ├── shape-192-35-35-1-64-1-0 │ ├── shape-192-35-35-1-64-1-0.json │ ├── shape-2048-1-1-1-1001-1-0 │ ├── shape-2048-1-1-1-1001-1-0.json │ ├── shape-2048-8-8-1-192-1-0 │ ├── shape-2048-8-8-1-192-1-0.json │ ├── shape-2048-8-8-1-320-1-0 │ ├── shape-2048-8-8-1-320-1-0.json │ ├── shape-2048-8-8-1-384-1-0 │ ├── shape-2048-8-8-1-384-1-0.json │ ├── shape-2048-8-8-1-448-1-0 │ ├── shape-2048-8-8-1-448-1-0.json │ ├── shape-256-35-35-1-48-1-0 │ ├── shape-256-35-35-1-48-1-0.json │ ├── shape-256-35-35-1-64-1-0 │ ├── shape-256-35-35-1-64-1-0.json │ ├── shape-288-35-35-1-48-1-0 │ ├── shape-288-35-35-1-48-1-0.json │ ├── shape-288-35-35-1-64-1-0 │ ├── shape-288-35-35-1-64-1-0.json │ ├── shape-64-73-73-1-80-1-0 │ ├── shape-64-73-73-1-80-1-0.json │ ├── shape-768-17-17-1-128-1-0 │ ├── shape-768-17-17-1-128-1-0.json │ ├── shape-768-17-17-1-160-1-0 │ ├── shape-768-17-17-1-160-1-0.json │ ├── shape-768-17-17-1-192-1-0 │ └── shape-768-17-17-1-192-1-0.json ├── tensor-conv1x1-mobilenets │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1024-1-1-1-1001-1-0 │ ├── shape-1024-1-1-1-1001-1-0.json │ ├── shape-1024-4-4-1-1024-1-0 │ ├── shape-1024-4-4-1-1024-1-0.json │ ├── shape-1024-5-5-1-1024-1-0 │ ├── shape-1024-5-5-1-1024-1-0.json │ ├── shape-1024-6-6-1-1024-1-0 │ ├── shape-1024-6-6-1-1024-1-0.json │ ├── shape-1024-7-7-1-1024-1-0 │ ├── shape-1024-7-7-1-1024-1-0.json │ ├── shape-128-10-10-1-128-1-0 │ ├── shape-128-10-10-1-128-1-0.json │ ├── shape-128-10-10-1-256-1-0 │ ├── shape-128-10-10-1-256-1-0.json │ ├── shape-128-12-12-1-128-1-0 │ ├── shape-128-12-12-1-128-1-0.json │ ├── shape-128-12-12-1-256-1-0 │ ├── shape-128-12-12-1-256-1-0.json │ ├── shape-128-14-14-1-128-1-0 │ ├── shape-128-14-14-1-128-1-0.json │ ├── shape-128-14-14-1-256-1-0 │ ├── shape-128-14-14-1-256-1-0.json │ ├── shape-128-16-16-1-128-1-0 │ ├── shape-128-16-16-1-128-1-0.json │ ├── shape-128-16-16-1-256-1-0 │ ├── shape-128-16-16-1-256-1-0.json │ ├── shape-128-20-20-1-128-1-0 │ ├── shape-128-20-20-1-128-1-0.json │ ├── shape-128-20-20-1-256-1-0 │ ├── shape-128-20-20-1-256-1-0.json │ ├── shape-128-24-24-1-128-1-0 │ ├── shape-128-24-24-1-128-1-0.json │ ├── shape-128-24-24-1-256-1-0 │ ├── shape-128-24-24-1-256-1-0.json │ ├── shape-128-28-28-1-128-1-0 │ ├── shape-128-28-28-1-128-1-0.json │ ├── shape-128-28-28-1-256-1-0 │ ├── shape-128-28-28-1-256-1-0.json │ ├── shape-128-32-32-1-128-1-0 │ ├── shape-128-32-32-1-128-1-0.json │ ├── shape-128-4-4-1-256-1-0 │ ├── shape-128-4-4-1-256-1-0.json │ ├── shape-128-40-40-1-128-1-0 │ ├── shape-128-40-40-1-128-1-0.json │ ├── shape-128-48-48-1-128-1-0 │ ├── shape-128-48-48-1-128-1-0.json │ ├── shape-128-5-5-1-256-1-0 │ ├── shape-128-5-5-1-256-1-0.json │ ├── shape-128-56-56-1-128-1-0 │ ├── shape-128-56-56-1-128-1-0.json │ ├── shape-128-6-6-1-256-1-0 │ ├── shape-128-6-6-1-256-1-0.json │ ├── shape-128-7-7-1-256-1-0 │ ├── shape-128-7-7-1-256-1-0.json │ ├── shape-128-8-8-1-128-1-0 │ ├── shape-128-8-8-1-128-1-0.json │ ├── shape-128-8-8-1-256-1-0 │ ├── shape-128-8-8-1-256-1-0.json │ ├── shape-16-112-112-1-32-1-0 │ ├── shape-16-112-112-1-32-1-0.json │ ├── shape-16-32-32-1-32-1-0 │ ├── shape-16-32-32-1-32-1-0.json │ ├── shape-16-40-40-1-32-1-0 │ ├── shape-16-40-40-1-32-1-0.json │ ├── shape-16-48-48-1-32-1-0 │ ├── shape-16-48-48-1-32-1-0.json │ ├── shape-16-56-56-1-32-1-0 │ ├── shape-16-56-56-1-32-1-0.json │ ├── shape-16-64-64-1-32-1-0 │ ├── shape-16-64-64-1-32-1-0.json │ ├── shape-16-80-80-1-32-1-0 │ ├── shape-16-80-80-1-32-1-0.json │ ├── shape-16-96-96-1-32-1-0 │ ├── shape-16-96-96-1-32-1-0.json │ ├── shape-192-10-10-1-384-1-0 │ ├── shape-192-10-10-1-384-1-0.json │ ├── shape-192-12-12-1-384-1-0 │ ├── shape-192-12-12-1-384-1-0.json │ ├── shape-192-14-14-1-384-1-0 │ ├── shape-192-14-14-1-384-1-0.json │ ├── shape-192-16-16-1-192-1-0 │ ├── shape-192-16-16-1-192-1-0.json │ ├── shape-192-20-20-1-192-1-0 │ ├── shape-192-20-20-1-192-1-0.json │ ├── shape-192-24-24-1-192-1-0 │ ├── shape-192-24-24-1-192-1-0.json │ ├── shape-192-28-28-1-192-1-0 │ ├── shape-192-28-28-1-192-1-0.json │ ├── shape-192-8-8-1-384-1-0 │ ├── shape-192-8-8-1-384-1-0.json │ ├── shape-24-112-112-1-48-1-0 │ ├── shape-24-112-112-1-48-1-0.json │ ├── shape-24-64-64-1-48-1-0 │ ├── shape-24-64-64-1-48-1-0.json │ ├── shape-24-80-80-1-48-1-0 │ ├── shape-24-80-80-1-48-1-0.json │ ├── shape-24-96-96-1-48-1-0 │ ├── shape-24-96-96-1-48-1-0.json │ ├── shape-256-1-1-1-1001-1-0 │ ├── shape-256-1-1-1-1001-1-0.json │ ├── shape-256-10-10-1-256-1-0 │ ├── shape-256-10-10-1-256-1-0.json │ ├── shape-256-10-10-1-512-1-0 │ ├── shape-256-10-10-1-512-1-0.json │ ├── shape-256-12-12-1-256-1-0 │ ├── shape-256-12-12-1-256-1-0.json │ ├── shape-256-12-12-1-512-1-0 │ ├── shape-256-12-12-1-512-1-0.json │ ├── shape-256-14-14-1-256-1-0 │ ├── shape-256-14-14-1-256-1-0.json │ ├── shape-256-14-14-1-512-1-0 │ ├── shape-256-14-14-1-512-1-0.json │ ├── shape-256-16-16-1-256-1-0 │ ├── shape-256-16-16-1-256-1-0.json │ ├── shape-256-20-20-1-256-1-0 │ ├── shape-256-20-20-1-256-1-0.json │ ├── shape-256-24-24-1-256-1-0 │ ├── shape-256-24-24-1-256-1-0.json │ ├── shape-256-28-28-1-256-1-0 │ ├── shape-256-28-28-1-256-1-0.json │ ├── shape-256-4-4-1-256-1-0 │ ├── shape-256-4-4-1-256-1-0.json │ ├── shape-256-4-4-1-512-1-0 │ ├── shape-256-4-4-1-512-1-0.json │ ├── shape-256-5-5-1-256-1-0 │ ├── shape-256-5-5-1-256-1-0.json │ ├── shape-256-5-5-1-512-1-0 │ ├── shape-256-5-5-1-512-1-0.json │ ├── shape-256-6-6-1-256-1-0 │ ├── shape-256-6-6-1-256-1-0.json │ ├── shape-256-6-6-1-512-1-0 │ ├── shape-256-6-6-1-512-1-0.json │ ├── shape-256-7-7-1-256-1-0 │ ├── shape-256-7-7-1-256-1-0.json │ ├── shape-256-7-7-1-512-1-0 │ ├── shape-256-7-7-1-512-1-0.json │ ├── shape-256-8-8-1-256-1-0 │ ├── shape-256-8-8-1-256-1-0.json │ ├── shape-256-8-8-1-512-1-0 │ ├── shape-256-8-8-1-512-1-0.json │ ├── shape-32-112-112-1-64-1-0 │ ├── shape-32-112-112-1-64-1-0.json │ ├── shape-32-16-16-1-64-1-0 │ ├── shape-32-16-16-1-64-1-0.json │ ├── shape-32-20-20-1-64-1-0 │ ├── shape-32-20-20-1-64-1-0.json │ ├── shape-32-24-24-1-64-1-0 │ ├── shape-32-24-24-1-64-1-0.json │ ├── shape-32-28-28-1-64-1-0 │ ├── shape-32-28-28-1-64-1-0.json │ ├── shape-32-32-32-1-32-1-0 │ ├── shape-32-32-32-1-32-1-0.json │ ├── shape-32-32-32-1-64-1-0 │ ├── shape-32-32-32-1-64-1-0.json │ ├── shape-32-40-40-1-32-1-0 │ ├── shape-32-40-40-1-32-1-0.json │ ├── shape-32-40-40-1-64-1-0 │ ├── shape-32-40-40-1-64-1-0.json │ ├── shape-32-48-48-1-32-1-0 │ ├── shape-32-48-48-1-32-1-0.json │ ├── shape-32-48-48-1-64-1-0 │ ├── shape-32-48-48-1-64-1-0.json │ ├── shape-32-56-56-1-32-1-0 │ ├── shape-32-56-56-1-32-1-0.json │ ├── shape-32-56-56-1-64-1-0 │ ├── shape-32-56-56-1-64-1-0.json │ ├── shape-32-64-64-1-64-1-0 │ ├── shape-32-64-64-1-64-1-0.json │ ├── shape-32-80-80-1-64-1-0 │ ├── shape-32-80-80-1-64-1-0.json │ ├── shape-32-96-96-1-64-1-0 │ ├── shape-32-96-96-1-64-1-0.json │ ├── shape-384-10-10-1-384-1-0 │ ├── shape-384-10-10-1-384-1-0.json │ ├── shape-384-12-12-1-384-1-0 │ ├── shape-384-12-12-1-384-1-0.json │ ├── shape-384-14-14-1-384-1-0 │ ├── shape-384-14-14-1-384-1-0.json │ ├── shape-384-4-4-1-768-1-0 │ ├── shape-384-4-4-1-768-1-0.json │ ├── shape-384-5-5-1-768-1-0 │ ├── shape-384-5-5-1-768-1-0.json │ ├── shape-384-6-6-1-768-1-0 │ ├── shape-384-6-6-1-768-1-0.json │ ├── shape-384-7-7-1-768-1-0 │ ├── shape-384-7-7-1-768-1-0.json │ ├── shape-384-8-8-1-384-1-0 │ ├── shape-384-8-8-1-384-1-0.json │ ├── shape-48-32-32-1-96-1-0 │ ├── shape-48-32-32-1-96-1-0.json │ ├── shape-48-40-40-1-96-1-0 │ ├── shape-48-40-40-1-96-1-0.json │ ├── shape-48-48-48-1-96-1-0 │ ├── shape-48-48-48-1-96-1-0.json │ ├── shape-48-56-56-1-96-1-0 │ ├── shape-48-56-56-1-96-1-0.json │ ├── shape-512-1-1-1-1001-1-0 │ ├── shape-512-1-1-1-1001-1-0.json │ ├── shape-512-10-10-1-512-1-0 │ ├── shape-512-10-10-1-512-1-0.json │ ├── shape-512-12-12-1-512-1-0 │ ├── shape-512-12-12-1-512-1-0.json │ ├── shape-512-14-14-1-512-1-0 │ ├── shape-512-14-14-1-512-1-0.json │ ├── shape-512-4-4-1-1024-1-0 │ ├── shape-512-4-4-1-1024-1-0.json │ ├── shape-512-4-4-1-512-1-0 │ ├── shape-512-4-4-1-512-1-0.json │ ├── shape-512-5-5-1-1024-1-0 │ ├── shape-512-5-5-1-1024-1-0.json │ ├── shape-512-5-5-1-512-1-0 │ ├── shape-512-5-5-1-512-1-0.json │ ├── shape-512-6-6-1-1024-1-0 │ ├── shape-512-6-6-1-1024-1-0.json │ ├── shape-512-6-6-1-512-1-0 │ ├── shape-512-6-6-1-512-1-0.json │ ├── shape-512-7-7-1-1024-1-0 │ ├── shape-512-7-7-1-1024-1-0.json │ ├── shape-512-7-7-1-512-1-0 │ ├── shape-512-7-7-1-512-1-0.json │ ├── shape-512-8-8-1-512-1-0 │ ├── shape-512-8-8-1-512-1-0.json │ ├── shape-64-10-10-1-128-1-0 │ ├── shape-64-10-10-1-128-1-0.json │ ├── shape-64-12-12-1-128-1-0 │ ├── shape-64-12-12-1-128-1-0.json │ ├── shape-64-14-14-1-128-1-0 │ ├── shape-64-14-14-1-128-1-0.json │ ├── shape-64-16-16-1-128-1-0 │ ├── shape-64-16-16-1-128-1-0.json │ ├── shape-64-16-16-1-64-1-0 │ ├── shape-64-16-16-1-64-1-0.json │ ├── shape-64-20-20-1-128-1-0 │ ├── shape-64-20-20-1-128-1-0.json │ ├── shape-64-20-20-1-64-1-0 │ ├── shape-64-20-20-1-64-1-0.json │ ├── shape-64-24-24-1-128-1-0 │ ├── shape-64-24-24-1-128-1-0.json │ ├── shape-64-24-24-1-64-1-0 │ ├── shape-64-24-24-1-64-1-0.json │ ├── shape-64-28-28-1-128-1-0 │ ├── shape-64-28-28-1-128-1-0.json │ ├── shape-64-28-28-1-64-1-0 │ ├── shape-64-28-28-1-64-1-0.json │ ├── shape-64-32-32-1-128-1-0 │ ├── shape-64-32-32-1-128-1-0.json │ ├── shape-64-32-32-1-64-1-0 │ ├── shape-64-32-32-1-64-1-0.json │ ├── shape-64-40-40-1-128-1-0 │ ├── shape-64-40-40-1-128-1-0.json │ ├── shape-64-40-40-1-64-1-0 │ ├── shape-64-40-40-1-64-1-0.json │ ├── shape-64-48-48-1-128-1-0 │ ├── shape-64-48-48-1-128-1-0.json │ ├── shape-64-48-48-1-64-1-0 │ ├── shape-64-48-48-1-64-1-0.json │ ├── shape-64-56-56-1-128-1-0 │ ├── shape-64-56-56-1-128-1-0.json │ ├── shape-64-56-56-1-64-1-0 │ ├── shape-64-56-56-1-64-1-0.json │ ├── shape-64-8-8-1-128-1-0 │ ├── shape-64-8-8-1-128-1-0.json │ ├── shape-768-1-1-1-1001-1-0 │ ├── shape-768-1-1-1-1001-1-0.json │ ├── shape-768-4-4-1-768-1-0 │ ├── shape-768-4-4-1-768-1-0.json │ ├── shape-768-5-5-1-768-1-0 │ ├── shape-768-5-5-1-768-1-0.json │ ├── shape-768-6-6-1-768-1-0 │ ├── shape-768-6-6-1-768-1-0.json │ ├── shape-768-7-7-1-768-1-0 │ ├── shape-768-7-7-1-768-1-0.json │ ├── shape-8-112-112-1-16-1-0 │ ├── shape-8-112-112-1-16-1-0.json │ ├── shape-8-64-64-1-16-1-0 │ ├── shape-8-64-64-1-16-1-0.json │ ├── shape-8-80-80-1-16-1-0 │ ├── shape-8-80-80-1-16-1-0.json │ ├── shape-8-96-96-1-16-1-0 │ ├── shape-8-96-96-1-16-1-0.json │ ├── shape-96-16-16-1-192-1-0 │ ├── shape-96-16-16-1-192-1-0.json │ ├── shape-96-20-20-1-192-1-0 │ ├── shape-96-20-20-1-192-1-0.json │ ├── shape-96-24-24-1-192-1-0 │ ├── shape-96-24-24-1-192-1-0.json │ ├── shape-96-28-28-1-192-1-0 │ ├── shape-96-28-28-1-192-1-0.json │ ├── shape-96-32-32-1-96-1-0 │ ├── shape-96-32-32-1-96-1-0.json │ ├── shape-96-40-40-1-96-1-0 │ ├── shape-96-40-40-1-96-1-0.json │ ├── shape-96-48-48-1-96-1-0 │ ├── shape-96-48-48-1-96-1-0.json │ ├── shape-96-56-56-1-96-1-0 │ └── shape-96-56-56-1-96-1-0.json ├── tensor-conv3x3-inception-v3 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-192-17-17-3-192-2-0 │ ├── shape-192-17-17-3-192-2-0.json │ ├── shape-192-17-17-3-320-2-0 │ ├── shape-192-17-17-3-320-2-0.json │ ├── shape-288-35-35-3-384-2-0 │ ├── shape-288-35-35-3-384-2-0.json │ ├── shape-3-299-299-3-32-2-0 │ ├── shape-3-299-299-3-32-2-0.json │ ├── shape-32-147-147-3-64-1-1 │ ├── shape-32-147-147-3-64-1-1.json │ ├── shape-32-149-149-3-32-1-0 │ ├── shape-32-149-149-3-32-1-0.json │ ├── shape-448-8-8-3-384-1-1 │ ├── shape-448-8-8-3-384-1-1.json │ ├── shape-64-35-35-3-96-1-1 │ ├── shape-64-35-35-3-96-1-1.json │ ├── shape-80-73-73-3-192-1-0 │ ├── shape-80-73-73-3-192-1-0.json │ ├── shape-96-35-35-3-96-1-1 │ ├── shape-96-35-35-3-96-1-1.json │ ├── shape-96-35-35-3-96-2-0 │ └── shape-96-35-35-3-96-2-0.json ├── tensor-conv3x3-mobilenets │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-3-128-128-3-16-2-0 │ ├── shape-3-128-128-3-16-2-0.json │ ├── shape-3-128-128-3-24-2-0 │ ├── shape-3-128-128-3-24-2-0.json │ ├── shape-3-128-128-3-32-2-0 │ ├── shape-3-128-128-3-32-2-0.json │ ├── shape-3-128-128-3-8-2-0 │ ├── shape-3-128-128-3-8-2-0.json │ ├── shape-3-160-160-3-16-2-0 │ ├── shape-3-160-160-3-16-2-0.json │ ├── shape-3-160-160-3-24-2-0 │ ├── shape-3-160-160-3-24-2-0.json │ ├── shape-3-160-160-3-32-2-0 │ ├── shape-3-160-160-3-32-2-0.json │ ├── shape-3-160-160-3-8-2-0 │ ├── shape-3-160-160-3-8-2-0.json │ ├── shape-3-192-192-3-16-2-0 │ ├── shape-3-192-192-3-16-2-0.json │ ├── shape-3-192-192-3-24-2-0 │ ├── shape-3-192-192-3-24-2-0.json │ ├── shape-3-192-192-3-32-2-0 │ ├── shape-3-192-192-3-32-2-0.json │ ├── shape-3-192-192-3-8-2-0 │ ├── shape-3-192-192-3-8-2-0.json │ ├── shape-3-224-224-3-16-2-0 │ ├── shape-3-224-224-3-16-2-0.json │ ├── shape-3-224-224-3-24-2-0 │ ├── shape-3-224-224-3-24-2-0.json │ ├── shape-3-224-224-3-32-2-0 │ ├── shape-3-224-224-3-32-2-0.json │ ├── shape-3-224-224-3-8-2-0 │ └── shape-3-224-224-3-8-2-0.json ├── tensor-conv5x5-inception-v3 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-48-35-35-5-64-1-2 │ └── shape-48-35-35-5-64-1-2.json ├── tensor-depthwiseconv-mobilenets │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1024-4-4-1-1 │ ├── shape-1024-4-4-1-1.json │ ├── shape-1024-5-5-1-1 │ ├── shape-1024-5-5-1-1.json │ ├── shape-1024-6-6-1-1 │ ├── shape-1024-6-6-1-1.json │ ├── shape-1024-7-7-1-1 │ ├── shape-1024-7-7-1-1.json │ ├── shape-128-10-10-1-1 │ ├── shape-128-10-10-1-1.json │ ├── shape-128-10-10-2-0 │ ├── shape-128-10-10-2-0.json │ ├── shape-128-12-12-1-1 │ ├── shape-128-12-12-1-1.json │ ├── shape-128-12-12-2-0 │ ├── shape-128-12-12-2-0.json │ ├── shape-128-14-14-1-1 │ ├── shape-128-14-14-1-1.json │ ├── shape-128-14-14-2-0 │ ├── shape-128-14-14-2-0.json │ ├── shape-128-16-16-1-1 │ ├── shape-128-16-16-1-1.json │ ├── shape-128-16-16-2-0 │ ├── shape-128-16-16-2-0.json │ ├── shape-128-20-20-1-1 │ ├── shape-128-20-20-1-1.json │ ├── shape-128-20-20-2-0 │ ├── shape-128-20-20-2-0.json │ ├── shape-128-24-24-1-1 │ ├── shape-128-24-24-1-1.json │ ├── shape-128-24-24-2-0 │ ├── shape-128-24-24-2-0.json │ ├── shape-128-28-28-1-1 │ ├── shape-128-28-28-1-1.json │ ├── shape-128-28-28-2-0 │ ├── shape-128-28-28-2-0.json │ ├── shape-128-32-32-1-1 │ ├── shape-128-32-32-1-1.json │ ├── shape-128-32-32-2-0 │ ├── shape-128-32-32-2-0.json │ ├── shape-128-40-40-1-1 │ ├── shape-128-40-40-1-1.json │ ├── shape-128-40-40-2-0 │ ├── shape-128-40-40-2-0.json │ ├── shape-128-48-48-1-1 │ ├── shape-128-48-48-1-1.json │ ├── shape-128-48-48-2-0 │ ├── shape-128-48-48-2-0.json │ ├── shape-128-56-56-1-1 │ ├── shape-128-56-56-1-1.json │ ├── shape-128-56-56-2-0 │ ├── shape-128-56-56-2-0.json │ ├── shape-128-8-8-1-1 │ ├── shape-128-8-8-1-1.json │ ├── shape-128-8-8-2-0 │ ├── shape-128-8-8-2-0.json │ ├── shape-16-112-112-1-1 │ ├── shape-16-112-112-1-1.json │ ├── shape-16-112-112-2-0 │ ├── shape-16-112-112-2-0.json │ ├── shape-16-64-64-1-1 │ ├── shape-16-64-64-1-1.json │ ├── shape-16-64-64-2-0 │ ├── shape-16-64-64-2-0.json │ ├── shape-16-80-80-1-1 │ ├── shape-16-80-80-1-1.json │ ├── shape-16-80-80-2-0 │ ├── shape-16-80-80-2-0.json │ ├── shape-16-96-96-1-1 │ ├── shape-16-96-96-1-1.json │ ├── shape-16-96-96-2-0 │ ├── shape-16-96-96-2-0.json │ ├── shape-192-16-16-1-1 │ ├── shape-192-16-16-1-1.json │ ├── shape-192-16-16-2-0 │ ├── shape-192-16-16-2-0.json │ ├── shape-192-20-20-1-1 │ ├── shape-192-20-20-1-1.json │ ├── shape-192-20-20-2-0 │ ├── shape-192-20-20-2-0.json │ ├── shape-192-24-24-1-1 │ ├── shape-192-24-24-1-1.json │ ├── shape-192-24-24-2-0 │ ├── shape-192-24-24-2-0.json │ ├── shape-192-28-28-1-1 │ ├── shape-192-28-28-1-1.json │ ├── shape-192-28-28-2-0 │ ├── shape-192-28-28-2-0.json │ ├── shape-24-112-112-1-1 │ ├── shape-24-112-112-1-1.json │ ├── shape-24-64-64-1-1 │ ├── shape-24-64-64-1-1.json │ ├── shape-24-80-80-1-1 │ ├── shape-24-80-80-1-1.json │ ├── shape-24-96-96-1-1 │ ├── shape-24-96-96-1-1.json │ ├── shape-256-10-10-1-1 │ ├── shape-256-10-10-1-1.json │ ├── shape-256-10-10-2-0 │ ├── shape-256-10-10-2-0.json │ ├── shape-256-12-12-1-1 │ ├── shape-256-12-12-1-1.json │ ├── shape-256-12-12-2-0 │ ├── shape-256-12-12-2-0.json │ ├── shape-256-14-14-1-1 │ ├── shape-256-14-14-1-1.json │ ├── shape-256-14-14-2-0 │ ├── shape-256-14-14-2-0.json │ ├── shape-256-16-16-1-1 │ ├── shape-256-16-16-1-1.json │ ├── shape-256-16-16-2-0 │ ├── shape-256-16-16-2-0.json │ ├── shape-256-20-20-1-1 │ ├── shape-256-20-20-1-1.json │ ├── shape-256-20-20-2-0 │ ├── shape-256-20-20-2-0.json │ ├── shape-256-24-24-1-1 │ ├── shape-256-24-24-1-1.json │ ├── shape-256-24-24-2-0 │ ├── shape-256-24-24-2-0.json │ ├── shape-256-28-28-1-1 │ ├── shape-256-28-28-1-1.json │ ├── shape-256-28-28-2-0 │ ├── shape-256-28-28-2-0.json │ ├── shape-256-4-4-1-1 │ ├── shape-256-4-4-1-1.json │ ├── shape-256-5-5-1-1 │ ├── shape-256-5-5-1-1.json │ ├── shape-256-6-6-1-1 │ ├── shape-256-6-6-1-1.json │ ├── shape-256-7-7-1-1 │ ├── shape-256-7-7-1-1.json │ ├── shape-256-8-8-1-1 │ ├── shape-256-8-8-1-1.json │ ├── shape-256-8-8-2-0 │ ├── shape-256-8-8-2-0.json │ ├── shape-32-112-112-1-1 │ ├── shape-32-112-112-1-1.json │ ├── shape-32-112-112-2-0 │ ├── shape-32-112-112-2-0.json │ ├── shape-32-32-32-1-1 │ ├── shape-32-32-32-1-1.json │ ├── shape-32-32-32-2-0 │ ├── shape-32-32-32-2-0.json │ ├── shape-32-40-40-1-1 │ ├── shape-32-40-40-1-1.json │ ├── shape-32-40-40-2-0 │ ├── shape-32-40-40-2-0.json │ ├── shape-32-48-48-1-1 │ ├── shape-32-48-48-1-1.json │ ├── shape-32-48-48-2-0 │ ├── shape-32-48-48-2-0.json │ ├── shape-32-56-56-1-1 │ ├── shape-32-56-56-1-1.json │ ├── shape-32-56-56-2-0 │ ├── shape-32-56-56-2-0.json │ ├── shape-32-64-64-1-1 │ ├── shape-32-64-64-1-1.json │ ├── shape-32-64-64-2-0 │ ├── shape-32-64-64-2-0.json │ ├── shape-32-80-80-1-1 │ ├── shape-32-80-80-1-1.json │ ├── shape-32-80-80-2-0 │ ├── shape-32-80-80-2-0.json │ ├── shape-32-96-96-1-1 │ ├── shape-32-96-96-1-1.json │ ├── shape-32-96-96-2-0 │ ├── shape-32-96-96-2-0.json │ ├── shape-384-10-10-1-1 │ ├── shape-384-10-10-1-1.json │ ├── shape-384-10-10-2-0 │ ├── shape-384-10-10-2-0.json │ ├── shape-384-12-12-1-1 │ ├── shape-384-12-12-1-1.json │ ├── shape-384-12-12-2-0 │ ├── shape-384-12-12-2-0.json │ ├── shape-384-14-14-1-1 │ ├── shape-384-14-14-1-1.json │ ├── shape-384-14-14-2-0 │ ├── shape-384-14-14-2-0.json │ ├── shape-384-8-8-1-1 │ ├── shape-384-8-8-1-1.json │ ├── shape-384-8-8-2-0 │ ├── shape-384-8-8-2-0.json │ ├── shape-48-112-112-2-0 │ ├── shape-48-112-112-2-0.json │ ├── shape-48-64-64-2-0 │ ├── shape-48-64-64-2-0.json │ ├── shape-48-80-80-2-0 │ ├── shape-48-80-80-2-0.json │ ├── shape-48-96-96-2-0 │ ├── shape-48-96-96-2-0.json │ ├── shape-512-10-10-1-1 │ ├── shape-512-10-10-1-1.json │ ├── shape-512-10-10-2-0 │ ├── shape-512-10-10-2-0.json │ ├── shape-512-12-12-1-1 │ ├── shape-512-12-12-1-1.json │ ├── shape-512-12-12-2-0 │ ├── shape-512-12-12-2-0.json │ ├── shape-512-14-14-1-1 │ ├── shape-512-14-14-1-1.json │ ├── shape-512-14-14-2-0 │ ├── shape-512-14-14-2-0.json │ ├── shape-512-4-4-1-1 │ ├── shape-512-4-4-1-1.json │ ├── shape-512-5-5-1-1 │ ├── shape-512-5-5-1-1.json │ ├── shape-512-6-6-1-1 │ ├── shape-512-6-6-1-1.json │ ├── shape-512-7-7-1-1 │ ├── shape-512-7-7-1-1.json │ ├── shape-512-8-8-1-1 │ ├── shape-512-8-8-1-1.json │ ├── shape-512-8-8-2-0 │ ├── shape-512-8-8-2-0.json │ ├── shape-64-112-112-2-0 │ ├── shape-64-112-112-2-0.json │ ├── shape-64-16-16-1-1 │ ├── shape-64-16-16-1-1.json │ ├── shape-64-16-16-2-0 │ ├── shape-64-16-16-2-0.json │ ├── shape-64-20-20-1-1 │ ├── shape-64-20-20-1-1.json │ ├── shape-64-20-20-2-0 │ ├── shape-64-20-20-2-0.json │ ├── shape-64-24-24-1-1 │ ├── shape-64-24-24-1-1.json │ ├── shape-64-24-24-2-0 │ ├── shape-64-24-24-2-0.json │ ├── shape-64-28-28-1-1 │ ├── shape-64-28-28-1-1.json │ ├── shape-64-28-28-2-0 │ ├── shape-64-28-28-2-0.json │ ├── shape-64-32-32-1-1 │ ├── shape-64-32-32-1-1.json │ ├── shape-64-32-32-2-0 │ ├── shape-64-32-32-2-0.json │ ├── shape-64-40-40-1-1 │ ├── shape-64-40-40-1-1.json │ ├── shape-64-40-40-2-0 │ ├── shape-64-40-40-2-0.json │ ├── shape-64-48-48-1-1 │ ├── shape-64-48-48-1-1.json │ ├── shape-64-48-48-2-0 │ ├── shape-64-48-48-2-0.json │ ├── shape-64-56-56-1-1 │ ├── shape-64-56-56-1-1.json │ ├── shape-64-56-56-2-0 │ ├── shape-64-56-56-2-0.json │ ├── shape-64-64-64-2-0 │ ├── shape-64-64-64-2-0.json │ ├── shape-64-80-80-2-0 │ ├── shape-64-80-80-2-0.json │ ├── shape-64-96-96-2-0 │ ├── shape-64-96-96-2-0.json │ ├── shape-768-4-4-1-1 │ ├── shape-768-4-4-1-1.json │ ├── shape-768-5-5-1-1 │ ├── shape-768-5-5-1-1.json │ ├── shape-768-6-6-1-1 │ ├── shape-768-6-6-1-1.json │ ├── shape-768-7-7-1-1 │ ├── shape-768-7-7-1-1.json │ ├── shape-8-112-112-1-1 │ ├── shape-8-112-112-1-1.json │ ├── shape-8-64-64-1-1 │ ├── shape-8-64-64-1-1.json │ ├── shape-8-80-80-1-1 │ ├── shape-8-80-80-1-1.json │ ├── shape-8-96-96-1-1 │ ├── shape-8-96-96-1-1.json │ ├── shape-96-32-32-1-1 │ ├── shape-96-32-32-1-1.json │ ├── shape-96-32-32-2-0 │ ├── shape-96-32-32-2-0.json │ ├── shape-96-40-40-1-1 │ ├── shape-96-40-40-1-1.json │ ├── shape-96-40-40-2-0 │ ├── shape-96-40-40-2-0.json │ ├── shape-96-48-48-1-1 │ ├── shape-96-48-48-1-1.json │ ├── shape-96-48-48-2-0 │ ├── shape-96-48-48-2-0.json │ ├── shape-96-56-56-1-1 │ ├── shape-96-56-56-1-1.json │ ├── shape-96-56-56-2-0 │ └── shape-96-56-56-2-0.json ├── tensor-depthwiseconv-synthetic-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── shape-1-6-6-1-0 │ ├── shape-1-6-6-1-0.json │ ├── shape-2-4-4-1-0 │ └── shape-2-4-4-1-0.json ├── tensor-fullyconnected-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-10-6-6-20-1-1 │ ├── shape-10-6-6-20-1-1.json │ ├── shape-2048-1-1-1000-1-1 │ ├── shape-2048-1-1-1000-1-1.json │ ├── shape-256-6-6-4096-1-1 │ ├── shape-256-6-6-4096-1-1.json │ ├── shape-4096-1-1-1000-1-1 │ ├── shape-4096-1-1-1000-1-1.json │ ├── shape-4096-1-1-4096-1-1 │ ├── shape-4096-1-1-4096-1-1.json │ ├── shape-512-7-7-4096-1-1 │ └── shape-512-7-7-4096-1-1.json ├── tensor-gemm-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── shape-1024-1024-1024-1-0 │ ├── shape-1024-1024-1024-1-0.json │ ├── shape-1024-1024-1024-1.0-0 │ ├── shape-1024-1024-1024-1.0-0.0 │ ├── shape-1024-1024-1024-1.0-0.0.json │ ├── shape-1024-1024-1024-1.0-0.json │ ├── test-shape-2-3-4-1-0 │ ├── test-shape-2-3-4-1-0.A │ ├── test-shape-2-3-4-1-0.B │ ├── test-shape-2-3-4-1-0.C │ └── test-shape-2-3-4-1-0.json ├── tensor-lstm-mlperf-rnnt │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── random-0-000000.json │ ├── random-0-000001.json │ ├── random-0-000002.json │ ├── random-0-000003.json │ └── random-0-000004.json ├── tensor-reshape-mobilenets │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── shape-1001-1-1-1-1-1001 │ └── shape-1001-1-1-1-1-1001.json ├── tensor-reshape-synthetic-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── data.csv │ ├── shape-1-1-16-1-1-16 │ ├── shape-1-1-16-1-1-16.json │ ├── shape-1-2-3-1-2-3 │ ├── shape-1-2-3-1-2-3.json │ ├── shape-1-3-2-1-3-2 │ ├── shape-1-3-2-1-3-2.json │ ├── shape-1-3-3-1-3-3 │ ├── shape-1-3-3-1-3-3.json │ ├── shape-12-3-17-12-3-17 │ ├── shape-12-3-17-12-3-17.json │ ├── shape-16-3-3-16-3-3 │ ├── shape-16-3-3-16-3-3.json │ ├── shape-28-23-31-28-23-31 │ ├── shape-28-23-31-28-23-31.json │ ├── shape-32-26-26-32-26-26 │ ├── shape-32-26-26-32-26-26.json │ ├── shape-8-2-2-8-2-2 │ └── shape-8-2-2-8-2-2.json ├── tensor-reshape-synthetic-0002 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── test-shape-1-1-16-2-2-4 │ ├── test-shape-1-1-16-2-2-4.json │ ├── test-shape-12-3-17-612-1-1 │ ├── test-shape-12-3-17-612-1-1.json │ ├── test-shape-16-3-3-1-1-144 │ ├── test-shape-16-3-3-1-1-144.json │ ├── test-shape-28-23-31-713-14-2 │ ├── test-shape-28-23-31-713-14-2.json │ ├── test-shape-32-26-26-128-13-13 │ ├── test-shape-32-26-26-128-13-13.json │ ├── test-shape-8-2-2-8-4-1 │ └── test-shape-8-2-2-8-4-1.json ├── tensor-resizebilinear-synthetic-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── test-shape-1-1-1080-1-1-800 │ ├── test-shape-1-1-1080-1-1-800.json │ ├── test-shape-1-1-1080-1-600-800 │ ├── test-shape-1-1-1080-1-600-800.json │ ├── test-shape-1-1080-1-1-800-1 │ ├── test-shape-1-1080-1-1-800-1.json │ ├── test-shape-1-1080-1-1-800-600 │ ├── test-shape-1-1080-1-1-800-600.json │ ├── test-shape-1-1080-1920-1-1-800 │ ├── test-shape-1-1080-1920-1-1-800.json │ ├── test-shape-1-1080-1920-1-480-640 │ ├── test-shape-1-1080-1920-1-480-640.json │ ├── test-shape-1-1080-1920-1-640-480 │ ├── test-shape-1-1080-1920-1-640-480.json │ ├── test-shape-1-1080-1920-1-800-1 │ ├── test-shape-1-1080-1920-1-800-1.json │ ├── test-shape-1-1920-1080-1-1-800 │ ├── test-shape-1-1920-1080-1-1-800.json │ ├── test-shape-1-1920-1080-1-480-640 │ ├── test-shape-1-1920-1080-1-480-640.json │ ├── test-shape-1-1920-1080-1-640-480 │ ├── test-shape-1-1920-1080-1-640-480.json │ ├── test-shape-1-1920-1080-1-800-1 │ ├── test-shape-1-1920-1080-1-800-1.json │ ├── test-shape-1-2-2-1-2-4 │ ├── test-shape-1-2-2-1-2-4.json │ ├── test-shape-1-2-2-1-4-2 │ ├── test-shape-1-2-2-1-4-2.json │ ├── test-shape-1-2-2-1-4-4 │ ├── test-shape-1-2-2-1-4-4.json │ ├── test-shape-1-600-800-1-3120-4160 │ ├── test-shape-1-600-800-1-3120-4160.json │ ├── test-shape-1-600-800-1-4160-3120 │ ├── test-shape-1-600-800-1-4160-3120.json │ ├── test-shape-1-640-480-1-3120-4160 │ ├── test-shape-1-640-480-1-3120-4160.json │ ├── test-shape-1-640-480-1-4160-3120 │ ├── test-shape-1-640-480-1-4160-3120.json │ ├── test-shape-1-800-600-1-3120-4160 │ ├── test-shape-1-800-600-1-3120-4160.json │ ├── test-shape-1-800-600-1-4160-3120 │ └── test-shape-1-800-600-1-4160-3120.json ├── tensor-softmax-0001 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── shape-1024-1-1 │ ├── shape-1024-1-1.json │ ├── shape-4096-1-1 │ └── shape-4096-1-1.json └── tensor-softmax-imagenet │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ ├── README.md │ ├── shape-1000-1-1 │ ├── shape-1000-1-1.json │ ├── shape-1001-1-1 │ └── shape-1001-1-1.json ├── experiment.view ├── .cm │ ├── alias-a-nntest │ └── alias-u-2f624734962d2523 └── nntest │ └── .cm │ ├── desc.json │ ├── info.json │ └── meta.json ├── jnotebook ├── .cm │ ├── alias-a-analyse-conv-mobilenets-v1-1.0-224 │ └── alias-u-b2bfeb54472db47d └── analyse-conv-mobilenets-v1-1.0-224 │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ └── analysis.ipynb ├── module ├── .cm │ ├── alias-a-nntest │ └── alias-u-38b4f1dcda465782 └── nntest │ ├── .cm │ ├── desc.json │ ├── info.json │ ├── meta.json │ └── updates.json │ └── module.py ├── package ├── .cm │ ├── alias-a-lib-nntest │ ├── alias-a-plugin-lstm-naive │ ├── alias-a-plugin-lstm-rnnt-dec-glow │ ├── alias-a-plugin-lstm-rnnt-dec-onnx │ ├── alias-a-plugin-lstm-rnnt-dec-pytorch │ ├── alias-a-plugin-lstm-rnnt-post-glow │ ├── alias-a-plugin-lstm-rnnt-post-onnx │ ├── alias-a-plugin-lstm-rnnt-post-pytorch │ ├── alias-a-plugin-lstm-rnnt-pre-glow │ ├── alias-a-plugin-lstm-rnnt-pre-onnx │ ├── alias-a-plugin-lstm-rnnt-pre-pytorch │ ├── alias-u-0091b46c78fdd45a │ ├── alias-u-3194176b0588d87f │ ├── alias-u-361b44699970cdda │ ├── alias-u-44b601ab43dabdc6 │ ├── alias-u-7c34a8e9e72c7b6b │ ├── alias-u-83906e369418baf5 │ ├── alias-u-91874e68b81b37d2 │ ├── alias-u-9782714dc8e10870 │ ├── alias-u-9872906347fa85ad │ ├── alias-u-a6f6a5e9a44c7999 │ └── alias-u-c739c455f848c752 ├── lib-nntest │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── ck_nntest_armcl.h │ ├── ck_nntest_caffe_avgpool.h │ ├── ck_nntest_caffe_conv.h │ ├── ck_nntest_caffe_fc.h │ ├── ck_nntest_caffe_softmax.h │ ├── ck_nntest_common.h │ ├── ck_nntest_tensorflow.h │ ├── process.bat │ └── process.sh ├── plugin-lstm-rnnt-dec-glow │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── install.sh │ ├── lstm_rnnt_dec.py │ └── wrapper.cpp ├── plugin-lstm-rnnt-dec-onnx │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── convert_to_onnx.py │ ├── install.sh │ └── plugin │ │ └── lstm_rnnt_dec.py ├── plugin-lstm-rnnt-dec-pytorch │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── install.sh │ ├── naive │ │ ├── lstm_naive.py │ │ └── lstm_rnnt_dec.py │ ├── orig-quantized │ │ └── lstm_rnnt_dec.py │ └── original │ │ └── lstm_rnnt_dec.py ├── plugin-lstm-rnnt-post-glow │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── install.sh │ ├── lstm_rnnt_post.py │ └── wrapper.cpp ├── plugin-lstm-rnnt-post-onnx │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── convert_to_onnx.py │ ├── install.sh │ └── plugin │ │ └── lstm_rnnt_post.py ├── plugin-lstm-rnnt-post-pytorch │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── install.sh │ ├── naive │ │ ├── lstm_naive.py │ │ └── lstm_rnnt_post.py │ ├── orig-quantized │ │ └── lstm_rnnt_post.py │ └── original │ │ └── lstm_rnnt_post.py ├── plugin-lstm-rnnt-pre-glow │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── install.sh │ ├── lstm_rnnt_pre.py │ └── wrapper.cpp ├── plugin-lstm-rnnt-pre-onnx │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── convert_to_onnx.py │ ├── install.sh │ └── plugin │ │ └── lstm_rnnt_pre.py └── plugin-lstm-rnnt-pre-pytorch │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ ├── install.sh │ ├── naive │ ├── lstm_naive.py │ └── lstm_rnnt_pre.py │ ├── orig-quantized │ └── lstm_rnnt_pre.py │ └── original │ └── lstm_rnnt_pre.py ├── program.species ├── .cm │ ├── alias-a-avgpool │ ├── alias-a-conv │ ├── alias-a-depthwiseconv │ ├── alias-a-fullyconnected │ ├── alias-a-gemm │ ├── alias-a-lstm │ ├── alias-a-reshape │ ├── alias-a-resizebilinear │ ├── alias-a-softmax │ ├── alias-u-0fb1facb344688fd │ ├── alias-u-13e7f3964398a81a │ ├── alias-u-20efa8bcb042939c │ ├── alias-u-6bd431f979ccac7b │ ├── alias-u-921d4f43abe4669f │ ├── alias-u-9fa19e0d42a99421 │ ├── alias-u-bcd4643cc81b3f15 │ ├── alias-u-eb521e1a682bfca4 │ └── alias-u-ebc0802419b9b77f ├── avgpool │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── conv │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── depthwiseconv │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── fullyconnected │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── gemm │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── lstm │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── reshape │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json ├── resizebilinear │ └── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json └── softmax │ └── .cm │ ├── desc.json │ ├── info.json │ └── meta.json ├── program ├── .cm │ ├── alias-a-avgpool-armcl-opencl │ ├── alias-a-avgpool-armcl-opencl-uint8 │ ├── alias-a-avgpool-caffe-cpu │ ├── alias-a-avgpool-caffe-opencl │ ├── alias-a-avgpool-tensorflow-cpu │ ├── alias-a-avgpool-tensorflow-cpu-uint8 │ ├── alias-a-benchmark-armcl-opencl │ ├── alias-a-conv-armcl-opencl │ ├── alias-a-conv-armcl-opencl-uint8 │ ├── alias-a-conv-caffe-cpu │ ├── alias-a-conv-caffe-opencl │ ├── alias-a-conv-tensorflow-cpu │ ├── alias-a-depthwiseconv-armcl-opencl │ ├── alias-a-depthwiseconv-armcl-opencl-uint8 │ ├── alias-a-depthwiseconv-tensorflow-cpu │ ├── alias-a-directconv-armcl-opencl │ ├── alias-a-directconv-armcl-opencl-uint8 │ ├── alias-a-directconv-caffe-cpu │ ├── alias-a-directconv-caffe-opencl │ ├── alias-a-fullyconnected-armcl-opencl │ ├── alias-a-fullyconnected-armcl-opencl-uint8 │ ├── alias-a-fullyconnected-caffe-cpu │ ├── alias-a-fullyconnected-caffe-opencl │ ├── alias-a-gemm-armcl-opencl │ ├── alias-a-gemm-pytorch │ ├── alias-a-lstm-pytorch │ ├── alias-a-lstm-rnnt-dec │ ├── alias-a-lstm-rnnt-post │ ├── alias-a-lstm-rnnt-pre │ ├── alias-a-reshape-armcl-opencl │ ├── alias-a-reshape-armcl-opencl-uint8 │ ├── alias-a-reshape-tensorflow-cpu │ ├── alias-a-reshape-tensorflow-cpu-uint8 │ ├── alias-a-resizebilinear-armcl-opencl │ ├── alias-a-resizebilinear-armcl-opencl-uint8 │ ├── alias-a-resizebilinear-tensorflow-cpu │ ├── alias-a-softmax-armcl-opencl │ ├── alias-a-softmax-armcl-opencl-uint8 │ ├── alias-a-softmax-caffe-cpu │ ├── alias-a-softmax-caffe-opencl │ ├── alias-a-softmax-tensorflow-cpu │ ├── alias-a-tool-autoformat-code │ ├── alias-a-tool-prepare-dataset │ ├── alias-a-winogradconv-armcl-opencl │ ├── alias-u-0242f89f5d48953d │ ├── alias-u-088c5a43fc9fb88d │ ├── alias-u-143dea0024ba426a │ ├── alias-u-17771354407da1dd │ ├── alias-u-32b52f843c59a414 │ ├── alias-u-3a30549a88058a71 │ ├── alias-u-422c20c49af9ec3d │ ├── alias-u-437babad6d942f1f │ ├── alias-u-44431bf0eafd9ceb │ ├── alias-u-46f9d05ff6014e28 │ ├── alias-u-4a54a1b3326a5957 │ ├── alias-u-57504cb3ac9a4300 │ ├── alias-u-5ca9381744cef2ee │ ├── alias-u-5f7b662fb4730a52 │ ├── alias-u-62d495b804a98912 │ ├── alias-u-678ca4901babba64 │ ├── alias-u-682609cfdc81c8e7 │ ├── alias-u-69d724b2f232b8a0 │ ├── alias-u-6a46142cda8a5fd4 │ ├── alias-u-6ac244466493cbcd │ ├── alias-u-6fcbd4138ba68cb3 │ ├── alias-u-704b2340679ffc8b │ ├── alias-u-7184ef083693b882 │ ├── alias-u-7313c9732c240869 │ ├── alias-u-7569082bd9524203 │ ├── alias-u-7cb194dd5c90fdc5 │ ├── alias-u-7fd0abe35b874468 │ ├── alias-u-877f3755643b1bba │ ├── alias-u-8cdb664e28ae2d5c │ ├── alias-u-91541009c70bc24f │ ├── alias-u-9978e9248efbd46b │ ├── alias-u-a5f548e6b30ce842 │ ├── alias-u-c01331d6b4234a23 │ ├── alias-u-ca434e8a8384ca23 │ ├── alias-u-cb26580fe0431982 │ ├── alias-u-d07055a4a9eb528d │ ├── alias-u-d2243358ada43fad │ ├── alias-u-da600b1e52b4596a │ ├── alias-u-dbdf63771e314e15 │ ├── alias-u-de8ff6367cf5b546 │ ├── alias-u-e1cb5b26290d2e52 │ ├── alias-u-e43472a917571dcc │ ├── alias-u-e5ef536124c10ab8 │ └── alias-u-f4c64ec7968af5a3 ├── avgpool-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── avgpool.cpp ├── avgpool-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ ├── 2.json │ │ └── 3.json │ └── avgpool.cpp ├── avgpool-caffe-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── avgpool.cpp ├── avgpool-caffe-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── avgpool.cpp ├── avgpool-tensorflow-cpu-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── avgpool.cpp ├── avgpool-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── avgpool.cpp ├── benchmark-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── alexnet.cpp │ ├── benchmark-common.h │ ├── benchmark.cpp │ ├── benchmarking.py │ ├── datatype-f16.json │ ├── datatype-qasymm8.json │ ├── exclude-mobilenet.json │ ├── googlenet.cpp │ ├── lenet.cpp │ ├── mobilenet.cpp │ ├── preprocess.py │ ├── squeezenet.cpp │ ├── squeezenet11.cpp │ ├── vgg16.cpp │ └── vgg19.cpp ├── conv-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── conv.cpp ├── conv-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ ├── tuner_convolution.cpp │ │ └── tuner_convolution.h │ └── conv.cpp ├── conv-caffe-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── conv.cpp ├── conv-caffe-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── conv.cpp ├── conv-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── conv.cpp ├── depthwiseconv-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── depthwiseconv.cpp ├── depthwiseconv-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ ├── 42.json │ │ ├── tuner_depthwise_convolution.cpp │ │ └── tuner_depthwise_convolution.h │ └── depthwiseconv.cpp ├── depthwiseconv-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── depthwiseconv.cpp ├── directconv-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── directconv.cpp ├── directconv-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ ├── tuner_direct_convolution.cpp │ │ └── tuner_direct_convolution.h │ └── directconv.cpp ├── directconv-caffe-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── directconv.cpp ├── directconv-caffe-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── directconv.cpp ├── fullyconnected-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── fullyconnected.cpp ├── fullyconnected-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ ├── 2.json │ │ ├── tuner_fully_connected.cpp │ │ └── tuner_fully_connected.h │ └── fullyconnected.cpp ├── fullyconnected-caffe-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── fullyconnected.cpp ├── fullyconnected-caffe-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── fullyconnected.cpp ├── gemm-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── gemm.cpp ├── gemm-pytorch │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── gemm.py ├── lstm-pytorch │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── lstm.py ├── lstm-rnnt-dec │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── lstm.py ├── lstm-rnnt-post │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── lstm.py ├── lstm-rnnt-pre │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── lstm.py ├── reshape-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── reshape.cpp ├── reshape-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── tuner_reshape.cpp │ │ └── tuner_reshape.h │ └── reshape.cpp ├── reshape-tensorflow-cpu-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── reshape.cpp ├── reshape-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── reshape.cpp ├── resizebilinear-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── resizebilinear.cpp ├── resizebilinear-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── tuner_scale.cpp │ │ └── tuner_scale.h │ └── resizebilinear.cpp ├── resizebilinear-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── resizebilinear.cpp ├── softmax-armcl-opencl-uint8 │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ └── 1.json │ └── softmax.cpp ├── softmax-armcl-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ ├── 0.json │ │ ├── 1.json │ │ └── 2.json │ └── softmax.cpp ├── softmax-caffe-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── softmax.cpp ├── softmax-caffe-opencl │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── softmax.cpp ├── softmax-tensorflow-cpu │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── autotune │ │ └── 0.json │ └── softmax.cpp ├── tool-autoformat-code │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── format.py │ └── preprocess.py ├── tool-prepare-dataset │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── README.md │ ├── prepare.py │ └── preprocess.py └── winogradconv-armcl-opencl │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ └── winogradconv.cpp ├── script ├── .cm │ ├── alias-a-process-nntest │ ├── alias-a-process-nntest-avgpool │ ├── alias-a-process-nntest-conv │ ├── alias-a-process-nntest-depthwiseconv │ ├── alias-a-process-nntest-fullyconnected │ ├── alias-a-process-nntest-gemm │ ├── alias-a-process-nntest-lstm │ ├── alias-a-process-nntest-reshape │ ├── alias-a-process-nntest-resizebilinear │ ├── alias-a-process-nntest-softmax │ ├── alias-u-3b59f57d587e82f6 │ ├── alias-u-4088f54535997e9a │ ├── alias-u-4233973755b00eb0 │ ├── alias-u-4ae4f08be053a2b8 │ ├── alias-u-62d70884718bc0f2 │ ├── alias-u-7f480d3eaf7ce585 │ ├── alias-u-a4165b5bcc134e49 │ ├── alias-u-c91c329f449f1b4a │ ├── alias-u-f32cc49a8a747cfe │ └── alias-u-fc4b6824ee89ea88 ├── process-nntest-avgpool │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-conv │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-depthwiseconv │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-fullyconnected │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-gemm │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-lstm │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-reshape │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-resizebilinear │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py ├── process-nntest-softmax │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ └── process.py └── process-nntest │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ └── output.py ├── soft ├── .cm │ ├── alias-a-lib.nntest │ ├── alias-a-nntest.plugin │ ├── alias-u-3f3beda1a806ad96 │ └── alias-u-fee21442c93c5180 ├── lib.nntest │ ├── .cm │ │ ├── desc.json │ │ ├── info.json │ │ └── meta.json │ ├── customize.py │ └── install.txt └── nntest.plugin │ ├── .cm │ ├── desc.json │ ├── info.json │ └── meta.json │ ├── customize.py │ └── nntest_plugins.py └── wfe ├── .cm ├── alias-a-nntest └── alias-u-c25647132e4859a4 └── nntest ├── .cm ├── desc.json ├── info.json └── meta.json ├── css └── layout-fixed.css ├── images ├── ck-logo-small.png ├── ck-logo.png ├── ck-logo1.png ├── ck-logo2-dbg.png ├── ctuning-logo.png ├── ctuning-logo1.png ├── ctuning-logo2.png ├── email_50px.png ├── linkedin_34px.png ├── linkedin_50px.png ├── twitter_32px.png └── twitter_50px.png ├── report.html └── template.html /.ckr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/.ckr.json -------------------------------------------------------------------------------- /.cm/alias-a-dataset: -------------------------------------------------------------------------------- 1 | 8a7141c59cd335f5 2 | -------------------------------------------------------------------------------- /.cm/alias-a-experiment.view: -------------------------------------------------------------------------------- 1 | e7c9e42ba8edace0 2 | -------------------------------------------------------------------------------- /.cm/alias-a-jnotebook: -------------------------------------------------------------------------------- 1 | 145039462db4f4d2 2 | -------------------------------------------------------------------------------- /.cm/alias-a-module: -------------------------------------------------------------------------------- 1 | 032630d041b4fd8a 2 | -------------------------------------------------------------------------------- /.cm/alias-a-package: -------------------------------------------------------------------------------- 1 | 1dc07ee0f4742028 2 | -------------------------------------------------------------------------------- /.cm/alias-a-program: -------------------------------------------------------------------------------- 1 | b0ac08fe1d3c2615 2 | -------------------------------------------------------------------------------- /.cm/alias-a-program.species: -------------------------------------------------------------------------------- 1 | 1702c3e426ca54c5 2 | -------------------------------------------------------------------------------- /.cm/alias-a-script: -------------------------------------------------------------------------------- 1 | 84e27ad9dd12e734 2 | -------------------------------------------------------------------------------- /.cm/alias-a-soft: -------------------------------------------------------------------------------- 1 | 5e1100048ab875d7 2 | -------------------------------------------------------------------------------- /.cm/alias-a-wfe: -------------------------------------------------------------------------------- 1 | 1e4e644996b7f2a0 2 | -------------------------------------------------------------------------------- /.cm/alias-u-032630d041b4fd8a: -------------------------------------------------------------------------------- 1 | module 2 | -------------------------------------------------------------------------------- /.cm/alias-u-145039462db4f4d2: -------------------------------------------------------------------------------- 1 | jnotebook 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1702c3e426ca54c5: -------------------------------------------------------------------------------- 1 | program.species 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1dc07ee0f4742028: -------------------------------------------------------------------------------- 1 | package 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1e4e644996b7f2a0: -------------------------------------------------------------------------------- 1 | wfe 2 | -------------------------------------------------------------------------------- /.cm/alias-u-5e1100048ab875d7: -------------------------------------------------------------------------------- 1 | soft 2 | -------------------------------------------------------------------------------- /.cm/alias-u-84e27ad9dd12e734: -------------------------------------------------------------------------------- 1 | script 2 | -------------------------------------------------------------------------------- /.cm/alias-u-8a7141c59cd335f5: -------------------------------------------------------------------------------- 1 | dataset 2 | -------------------------------------------------------------------------------- /.cm/alias-u-b0ac08fe1d3c2615: -------------------------------------------------------------------------------- 1 | program 2 | -------------------------------------------------------------------------------- /.cm/alias-u-e7c9e42ba8edace0: -------------------------------------------------------------------------------- 1 | experiment.view 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/CHANGES.txt -------------------------------------------------------------------------------- /COPYRIGHT.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2017-2021 cTuning foundation 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/README.md -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-avgpool-0001: -------------------------------------------------------------------------------- 1 | e841933b94edaa96 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv-0001: -------------------------------------------------------------------------------- 1 | fe4f0a8b74356b80 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv-mobilenets-v1-0.75-160: -------------------------------------------------------------------------------- 1 | 4ba439f8453e7497 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv-mobilenets-v1-1.0-224: -------------------------------------------------------------------------------- 1 | 687744d81acb8136 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv1x1-inception-v3: -------------------------------------------------------------------------------- 1 | f6b4556b7c2851de 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv1x1-mobilenets: -------------------------------------------------------------------------------- 1 | 25300141bb958f78 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv3x3-inception-v3: -------------------------------------------------------------------------------- 1 | 777a71700cc33c54 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv3x3-mobilenets: -------------------------------------------------------------------------------- 1 | 12f944655aa26f49 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv5x5-inception-v3: -------------------------------------------------------------------------------- 1 | 8833fd64838902c8 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-depthwiseconv-mobilenets: -------------------------------------------------------------------------------- 1 | 40d4b915f0249700 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-depthwiseconv-synthetic-0001: -------------------------------------------------------------------------------- 1 | 42620e61bf8b488b 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-fullyconnected-0001: -------------------------------------------------------------------------------- 1 | 0745e598bf8cddcf 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-gemm-0001: -------------------------------------------------------------------------------- 1 | f4407088898d5f10 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-lstm-mlperf-rnnt: -------------------------------------------------------------------------------- 1 | 82a82e3862be74b2 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-reshape-mobilenets: -------------------------------------------------------------------------------- 1 | 59ef5794ab55ccf6 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-reshape-synthetic-0001: -------------------------------------------------------------------------------- 1 | fb59154649b8e349 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-reshape-synthetic-0002: -------------------------------------------------------------------------------- 1 | 43d681a5d4377abb 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-resizebilinear-synthetic-0001: -------------------------------------------------------------------------------- 1 | a068a8a0e11ab2a3 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-softmax-0001: -------------------------------------------------------------------------------- 1 | 3cda82464112173d 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-softmax-imagenet: -------------------------------------------------------------------------------- 1 | 56173d720ccb412b 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-0745e598bf8cddcf: -------------------------------------------------------------------------------- 1 | tensor-fullyconnected-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-12f944655aa26f49: -------------------------------------------------------------------------------- 1 | tensor-conv3x3-mobilenets 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-25300141bb958f78: -------------------------------------------------------------------------------- 1 | tensor-conv1x1-mobilenets 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-3cda82464112173d: -------------------------------------------------------------------------------- 1 | tensor-softmax-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-40d4b915f0249700: -------------------------------------------------------------------------------- 1 | tensor-depthwiseconv-mobilenets 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-42620e61bf8b488b: -------------------------------------------------------------------------------- 1 | tensor-depthwiseconv-synthetic-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-43d681a5d4377abb: -------------------------------------------------------------------------------- 1 | tensor-reshape-synthetic-0002 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-4ba439f8453e7497: -------------------------------------------------------------------------------- 1 | tensor-conv-mobilenets-v1-0.75-160 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-56173d720ccb412b: -------------------------------------------------------------------------------- 1 | tensor-softmax-imagenet 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-59ef5794ab55ccf6: -------------------------------------------------------------------------------- 1 | tensor-reshape-mobilenets 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-687744d81acb8136: -------------------------------------------------------------------------------- 1 | tensor-conv-mobilenets-v1-1.0-224 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-777a71700cc33c54: -------------------------------------------------------------------------------- 1 | tensor-conv3x3-inception-v3 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-82a82e3862be74b2: -------------------------------------------------------------------------------- 1 | tensor-lstm-mlperf-rnnt 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-8833fd64838902c8: -------------------------------------------------------------------------------- 1 | tensor-conv5x5-inception-v3 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-a068a8a0e11ab2a3: -------------------------------------------------------------------------------- 1 | tensor-resizebilinear-synthetic-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-e841933b94edaa96: -------------------------------------------------------------------------------- 1 | tensor-avgpool-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-f4407088898d5f10: -------------------------------------------------------------------------------- 1 | tensor-gemm-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-f6b4556b7c2851de: -------------------------------------------------------------------------------- 1 | tensor-conv1x1-inception-v3 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-fb59154649b8e349: -------------------------------------------------------------------------------- 1 | tensor-reshape-synthetic-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-fe4f0a8b74356b80: -------------------------------------------------------------------------------- 1 | tensor-conv-0001 2 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-avgpool-0001/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-avgpool-0001/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-avgpool-0001/README.md -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-avgpool-0001/data.csv -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1000-14-14-14-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1000-15-15-15-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1000-6-6-6-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1024-17-17-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1024-7-7-7-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1024-8-8-8-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1280-8-8-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1536-8-8-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1536-8-8-8-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-192-35-35-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-2048-7-7-7-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-2048-8-8-8-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-256-35-35-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-258-35-35-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-288-35-35-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-384-35-35-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-768-17-17-3-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv-0001/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv-0001/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv-0001/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv-0001/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-1024-14-14-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-128-112-112-3-128-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-16-28-28-5-32-1-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-192-28-28-1-16-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-2048-7-7-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-256-13-13-3-384-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-256-56-56-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-256-63-63-3-512-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-224-224-11-96-4-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-224-224-7-64-2-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-227-227-11-96-4-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-227-227-7-64-2-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-299-299-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-3-500-500-3-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-32-147-147-3-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-32-149-149-3-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-384-13-13-3-256-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-384-13-13-3-384-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-384-6-6-3-1024-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-64-250-250-3-128-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-64-56-56-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-64-73-73-1-80-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-768-17-17-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-96-27-27-5-256-1-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-192-10-10-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-192-20-20-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-24-80-80-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-3-160-160-3-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-384-10-10-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-384-5-5-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-48-40-40-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-768-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-768-5-5-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-96-20-20-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/shape-96-40-40-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-1024-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-1024-7-7-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-128-28-28-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-128-56-56-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-256-14-14-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-256-28-28-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-3-224-224-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-32-112-112-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-512-14-14-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-512-7-7-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/shape-64-56-56-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv1x1-inception-v3/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv1x1-inception-v3/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-1280-8-8-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-1280-8-8-1-320-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-1280-8-8-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-1280-8-8-1-448-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-192-35-35-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-192-35-35-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-192-35-35-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-2048-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-2048-8-8-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-2048-8-8-1-320-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-2048-8-8-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-2048-8-8-1-448-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-256-35-35-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-256-35-35-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-288-35-35-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-288-35-35-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-64-73-73-1-80-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-768-17-17-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-768-17-17-1-160-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/shape-768-17-17-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv1x1-mobilenets/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv1x1-mobilenets/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-1024-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-1024-4-4-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-1024-5-5-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-1024-6-6-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-1024-7-7-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-10-10-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-10-10-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-12-12-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-12-12-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-14-14-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-14-14-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-16-16-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-16-16-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-20-20-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-20-20-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-24-24-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-24-24-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-28-28-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-28-28-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-32-32-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-4-4-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-40-40-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-48-48-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-5-5-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-56-56-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-6-6-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-7-7-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-8-8-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-8-8-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-112-112-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-32-32-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-40-40-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-48-48-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-56-56-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-64-64-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-80-80-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-96-96-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-10-10-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-12-12-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-14-14-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-16-16-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-20-20-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-24-24-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-28-28-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-192-8-8-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-24-112-112-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-24-64-64-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-24-80-80-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-24-96-96-1-48-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-10-10-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-10-10-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-12-12-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-12-12-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-14-14-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-14-14-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-16-16-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-20-20-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-24-24-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-28-28-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-4-4-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-4-4-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-5-5-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-5-5-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-6-6-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-6-6-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-7-7-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-7-7-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-8-8-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-256-8-8-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-112-112-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-16-16-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-20-20-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-24-24-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-28-28-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-32-32-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-32-32-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-40-40-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-40-40-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-48-48-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-48-48-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-56-56-1-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-56-56-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-64-64-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-80-80-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-32-96-96-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-10-10-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-12-12-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-14-14-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-4-4-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-5-5-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-6-6-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-7-7-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-384-8-8-1-384-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-48-32-32-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-48-40-40-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-48-48-48-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-48-56-56-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-10-10-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-12-12-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-14-14-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-4-4-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-4-4-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-5-5-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-5-5-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-6-6-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-6-6-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-7-7-1-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-7-7-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-512-8-8-1-512-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-10-10-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-12-12-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-14-14-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-16-16-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-16-16-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-20-20-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-20-20-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-24-24-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-24-24-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-28-28-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-28-28-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-32-32-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-32-32-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-40-40-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-40-40-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-48-48-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-48-48-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-56-56-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-56-56-1-64-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-64-8-8-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-768-1-1-1-1001-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-768-4-4-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-768-5-5-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-768-6-6-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-768-7-7-1-768-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-8-112-112-1-16-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-8-64-64-1-16-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-8-80-80-1-16-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-8-96-96-1-16-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-16-16-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-20-20-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-24-24-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-28-28-1-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-32-32-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-40-40-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-48-48-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-96-56-56-1-96-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv3x3-inception-v3/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv3x3-inception-v3/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-192-17-17-3-192-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-192-17-17-3-320-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-288-35-35-3-384-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-3-299-299-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-32-147-147-3-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-32-149-149-3-32-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-448-8-8-3-384-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-64-35-35-3-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-80-73-73-3-192-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-96-35-35-3-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-inception-v3/shape-96-35-35-3-96-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv3x3-mobilenets/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv3x3-mobilenets/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-128-128-3-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-128-128-3-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-128-128-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-128-128-3-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-160-160-3-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-160-160-3-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-160-160-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-160-160-3-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-192-192-3-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-192-192-3-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-192-192-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-192-192-3-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-224-224-3-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-224-224-3-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-224-224-3-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv3x3-mobilenets/shape-3-224-224-3-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv5x5-inception-v3/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv5x5-inception-v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv5x5-inception-v3/README.md -------------------------------------------------------------------------------- /dataset/tensor-conv5x5-inception-v3/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-conv5x5-inception-v3/data.csv -------------------------------------------------------------------------------- /dataset/tensor-conv5x5-inception-v3/shape-48-35-35-5-64-1-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-4-4-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-5-5-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-6-6-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-7-7-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-10-10-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-10-10-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-12-12-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-12-12-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-14-14-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-14-14-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-16-16-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-16-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-20-20-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-20-20-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-24-24-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-24-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-28-28-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-28-28-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-32-32-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-32-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-40-40-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-40-40-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-48-48-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-48-48-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-56-56-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-56-56-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-8-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-112-112-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-64-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-64-64-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-80-80-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-80-80-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-96-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-96-96-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-16-16-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-16-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-20-20-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-20-20-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-24-24-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-24-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-28-28-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-28-28-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-64-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-80-80-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-96-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-10-10-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-10-10-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-12-12-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-12-12-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-14-14-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-14-14-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-16-16-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-16-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-20-20-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-20-20-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-24-24-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-24-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-28-28-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-28-28-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-4-4-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-5-5-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-6-6-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-7-7-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-8-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-112-112-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-32-32-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-32-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-40-40-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-40-40-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-48-48-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-48-48-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-56-56-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-56-56-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-64-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-64-64-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-80-80-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-80-80-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-96-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-96-96-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-10-10-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-10-10-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-12-12-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-12-12-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-14-14-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-14-14-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-8-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-112-112-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-64-64-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-80-80-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-96-96-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-10-10-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-10-10-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-12-12-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-12-12-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-14-14-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-14-14-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-4-4-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-5-5-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-6-6-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-7-7-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-8-8-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-112-112-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-16-16-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-16-16-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-20-20-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-20-20-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-24-24-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-24-24-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-28-28-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-28-28-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-32-32-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-32-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-40-40-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-40-40-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-48-48-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-48-48-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-56-56-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-56-56-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-64-64-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-80-80-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-96-96-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-4-4-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-5-5-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-6-6-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-7-7-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-64-64-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-80-80-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-96-96-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-32-32-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-32-32-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-40-40-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-40-40-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-48-48-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-48-48-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-56-56-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-56-56-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-synthetic-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-synthetic-0001/shape-1-6-6-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-synthetic-0001/shape-2-4-4-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-fullyconnected-0001/README.md -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-fullyconnected-0001/data.csv -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-10-6-6-20-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-2048-1-1-1000-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-256-6-6-4096-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-4096-1-1-1000-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-4096-1-1-4096-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-fullyconnected-0001/shape-512-7-7-4096-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-gemm-0001/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-gemm-0001/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-gemm-0001/README.md -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1.0-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1.0-0.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/test-shape-2-3-4-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-lstm-mlperf-rnnt/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-lstm-mlperf-rnnt/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-reshape-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-mobilenets/shape-1001-1-1-1-1-1001: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-1-1-16-1-1-16: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-1-2-3-1-2-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-1-3-2-1-3-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-1-3-3-1-3-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-12-3-17-12-3-17: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-16-3-3-16-3-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-28-23-31-28-23-31: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-32-26-26-32-26-26: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-8-2-2-8-2-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-1-1-16-2-2-4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-12-3-17-612-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-16-3-3-1-1-144: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-28-23-31-713-14-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-32-26-26-128-13-13: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-8-2-2-8-4-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1-1080-1-1-800: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1-1080-1-600-800: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1-1-800-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1-1-800-600: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1920-1-1-800: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1920-1-480-640: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1920-1-640-480: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1920-1-800-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1920-1080-1-1-800: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1920-1080-1-480-640: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1920-1080-1-640-480: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1920-1080-1-800-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-2-2-1-2-4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-2-2-1-4-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-2-2-1-4-4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-600-800-1-3120-4160: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-600-800-1-4160-3120: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-640-480-1-3120-4160: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-640-480-1-4160-3120: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-800-600-1-3120-4160: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-800-600-1-4160-3120: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-softmax-0001/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-softmax-0001/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-1024-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-4096-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-softmax-imagenet/.cm/info.json -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-softmax-imagenet/.cm/meta.json -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/dataset/tensor-softmax-imagenet/README.md -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1000-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1001-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /experiment.view/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | 2f624734962d2523 2 | -------------------------------------------------------------------------------- /experiment.view/.cm/alias-u-2f624734962d2523: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /experiment.view/nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /experiment.view/nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/experiment.view/nntest/.cm/info.json -------------------------------------------------------------------------------- /experiment.view/nntest/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/experiment.view/nntest/.cm/meta.json -------------------------------------------------------------------------------- /jnotebook/.cm/alias-a-analyse-conv-mobilenets-v1-1.0-224: -------------------------------------------------------------------------------- 1 | b2bfeb54472db47d 2 | -------------------------------------------------------------------------------- /jnotebook/.cm/alias-u-b2bfeb54472db47d: -------------------------------------------------------------------------------- 1 | analyse-conv-mobilenets-v1-1.0-224 2 | -------------------------------------------------------------------------------- /jnotebook/analyse-conv-mobilenets-v1-1.0-224/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /jnotebook/analyse-conv-mobilenets-v1-1.0-224/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /module/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | 38b4f1dcda465782 2 | -------------------------------------------------------------------------------- /module/.cm/alias-u-38b4f1dcda465782: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /module/nntest/.cm/desc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/module/nntest/.cm/desc.json -------------------------------------------------------------------------------- /module/nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/module/nntest/.cm/info.json -------------------------------------------------------------------------------- /module/nntest/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/module/nntest/.cm/meta.json -------------------------------------------------------------------------------- /module/nntest/.cm/updates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/module/nntest/.cm/updates.json -------------------------------------------------------------------------------- /module/nntest/module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/module/nntest/module.py -------------------------------------------------------------------------------- /package/.cm/alias-a-lib-nntest: -------------------------------------------------------------------------------- 1 | a6f6a5e9a44c7999 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-naive: -------------------------------------------------------------------------------- 1 | 9872906347fa85ad 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-dec-glow: -------------------------------------------------------------------------------- 1 | 9782714dc8e10870 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-dec-onnx: -------------------------------------------------------------------------------- 1 | 83906e369418baf5 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-dec-pytorch: -------------------------------------------------------------------------------- 1 | 44b601ab43dabdc6 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-post-glow: -------------------------------------------------------------------------------- 1 | 3194176b0588d87f 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-post-onnx: -------------------------------------------------------------------------------- 1 | 91874e68b81b37d2 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-post-pytorch: -------------------------------------------------------------------------------- 1 | 361b44699970cdda 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-pre-glow: -------------------------------------------------------------------------------- 1 | c739c455f848c752 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-pre-onnx: -------------------------------------------------------------------------------- 1 | 0091b46c78fdd45a 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-pre-pytorch: -------------------------------------------------------------------------------- 1 | 7c34a8e9e72c7b6b 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-0091b46c78fdd45a: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-pre-onnx 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-3194176b0588d87f: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-post-glow 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-361b44699970cdda: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-post-pytorch 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-44b601ab43dabdc6: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-dec-pytorch 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-7c34a8e9e72c7b6b: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-pre-pytorch 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-83906e369418baf5: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-dec-onnx 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-91874e68b81b37d2: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-post-onnx 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-9782714dc8e10870: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-dec-glow 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-9872906347fa85ad: -------------------------------------------------------------------------------- 1 | plugin-lstm-naive 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-a6f6a5e9a44c7999: -------------------------------------------------------------------------------- 1 | lib-nntest 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-c739c455f848c752: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-pre-glow 2 | -------------------------------------------------------------------------------- /package/lib-nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/lib-nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/.cm/info.json -------------------------------------------------------------------------------- /package/lib-nntest/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/.cm/meta.json -------------------------------------------------------------------------------- /package/lib-nntest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/README.md -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_armcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_armcl.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_caffe_avgpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_caffe_avgpool.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_caffe_conv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_caffe_conv.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_caffe_fc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_caffe_fc.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_caffe_softmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_caffe_softmax.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_common.h -------------------------------------------------------------------------------- /package/lib-nntest/ck_nntest_tensorflow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/ck_nntest_tensorflow.h -------------------------------------------------------------------------------- /package/lib-nntest/process.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/process.bat -------------------------------------------------------------------------------- /package/lib-nntest/process.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/lib-nntest/process.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-glow/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-glow/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-dec-glow/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-glow/wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-dec-glow/wrapper.cpp -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-onnx/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-dec-onnx/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-post-glow/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-post-glow/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-post-glow/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-post-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-post-onnx/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-post-onnx/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-post-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-glow/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-glow/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-pre-glow/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-glow/wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-pre-glow/wrapper.cpp -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-onnx/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/package/plugin-lstm-rnnt-pre-onnx/install.sh -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-pre-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-avgpool: -------------------------------------------------------------------------------- 1 | 13e7f3964398a81a 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-conv: -------------------------------------------------------------------------------- 1 | bcd4643cc81b3f15 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-depthwiseconv: -------------------------------------------------------------------------------- 1 | 921d4f43abe4669f 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-fullyconnected: -------------------------------------------------------------------------------- 1 | 20efa8bcb042939c 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-gemm: -------------------------------------------------------------------------------- 1 | 0fb1facb344688fd 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-lstm: -------------------------------------------------------------------------------- 1 | 6bd431f979ccac7b 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-reshape: -------------------------------------------------------------------------------- 1 | ebc0802419b9b77f 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-resizebilinear: -------------------------------------------------------------------------------- 1 | 9fa19e0d42a99421 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-softmax: -------------------------------------------------------------------------------- 1 | eb521e1a682bfca4 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-0fb1facb344688fd: -------------------------------------------------------------------------------- 1 | gemm 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-13e7f3964398a81a: -------------------------------------------------------------------------------- 1 | avgpool 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-20efa8bcb042939c: -------------------------------------------------------------------------------- 1 | fullyconnected 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-6bd431f979ccac7b: -------------------------------------------------------------------------------- 1 | lstm 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-921d4f43abe4669f: -------------------------------------------------------------------------------- 1 | depthwiseconv 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-9fa19e0d42a99421: -------------------------------------------------------------------------------- 1 | resizebilinear 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-bcd4643cc81b3f15: -------------------------------------------------------------------------------- 1 | conv 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-eb521e1a682bfca4: -------------------------------------------------------------------------------- 1 | softmax 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-ebc0802419b9b77f: -------------------------------------------------------------------------------- 1 | reshape 2 | -------------------------------------------------------------------------------- /program.species/avgpool/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/avgpool/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/avgpool/.cm/info.json -------------------------------------------------------------------------------- /program.species/avgpool/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/conv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/conv/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/conv/.cm/info.json -------------------------------------------------------------------------------- /program.species/conv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/depthwiseconv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/depthwiseconv/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/depthwiseconv/.cm/info.json -------------------------------------------------------------------------------- /program.species/depthwiseconv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/fullyconnected/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/fullyconnected/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/fullyconnected/.cm/info.json -------------------------------------------------------------------------------- /program.species/fullyconnected/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/gemm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/gemm/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/gemm/.cm/info.json -------------------------------------------------------------------------------- /program.species/gemm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/lstm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/lstm/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/lstm/.cm/info.json -------------------------------------------------------------------------------- /program.species/lstm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/reshape/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/reshape/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/reshape/.cm/info.json -------------------------------------------------------------------------------- /program.species/reshape/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/resizebilinear/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/resizebilinear/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/resizebilinear/.cm/info.json -------------------------------------------------------------------------------- /program.species/resizebilinear/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/softmax/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/softmax/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program.species/softmax/.cm/info.json -------------------------------------------------------------------------------- /program.species/softmax/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-armcl-opencl: -------------------------------------------------------------------------------- 1 | 3a30549a88058a71 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 5f7b662fb4730a52 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-caffe-cpu: -------------------------------------------------------------------------------- 1 | 57504cb3ac9a4300 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-caffe-opencl: -------------------------------------------------------------------------------- 1 | 682609cfdc81c8e7 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 5ca9381744cef2ee 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-tensorflow-cpu-uint8: -------------------------------------------------------------------------------- 1 | cb26580fe0431982 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-benchmark-armcl-opencl: -------------------------------------------------------------------------------- 1 | 7fd0abe35b874468 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-armcl-opencl: -------------------------------------------------------------------------------- 1 | 17771354407da1dd 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 437babad6d942f1f 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-caffe-cpu: -------------------------------------------------------------------------------- 1 | 678ca4901babba64 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-caffe-opencl: -------------------------------------------------------------------------------- 1 | 7569082bd9524203 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 7184ef083693b882 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-depthwiseconv-armcl-opencl: -------------------------------------------------------------------------------- 1 | 088c5a43fc9fb88d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-depthwiseconv-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | e43472a917571dcc 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-depthwiseconv-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 32b52f843c59a414 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-armcl-opencl: -------------------------------------------------------------------------------- 1 | e1cb5b26290d2e52 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 91541009c70bc24f 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-caffe-cpu: -------------------------------------------------------------------------------- 1 | 6a46142cda8a5fd4 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-caffe-opencl: -------------------------------------------------------------------------------- 1 | d2243358ada43fad 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-armcl-opencl: -------------------------------------------------------------------------------- 1 | 6fcbd4138ba68cb3 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 62d495b804a98912 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-caffe-cpu: -------------------------------------------------------------------------------- 1 | 704b2340679ffc8b 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-caffe-opencl: -------------------------------------------------------------------------------- 1 | f4c64ec7968af5a3 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-gemm-armcl-opencl: -------------------------------------------------------------------------------- 1 | 7313c9732c240869 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-gemm-pytorch: -------------------------------------------------------------------------------- 1 | 6ac244466493cbcd 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-lstm-pytorch: -------------------------------------------------------------------------------- 1 | 46f9d05ff6014e28 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-lstm-rnnt-dec: -------------------------------------------------------------------------------- 1 | 9978e9248efbd46b 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-lstm-rnnt-post: -------------------------------------------------------------------------------- 1 | de8ff6367cf5b546 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-lstm-rnnt-pre: -------------------------------------------------------------------------------- 1 | c01331d6b4234a23 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-armcl-opencl: -------------------------------------------------------------------------------- 1 | a5f548e6b30ce842 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 4a54a1b3326a5957 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 7cb194dd5c90fdc5 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-tensorflow-cpu-uint8: -------------------------------------------------------------------------------- 1 | 422c20c49af9ec3d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-armcl-opencl: -------------------------------------------------------------------------------- 1 | da600b1e52b4596a 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | dbdf63771e314e15 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | ca434e8a8384ca23 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-armcl-opencl: -------------------------------------------------------------------------------- 1 | d07055a4a9eb528d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 143dea0024ba426a 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-caffe-cpu: -------------------------------------------------------------------------------- 1 | 69d724b2f232b8a0 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-caffe-opencl: -------------------------------------------------------------------------------- 1 | 8cdb664e28ae2d5c 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | e5ef536124c10ab8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-tool-autoformat-code: -------------------------------------------------------------------------------- 1 | 877f3755643b1bba 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-tool-prepare-dataset: -------------------------------------------------------------------------------- 1 | 44431bf0eafd9ceb 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-winogradconv-armcl-opencl: -------------------------------------------------------------------------------- 1 | 0242f89f5d48953d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-0242f89f5d48953d: -------------------------------------------------------------------------------- 1 | winogradconv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-088c5a43fc9fb88d: -------------------------------------------------------------------------------- 1 | depthwiseconv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-143dea0024ba426a: -------------------------------------------------------------------------------- 1 | softmax-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-17771354407da1dd: -------------------------------------------------------------------------------- 1 | conv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-32b52f843c59a414: -------------------------------------------------------------------------------- 1 | depthwiseconv-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-3a30549a88058a71: -------------------------------------------------------------------------------- 1 | avgpool-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-422c20c49af9ec3d: -------------------------------------------------------------------------------- 1 | reshape-tensorflow-cpu-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-437babad6d942f1f: -------------------------------------------------------------------------------- 1 | conv-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-44431bf0eafd9ceb: -------------------------------------------------------------------------------- 1 | tool-prepare-dataset 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-46f9d05ff6014e28: -------------------------------------------------------------------------------- 1 | lstm-pytorch 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-4a54a1b3326a5957: -------------------------------------------------------------------------------- 1 | reshape-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-57504cb3ac9a4300: -------------------------------------------------------------------------------- 1 | avgpool-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-5ca9381744cef2ee: -------------------------------------------------------------------------------- 1 | avgpool-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-5f7b662fb4730a52: -------------------------------------------------------------------------------- 1 | avgpool-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-62d495b804a98912: -------------------------------------------------------------------------------- 1 | fullyconnected-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-678ca4901babba64: -------------------------------------------------------------------------------- 1 | conv-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-682609cfdc81c8e7: -------------------------------------------------------------------------------- 1 | avgpool-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-69d724b2f232b8a0: -------------------------------------------------------------------------------- 1 | softmax-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-6a46142cda8a5fd4: -------------------------------------------------------------------------------- 1 | directconv-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-6ac244466493cbcd: -------------------------------------------------------------------------------- 1 | gemm-pytorch 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-6fcbd4138ba68cb3: -------------------------------------------------------------------------------- 1 | fullyconnected-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-704b2340679ffc8b: -------------------------------------------------------------------------------- 1 | fullyconnected-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7184ef083693b882: -------------------------------------------------------------------------------- 1 | conv-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7313c9732c240869: -------------------------------------------------------------------------------- 1 | gemm-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7569082bd9524203: -------------------------------------------------------------------------------- 1 | conv-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7cb194dd5c90fdc5: -------------------------------------------------------------------------------- 1 | reshape-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7fd0abe35b874468: -------------------------------------------------------------------------------- 1 | benchmark-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-877f3755643b1bba: -------------------------------------------------------------------------------- 1 | tool-autoformat-code 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-8cdb664e28ae2d5c: -------------------------------------------------------------------------------- 1 | softmax-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-91541009c70bc24f: -------------------------------------------------------------------------------- 1 | directconv-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-9978e9248efbd46b: -------------------------------------------------------------------------------- 1 | lstm-rnnt-dec 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-a5f548e6b30ce842: -------------------------------------------------------------------------------- 1 | reshape-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-c01331d6b4234a23: -------------------------------------------------------------------------------- 1 | lstm-rnnt-pre 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-ca434e8a8384ca23: -------------------------------------------------------------------------------- 1 | resizebilinear-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-cb26580fe0431982: -------------------------------------------------------------------------------- 1 | avgpool-tensorflow-cpu-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-d07055a4a9eb528d: -------------------------------------------------------------------------------- 1 | softmax-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-d2243358ada43fad: -------------------------------------------------------------------------------- 1 | directconv-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-da600b1e52b4596a: -------------------------------------------------------------------------------- 1 | resizebilinear-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-dbdf63771e314e15: -------------------------------------------------------------------------------- 1 | resizebilinear-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-de8ff6367cf5b546: -------------------------------------------------------------------------------- 1 | lstm-rnnt-post 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-e1cb5b26290d2e52: -------------------------------------------------------------------------------- 1 | directconv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-e43472a917571dcc: -------------------------------------------------------------------------------- 1 | depthwiseconv-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-e5ef536124c10ab8: -------------------------------------------------------------------------------- 1 | softmax-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-f4c64ec7968af5a3: -------------------------------------------------------------------------------- 1 | fullyconnected-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/autotune/0.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/autotune/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/autotune/1.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/autotune/2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/autotune/2.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/autotune/3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/autotune/3.json -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/avgpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-armcl-opencl/avgpool.cpp -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-cpu/autotune/0.json -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/avgpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-cpu/avgpool.cpp -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-opencl/autotune/0.json -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/avgpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-caffe-opencl/avgpool.cpp -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-tensorflow-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-tensorflow-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu/avgpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/avgpool-tensorflow-cpu/avgpool.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/README.md -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/alexnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/alexnet.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/benchmark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/benchmark.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/googlenet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/googlenet.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/lenet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/lenet.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/mobilenet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/mobilenet.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/preprocess.py -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/squeezenet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/squeezenet.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/vgg16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/vgg16.cpp -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/vgg19.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/benchmark-armcl-opencl/vgg19.cpp -------------------------------------------------------------------------------- /program/conv-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-armcl-opencl-uint8/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl-uint8/.cm/info.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl-uint8/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl-uint8/.cm/meta.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl-uint8/conv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl-uint8/conv.cpp -------------------------------------------------------------------------------- /program/conv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl/autotune/0.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl/autotune/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl/autotune/1.json -------------------------------------------------------------------------------- /program/conv-armcl-opencl/conv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-armcl-opencl/conv.cpp -------------------------------------------------------------------------------- /program/conv-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-caffe-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/conv-caffe-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/conv-caffe-cpu/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-cpu/autotune/0.json -------------------------------------------------------------------------------- /program/conv-caffe-cpu/conv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-cpu/conv.cpp -------------------------------------------------------------------------------- /program/conv-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-caffe-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/conv-caffe-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/conv-caffe-opencl/conv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-caffe-opencl/conv.cpp -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-tensorflow-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-tensorflow-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-tensorflow-cpu/autotune/0.json -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/conv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/conv-tensorflow-cpu/conv.cpp -------------------------------------------------------------------------------- /program/depthwiseconv-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/depthwiseconv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/depthwiseconv-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/directconv-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-cpu/autotune/0.json -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/directconv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-cpu/directconv.cpp -------------------------------------------------------------------------------- /program/directconv-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-caffe-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/directconv-caffe-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/directconv-caffe-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/fullyconnected-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/gemm-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/gemm-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/gemm-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/gemm-armcl-opencl/gemm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-armcl-opencl/gemm.cpp -------------------------------------------------------------------------------- /program/gemm-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/gemm-pytorch/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-pytorch/.cm/info.json -------------------------------------------------------------------------------- /program/gemm-pytorch/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-pytorch/.cm/meta.json -------------------------------------------------------------------------------- /program/gemm-pytorch/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-pytorch/autotune/0.json -------------------------------------------------------------------------------- /program/gemm-pytorch/gemm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/gemm-pytorch/gemm.py -------------------------------------------------------------------------------- /program/lstm-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-pytorch/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-pytorch/.cm/info.json -------------------------------------------------------------------------------- /program/lstm-pytorch/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-pytorch/.cm/meta.json -------------------------------------------------------------------------------- /program/lstm-pytorch/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-pytorch/autotune/0.json -------------------------------------------------------------------------------- /program/lstm-pytorch/lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-pytorch/lstm.py -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-dec/.cm/info.json -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-dec/.cm/meta.json -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-dec/autotune/0.json -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-dec/lstm.py -------------------------------------------------------------------------------- /program/lstm-rnnt-post/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-post/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-post/.cm/info.json -------------------------------------------------------------------------------- /program/lstm-rnnt-post/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-post/.cm/meta.json -------------------------------------------------------------------------------- /program/lstm-rnnt-post/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-post/autotune/0.json -------------------------------------------------------------------------------- /program/lstm-rnnt-post/lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-post/lstm.py -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-pre/.cm/info.json -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-pre/.cm/meta.json -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-pre/autotune/0.json -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/lstm-rnnt-pre/lstm.py -------------------------------------------------------------------------------- /program/reshape-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-armcl-opencl/autotune/0.json -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/reshape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-armcl-opencl/reshape.cpp -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-tensorflow-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-tensorflow-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu/reshape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/reshape-tensorflow-cpu/reshape.cpp -------------------------------------------------------------------------------- /program/resizebilinear-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/resizebilinear-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/resizebilinear-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-armcl-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-armcl-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-armcl-opencl/autotune/0.json -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/autotune/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-armcl-opencl/autotune/1.json -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/softmax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-armcl-opencl/softmax.cpp -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-cpu/.cm/info.json -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-cpu/.cm/meta.json -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/autotune/0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-cpu/autotune/0.json -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/softmax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-cpu/softmax.cpp -------------------------------------------------------------------------------- /program/softmax-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-caffe-opencl/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-opencl/.cm/info.json -------------------------------------------------------------------------------- /program/softmax-caffe-opencl/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-opencl/.cm/meta.json -------------------------------------------------------------------------------- /program/softmax-caffe-opencl/softmax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-caffe-opencl/softmax.cpp -------------------------------------------------------------------------------- /program/softmax-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-tensorflow-cpu/softmax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/softmax-tensorflow-cpu/softmax.cpp -------------------------------------------------------------------------------- /program/tool-autoformat-code/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/tool-autoformat-code/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-autoformat-code/.cm/info.json -------------------------------------------------------------------------------- /program/tool-autoformat-code/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-autoformat-code/.cm/meta.json -------------------------------------------------------------------------------- /program/tool-autoformat-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-autoformat-code/README.md -------------------------------------------------------------------------------- /program/tool-autoformat-code/format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-autoformat-code/format.py -------------------------------------------------------------------------------- /program/tool-autoformat-code/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-autoformat-code/preprocess.py -------------------------------------------------------------------------------- /program/tool-prepare-dataset/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/tool-prepare-dataset/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-prepare-dataset/.cm/info.json -------------------------------------------------------------------------------- /program/tool-prepare-dataset/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-prepare-dataset/.cm/meta.json -------------------------------------------------------------------------------- /program/tool-prepare-dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-prepare-dataset/README.md -------------------------------------------------------------------------------- /program/tool-prepare-dataset/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-prepare-dataset/prepare.py -------------------------------------------------------------------------------- /program/tool-prepare-dataset/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/program/tool-prepare-dataset/preprocess.py -------------------------------------------------------------------------------- /program/winogradconv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest: -------------------------------------------------------------------------------- 1 | 4233973755b00eb0 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-avgpool: -------------------------------------------------------------------------------- 1 | 4088f54535997e9a 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-conv: -------------------------------------------------------------------------------- 1 | 3b59f57d587e82f6 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-depthwiseconv: -------------------------------------------------------------------------------- 1 | fc4b6824ee89ea88 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-fullyconnected: -------------------------------------------------------------------------------- 1 | f32cc49a8a747cfe 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-gemm: -------------------------------------------------------------------------------- 1 | 7f480d3eaf7ce585 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-lstm: -------------------------------------------------------------------------------- 1 | 4ae4f08be053a2b8 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-reshape: -------------------------------------------------------------------------------- 1 | a4165b5bcc134e49 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-resizebilinear: -------------------------------------------------------------------------------- 1 | c91c329f449f1b4a 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-softmax: -------------------------------------------------------------------------------- 1 | 62d70884718bc0f2 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-3b59f57d587e82f6: -------------------------------------------------------------------------------- 1 | process-nntest-conv 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-4088f54535997e9a: -------------------------------------------------------------------------------- 1 | process-nntest-avgpool 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-4233973755b00eb0: -------------------------------------------------------------------------------- 1 | process-nntest 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-4ae4f08be053a2b8: -------------------------------------------------------------------------------- 1 | process-nntest-lstm 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-62d70884718bc0f2: -------------------------------------------------------------------------------- 1 | process-nntest-softmax 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-7f480d3eaf7ce585: -------------------------------------------------------------------------------- 1 | process-nntest-gemm 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-a4165b5bcc134e49: -------------------------------------------------------------------------------- 1 | process-nntest-reshape 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-c91c329f449f1b4a: -------------------------------------------------------------------------------- 1 | process-nntest-resizebilinear 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-f32cc49a8a747cfe: -------------------------------------------------------------------------------- 1 | process-nntest-fullyconnected 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-fc4b6824ee89ea88: -------------------------------------------------------------------------------- 1 | process-nntest-depthwiseconv 2 | -------------------------------------------------------------------------------- /script/process-nntest-avgpool/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-avgpool/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-avgpool/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-avgpool/process.py -------------------------------------------------------------------------------- /script/process-nntest-conv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-conv/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-conv/.cm/info.json -------------------------------------------------------------------------------- /script/process-nntest-conv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-conv/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-conv/process.py -------------------------------------------------------------------------------- /script/process-nntest-depthwiseconv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-depthwiseconv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-fullyconnected/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-fullyconnected/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-gemm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-gemm/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-gemm/.cm/info.json -------------------------------------------------------------------------------- /script/process-nntest-gemm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-gemm/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-gemm/process.py -------------------------------------------------------------------------------- /script/process-nntest-lstm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-lstm/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-lstm/.cm/info.json -------------------------------------------------------------------------------- /script/process-nntest-lstm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-lstm/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-lstm/process.py -------------------------------------------------------------------------------- /script/process-nntest-reshape/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-reshape/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-reshape/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-reshape/process.py -------------------------------------------------------------------------------- /script/process-nntest-resizebilinear/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-resizebilinear/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-softmax/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-softmax/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-softmax/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest-softmax/process.py -------------------------------------------------------------------------------- /script/process-nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest/.cm/info.json -------------------------------------------------------------------------------- /script/process-nntest/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest/output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/script/process-nntest/output.py -------------------------------------------------------------------------------- /soft/.cm/alias-a-lib.nntest: -------------------------------------------------------------------------------- 1 | 3f3beda1a806ad96 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-a-nntest.plugin: -------------------------------------------------------------------------------- 1 | fee21442c93c5180 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-u-3f3beda1a806ad96: -------------------------------------------------------------------------------- 1 | lib.nntest 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-u-fee21442c93c5180: -------------------------------------------------------------------------------- 1 | nntest.plugin 2 | -------------------------------------------------------------------------------- /soft/lib.nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /soft/lib.nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/lib.nntest/.cm/info.json -------------------------------------------------------------------------------- /soft/lib.nntest/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/lib.nntest/.cm/meta.json -------------------------------------------------------------------------------- /soft/lib.nntest/customize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/lib.nntest/customize.py -------------------------------------------------------------------------------- /soft/lib.nntest/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/lib.nntest/install.txt -------------------------------------------------------------------------------- /soft/nntest.plugin/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /soft/nntest.plugin/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/nntest.plugin/.cm/info.json -------------------------------------------------------------------------------- /soft/nntest.plugin/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/nntest.plugin/.cm/meta.json -------------------------------------------------------------------------------- /soft/nntest.plugin/customize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/nntest.plugin/customize.py -------------------------------------------------------------------------------- /soft/nntest.plugin/nntest_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/soft/nntest.plugin/nntest_plugins.py -------------------------------------------------------------------------------- /wfe/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | c25647132e4859a4 2 | -------------------------------------------------------------------------------- /wfe/.cm/alias-u-c25647132e4859a4: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /wfe/nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /wfe/nntest/.cm/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/.cm/info.json -------------------------------------------------------------------------------- /wfe/nntest/.cm/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/.cm/meta.json -------------------------------------------------------------------------------- /wfe/nntest/css/layout-fixed.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/css/layout-fixed.css -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ck-logo-small.png -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ck-logo.png -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ck-logo1.png -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo2-dbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ck-logo2-dbg.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ctuning-logo.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ctuning-logo1.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/ctuning-logo2.png -------------------------------------------------------------------------------- /wfe/nntest/images/email_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/email_50px.png -------------------------------------------------------------------------------- /wfe/nntest/images/linkedin_34px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/linkedin_34px.png -------------------------------------------------------------------------------- /wfe/nntest/images/linkedin_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/linkedin_50px.png -------------------------------------------------------------------------------- /wfe/nntest/images/twitter_32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/twitter_32px.png -------------------------------------------------------------------------------- /wfe/nntest/images/twitter_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/images/twitter_50px.png -------------------------------------------------------------------------------- /wfe/nntest/report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/report.html -------------------------------------------------------------------------------- /wfe/nntest/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctuning/ck-nntest/HEAD/wfe/nntest/template.html --------------------------------------------------------------------------------