├── wfe ├── nntest │ ├── .cm │ │ └── desc.json │ └── images │ │ ├── ck-logo.png │ │ ├── ck-logo1.png │ │ ├── email_50px.png │ │ ├── ck-logo-small.png │ │ ├── ck-logo2-dbg.png │ │ ├── ctuning-logo.png │ │ ├── ctuning-logo1.png │ │ ├── ctuning-logo2.png │ │ ├── linkedin_34px.png │ │ ├── linkedin_50px.png │ │ ├── twitter_32px.png │ │ └── twitter_50px.png └── .cm │ ├── alias-a-nntest │ └── alias-u-c25647132e4859a4 ├── .cm ├── alias-a-soft ├── alias-a-wfe ├── alias-u-1e4e644996b7f2a0 ├── alias-u-5e1100048ab875d7 ├── alias-a-dataset ├── alias-a-jnotebook ├── alias-a-module ├── alias-a-package ├── alias-a-program ├── alias-a-script ├── alias-u-032630d041b4fd8a ├── alias-u-145039462db4f4d2 ├── alias-u-1dc07ee0f4742028 ├── alias-u-84e27ad9dd12e734 ├── alias-u-8a7141c59cd335f5 ├── alias-u-b0ac08fe1d3c2615 ├── alias-a-experiment.view ├── alias-a-program.species ├── alias-u-1702c3e426ca54c5 └── alias-u-e7c9e42ba8edace0 ├── soft ├── lib.nntest │ ├── .cm │ │ └── desc.json │ └── install.txt ├── nntest.plugin │ └── .cm │ │ └── desc.json └── .cm │ ├── alias-a-lib.nntest │ ├── alias-u-3f3beda1a806ad96 │ ├── alias-a-nntest.plugin │ └── alias-u-fee21442c93c5180 ├── dataset ├── tensor-softmax-0001 │ ├── shape-1024-1-1 │ ├── shape-4096-1-1 │ ├── .cm │ │ └── desc.json │ ├── shape-1024-1-1.json │ └── shape-4096-1-1.json ├── tensor-avgpool-0001 │ ├── .cm │ │ └── desc.json │ ├── shape-1000-6-6-6-1 │ ├── shape-1024-17-17-3-1 │ ├── shape-1024-7-7-7-1 │ ├── shape-1024-8-8-8-1 │ ├── shape-1280-8-8-3-1 │ ├── shape-1536-8-8-3-1 │ ├── shape-1536-8-8-8-1 │ ├── shape-192-35-35-3-1 │ ├── shape-2048-7-7-7-1 │ ├── shape-2048-8-8-8-1 │ ├── shape-256-35-35-3-1 │ ├── shape-258-35-35-3-1 │ ├── shape-288-35-35-3-1 │ ├── shape-384-35-35-3-1 │ ├── shape-768-17-17-3-1 │ ├── shape-1000-14-14-14-1 │ └── shape-1000-15-15-15-1 ├── tensor-conv-0001 │ ├── .cm │ │ └── desc.json │ ├── shape-16-28-28-5-32-1-2 │ ├── shape-64-56-56-1-64-1-0 │ ├── shape-64-73-73-1-80-1-0 │ ├── shape-1024-14-14-1-256-1-0 │ ├── shape-128-112-112-3-128-1-1 │ ├── shape-192-28-28-1-16-1-1 │ ├── shape-2048-7-7-1-512-1-0 │ ├── shape-256-13-13-3-384-1-1 │ ├── shape-256-56-56-1-64-1-0 │ ├── shape-256-63-63-3-512-1-1 │ ├── shape-3-224-224-11-96-4-0 │ ├── shape-3-224-224-7-64-2-3 │ ├── shape-3-227-227-11-96-4-0 │ ├── shape-3-227-227-7-64-2-3 │ ├── shape-3-299-299-3-32-2-0 │ ├── shape-3-500-500-3-64-1-1 │ ├── shape-32-147-147-3-64-1-1 │ ├── shape-32-149-149-3-32-1-0 │ ├── shape-384-13-13-3-256-1-1 │ ├── shape-384-13-13-3-384-1-1 │ ├── shape-384-6-6-3-1024-1-1 │ ├── shape-64-250-250-3-128-1-1 │ ├── shape-768-17-17-1-128-1-0 │ └── shape-96-27-27-5-256-1-2 ├── tensor-gemm-0001 │ ├── .cm │ │ └── desc.json │ ├── test-shape-2-3-4-1-0 │ ├── shape-1024-1024-1024-1-0 │ ├── shape-1024-1024-1024-1.0-0 │ ├── shape-1024-1024-1024-1.0-0.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 │ ├── shape-1024-1024-1024-1-0.json │ ├── shape-1024-1024-1024-1.0-0.0.json │ └── shape-1024-1024-1024-1.0-0.json ├── tensor-softmax-imagenet │ ├── shape-1000-1-1 │ ├── shape-1001-1-1 │ ├── .cm │ │ └── desc.json │ ├── shape-1000-1-1.json │ └── shape-1001-1-1.json ├── tensor-lstm-mlperf-rnnt │ ├── .cm │ │ └── desc.json │ ├── random-0-000000.json │ ├── random-0-000001.json │ ├── random-0-000002.json │ ├── random-0-000003.json │ └── random-0-000004.json ├── .cm │ ├── alias-a-tensor-conv-0001 │ ├── alias-a-tensor-gemm-0001 │ ├── alias-u-f4407088898d5f10 │ ├── alias-u-fe4f0a8b74356b80 │ ├── alias-a-tensor-avgpool-0001 │ ├── alias-a-tensor-softmax-0001 │ ├── alias-u-3cda82464112173d │ ├── alias-u-e841933b94edaa96 │ ├── 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-fullyconnected-0001 │ ├── alias-a-tensor-lstm-mlperf-rnnt │ ├── alias-a-tensor-reshape-mobilenets │ ├── alias-a-tensor-softmax-imagenet │ ├── alias-u-0745e598bf8cddcf │ ├── alias-u-12f944655aa26f49 │ ├── alias-u-25300141bb958f78 │ ├── alias-u-56173d720ccb412b │ ├── alias-u-59ef5794ab55ccf6 │ ├── alias-u-777a71700cc33c54 │ ├── alias-u-82a82e3862be74b2 │ ├── alias-u-8833fd64838902c8 │ ├── alias-u-f6b4556b7c2851de │ ├── alias-a-tensor-depthwiseconv-mobilenets │ ├── alias-a-tensor-reshape-synthetic-0001 │ ├── alias-a-tensor-reshape-synthetic-0002 │ ├── alias-u-40d4b915f0249700 │ ├── alias-u-43d681a5d4377abb │ ├── alias-u-fb59154649b8e349 │ ├── alias-a-tensor-conv-mobilenets-v1-0.75-160 │ ├── alias-a-tensor-conv-mobilenets-v1-1.0-224 │ ├── alias-a-tensor-depthwiseconv-synthetic-0001 │ ├── alias-a-tensor-resizebilinear-synthetic-0001 │ ├── alias-u-42620e61bf8b488b │ ├── alias-u-4ba439f8453e7497 │ ├── alias-u-687744d81acb8136 │ └── alias-u-a068a8a0e11ab2a3 ├── tensor-conv1x1-inception-v3 │ ├── .cm │ │ └── desc.json │ ├── shape-1280-8-8-1-192-1-0 │ ├── shape-1280-8-8-1-320-1-0 │ ├── shape-1280-8-8-1-384-1-0 │ ├── shape-1280-8-8-1-448-1-0 │ ├── shape-192-35-35-1-32-1-0 │ ├── shape-192-35-35-1-48-1-0 │ ├── shape-192-35-35-1-64-1-0 │ ├── shape-2048-1-1-1-1001-1-0 │ ├── shape-2048-8-8-1-192-1-0 │ ├── shape-2048-8-8-1-320-1-0 │ ├── shape-2048-8-8-1-384-1-0 │ ├── shape-2048-8-8-1-448-1-0 │ ├── shape-256-35-35-1-48-1-0 │ ├── shape-256-35-35-1-64-1-0 │ ├── shape-288-35-35-1-48-1-0 │ ├── shape-288-35-35-1-64-1-0 │ ├── shape-64-73-73-1-80-1-0 │ ├── shape-768-17-17-1-128-1-0 │ ├── shape-768-17-17-1-160-1-0 │ └── shape-768-17-17-1-192-1-0 ├── tensor-conv1x1-mobilenets │ ├── .cm │ │ └── desc.json │ ├── shape-128-4-4-1-256-1-0 │ ├── shape-128-5-5-1-256-1-0 │ ├── shape-128-6-6-1-256-1-0 │ ├── shape-128-7-7-1-256-1-0 │ ├── shape-128-8-8-1-128-1-0 │ ├── shape-128-8-8-1-256-1-0 │ ├── shape-16-32-32-1-32-1-0 │ ├── shape-16-40-40-1-32-1-0 │ ├── shape-16-48-48-1-32-1-0 │ ├── shape-16-56-56-1-32-1-0 │ ├── shape-16-64-64-1-32-1-0 │ ├── shape-16-80-80-1-32-1-0 │ ├── shape-16-96-96-1-32-1-0 │ ├── shape-192-8-8-1-384-1-0 │ ├── shape-24-64-64-1-48-1-0 │ ├── shape-24-80-80-1-48-1-0 │ ├── shape-24-96-96-1-48-1-0 │ ├── shape-256-1-1-1-1001-1-0 │ ├── shape-256-4-4-1-256-1-0 │ ├── shape-256-4-4-1-512-1-0 │ ├── shape-256-5-5-1-256-1-0 │ ├── shape-256-5-5-1-512-1-0 │ ├── shape-256-6-6-1-256-1-0 │ ├── shape-256-6-6-1-512-1-0 │ ├── shape-256-7-7-1-256-1-0 │ ├── shape-256-7-7-1-512-1-0 │ ├── shape-256-8-8-1-256-1-0 │ ├── shape-256-8-8-1-512-1-0 │ ├── shape-32-16-16-1-64-1-0 │ ├── shape-32-20-20-1-64-1-0 │ ├── shape-32-24-24-1-64-1-0 │ ├── shape-32-28-28-1-64-1-0 │ ├── shape-32-32-32-1-32-1-0 │ ├── shape-32-32-32-1-64-1-0 │ ├── shape-32-40-40-1-32-1-0 │ ├── shape-32-40-40-1-64-1-0 │ ├── shape-32-48-48-1-32-1-0 │ ├── shape-32-48-48-1-64-1-0 │ ├── shape-32-56-56-1-32-1-0 │ ├── shape-32-56-56-1-64-1-0 │ ├── shape-32-64-64-1-64-1-0 │ ├── shape-32-80-80-1-64-1-0 │ ├── shape-32-96-96-1-64-1-0 │ ├── shape-384-4-4-1-768-1-0 │ ├── shape-384-5-5-1-768-1-0 │ ├── shape-384-6-6-1-768-1-0 │ ├── shape-384-7-7-1-768-1-0 │ ├── shape-384-8-8-1-384-1-0 │ ├── shape-48-32-32-1-96-1-0 │ ├── shape-48-40-40-1-96-1-0 │ ├── shape-48-48-48-1-96-1-0 │ ├── shape-48-56-56-1-96-1-0 │ ├── shape-512-1-1-1-1001-1-0 │ ├── shape-512-4-4-1-1024-1-0 │ ├── shape-512-4-4-1-512-1-0 │ ├── shape-512-5-5-1-1024-1-0 │ ├── shape-512-5-5-1-512-1-0 │ ├── shape-512-6-6-1-1024-1-0 │ ├── shape-512-6-6-1-512-1-0 │ ├── shape-512-7-7-1-1024-1-0 │ ├── shape-512-7-7-1-512-1-0 │ ├── shape-512-8-8-1-512-1-0 │ ├── shape-64-10-10-1-128-1-0 │ ├── shape-64-12-12-1-128-1-0 │ ├── shape-64-14-14-1-128-1-0 │ ├── shape-64-16-16-1-128-1-0 │ ├── shape-64-16-16-1-64-1-0 │ ├── shape-64-20-20-1-128-1-0 │ ├── shape-64-20-20-1-64-1-0 │ ├── shape-64-24-24-1-128-1-0 │ ├── shape-64-24-24-1-64-1-0 │ ├── shape-64-28-28-1-128-1-0 │ ├── shape-64-28-28-1-64-1-0 │ ├── shape-64-32-32-1-128-1-0 │ ├── shape-64-32-32-1-64-1-0 │ ├── shape-64-40-40-1-128-1-0 │ ├── shape-64-40-40-1-64-1-0 │ ├── shape-64-48-48-1-128-1-0 │ ├── shape-64-48-48-1-64-1-0 │ ├── shape-64-56-56-1-128-1-0 │ ├── shape-64-56-56-1-64-1-0 │ ├── shape-64-8-8-1-128-1-0 │ ├── shape-768-1-1-1-1001-1-0 │ ├── shape-768-4-4-1-768-1-0 │ ├── shape-768-5-5-1-768-1-0 │ ├── shape-768-6-6-1-768-1-0 │ ├── shape-768-7-7-1-768-1-0 │ ├── shape-8-112-112-1-16-1-0 │ ├── shape-8-64-64-1-16-1-0 │ ├── shape-8-80-80-1-16-1-0 │ ├── shape-8-96-96-1-16-1-0 │ ├── shape-96-16-16-1-192-1-0 │ ├── shape-96-20-20-1-192-1-0 │ ├── shape-96-24-24-1-192-1-0 │ ├── shape-96-28-28-1-192-1-0 │ ├── shape-96-32-32-1-96-1-0 │ ├── shape-96-40-40-1-96-1-0 │ ├── shape-96-48-48-1-96-1-0 │ ├── shape-96-56-56-1-96-1-0 │ ├── shape-1024-1-1-1-1001-1-0 │ ├── shape-1024-4-4-1-1024-1-0 │ ├── shape-1024-5-5-1-1024-1-0 │ ├── shape-1024-6-6-1-1024-1-0 │ ├── shape-1024-7-7-1-1024-1-0 │ ├── shape-128-10-10-1-128-1-0 │ ├── shape-128-10-10-1-256-1-0 │ ├── shape-128-12-12-1-128-1-0 │ ├── shape-128-12-12-1-256-1-0 │ ├── shape-128-14-14-1-128-1-0 │ ├── shape-128-14-14-1-256-1-0 │ ├── shape-128-16-16-1-128-1-0 │ ├── shape-128-16-16-1-256-1-0 │ ├── shape-128-20-20-1-128-1-0 │ ├── shape-128-20-20-1-256-1-0 │ ├── shape-128-24-24-1-128-1-0 │ ├── shape-128-24-24-1-256-1-0 │ ├── shape-128-28-28-1-128-1-0 │ ├── shape-128-28-28-1-256-1-0 │ ├── shape-128-32-32-1-128-1-0 │ ├── shape-128-40-40-1-128-1-0 │ ├── shape-128-48-48-1-128-1-0 │ ├── shape-128-56-56-1-128-1-0 │ ├── shape-16-112-112-1-32-1-0 │ ├── shape-192-10-10-1-384-1-0 │ ├── shape-192-12-12-1-384-1-0 │ ├── shape-192-14-14-1-384-1-0 │ ├── shape-192-16-16-1-192-1-0 │ ├── shape-192-20-20-1-192-1-0 │ ├── shape-192-24-24-1-192-1-0 │ ├── shape-192-28-28-1-192-1-0 │ ├── shape-24-112-112-1-48-1-0 │ ├── shape-256-10-10-1-256-1-0 │ ├── shape-256-10-10-1-512-1-0 │ ├── shape-256-12-12-1-256-1-0 │ ├── shape-256-12-12-1-512-1-0 │ ├── shape-256-14-14-1-256-1-0 │ ├── shape-256-14-14-1-512-1-0 │ ├── shape-256-16-16-1-256-1-0 │ ├── shape-256-20-20-1-256-1-0 │ ├── shape-256-24-24-1-256-1-0 │ ├── shape-256-28-28-1-256-1-0 │ ├── shape-32-112-112-1-64-1-0 │ ├── shape-384-10-10-1-384-1-0 │ ├── shape-384-12-12-1-384-1-0 │ ├── shape-384-14-14-1-384-1-0 │ ├── shape-512-10-10-1-512-1-0 │ ├── shape-512-12-12-1-512-1-0 │ └── shape-512-14-14-1-512-1-0 ├── tensor-conv3x3-inception-v3 │ ├── .cm │ │ └── desc.json │ ├── shape-192-17-17-3-192-2-0 │ ├── shape-192-17-17-3-320-2-0 │ ├── shape-288-35-35-3-384-2-0 │ ├── shape-3-299-299-3-32-2-0 │ ├── shape-32-147-147-3-64-1-1 │ ├── shape-32-149-149-3-32-1-0 │ ├── shape-448-8-8-3-384-1-1 │ ├── shape-64-35-35-3-96-1-1 │ ├── shape-80-73-73-3-192-1-0 │ ├── shape-96-35-35-3-96-1-1 │ └── shape-96-35-35-3-96-2-0 ├── tensor-conv3x3-mobilenets │ ├── .cm │ │ └── desc.json │ ├── shape-3-128-128-3-16-2-0 │ ├── shape-3-128-128-3-24-2-0 │ ├── shape-3-128-128-3-32-2-0 │ ├── shape-3-128-128-3-8-2-0 │ ├── shape-3-160-160-3-16-2-0 │ ├── shape-3-160-160-3-24-2-0 │ ├── shape-3-160-160-3-32-2-0 │ ├── shape-3-160-160-3-8-2-0 │ ├── shape-3-192-192-3-16-2-0 │ ├── shape-3-192-192-3-24-2-0 │ ├── shape-3-192-192-3-32-2-0 │ ├── shape-3-192-192-3-8-2-0 │ ├── shape-3-224-224-3-16-2-0 │ ├── shape-3-224-224-3-24-2-0 │ ├── shape-3-224-224-3-32-2-0 │ └── shape-3-224-224-3-8-2-0 ├── tensor-conv5x5-inception-v3 │ ├── .cm │ │ └── desc.json │ └── shape-48-35-35-5-64-1-2 ├── tensor-depthwiseconv-mobilenets │ ├── shape-1024-4-4-1-1 │ ├── shape-1024-5-5-1-1 │ ├── shape-1024-6-6-1-1 │ ├── shape-1024-7-7-1-1 │ ├── shape-128-8-8-1-1 │ ├── shape-128-8-8-2-0 │ ├── shape-16-64-64-1-1 │ ├── shape-16-64-64-2-0 │ ├── shape-16-80-80-1-1 │ ├── shape-16-80-80-2-0 │ ├── shape-16-96-96-1-1 │ ├── shape-16-96-96-2-0 │ ├── shape-24-64-64-1-1 │ ├── shape-24-80-80-1-1 │ ├── shape-24-96-96-1-1 │ ├── shape-256-4-4-1-1 │ ├── shape-256-5-5-1-1 │ ├── shape-256-6-6-1-1 │ ├── shape-256-7-7-1-1 │ ├── shape-256-8-8-1-1 │ ├── shape-256-8-8-2-0 │ ├── shape-32-32-32-1-1 │ ├── shape-32-32-32-2-0 │ ├── shape-32-40-40-1-1 │ ├── shape-32-40-40-2-0 │ ├── shape-32-48-48-1-1 │ ├── shape-32-48-48-2-0 │ ├── shape-32-56-56-1-1 │ ├── shape-32-56-56-2-0 │ ├── shape-32-64-64-1-1 │ ├── shape-32-64-64-2-0 │ ├── shape-32-80-80-1-1 │ ├── shape-32-80-80-2-0 │ ├── shape-32-96-96-1-1 │ ├── shape-32-96-96-2-0 │ ├── shape-384-8-8-1-1 │ ├── shape-384-8-8-2-0 │ ├── shape-48-64-64-2-0 │ ├── shape-48-80-80-2-0 │ ├── shape-48-96-96-2-0 │ ├── shape-512-4-4-1-1 │ ├── shape-512-5-5-1-1 │ ├── shape-512-6-6-1-1 │ ├── shape-512-7-7-1-1 │ ├── shape-512-8-8-1-1 │ ├── shape-512-8-8-2-0 │ ├── shape-64-16-16-1-1 │ ├── shape-64-16-16-2-0 │ ├── shape-64-20-20-1-1 │ ├── shape-64-20-20-2-0 │ ├── shape-64-24-24-1-1 │ ├── shape-64-24-24-2-0 │ ├── shape-64-28-28-1-1 │ ├── shape-64-28-28-2-0 │ ├── shape-64-32-32-1-1 │ ├── shape-64-32-32-2-0 │ ├── shape-64-40-40-1-1 │ ├── shape-64-40-40-2-0 │ ├── shape-64-48-48-1-1 │ ├── shape-64-48-48-2-0 │ ├── shape-64-56-56-1-1 │ ├── shape-64-56-56-2-0 │ ├── shape-64-64-64-2-0 │ ├── shape-64-80-80-2-0 │ ├── shape-64-96-96-2-0 │ ├── shape-768-4-4-1-1 │ ├── shape-768-5-5-1-1 │ ├── shape-768-6-6-1-1 │ ├── shape-768-7-7-1-1 │ ├── shape-8-64-64-1-1 │ ├── shape-8-80-80-1-1 │ ├── shape-8-96-96-1-1 │ ├── shape-96-32-32-1-1 │ ├── shape-96-32-32-2-0 │ ├── shape-96-40-40-1-1 │ ├── shape-96-40-40-2-0 │ ├── shape-96-48-48-1-1 │ ├── shape-96-48-48-2-0 │ ├── shape-96-56-56-1-1 │ ├── shape-96-56-56-2-0 │ ├── .cm │ │ └── desc.json │ ├── shape-128-10-10-1-1 │ ├── shape-128-10-10-2-0 │ ├── shape-128-12-12-1-1 │ ├── shape-128-12-12-2-0 │ ├── shape-128-14-14-1-1 │ ├── shape-128-14-14-2-0 │ ├── shape-128-16-16-1-1 │ ├── shape-128-16-16-2-0 │ ├── shape-128-20-20-1-1 │ ├── shape-128-20-20-2-0 │ ├── shape-128-24-24-1-1 │ ├── shape-128-24-24-2-0 │ ├── shape-128-28-28-1-1 │ ├── shape-128-28-28-2-0 │ ├── shape-128-32-32-1-1 │ ├── shape-128-32-32-2-0 │ ├── shape-128-40-40-1-1 │ ├── shape-128-40-40-2-0 │ ├── shape-128-48-48-1-1 │ ├── shape-128-48-48-2-0 │ ├── shape-128-56-56-1-1 │ ├── shape-128-56-56-2-0 │ ├── shape-16-112-112-1-1 │ ├── shape-16-112-112-2-0 │ ├── shape-192-16-16-1-1 │ ├── shape-192-16-16-2-0 │ ├── shape-192-20-20-1-1 │ ├── shape-192-20-20-2-0 │ ├── shape-192-24-24-1-1 │ ├── shape-192-24-24-2-0 │ ├── shape-192-28-28-1-1 │ ├── shape-192-28-28-2-0 │ ├── shape-24-112-112-1-1 │ ├── shape-256-10-10-1-1 │ ├── shape-256-10-10-2-0 │ ├── shape-256-12-12-1-1 │ ├── shape-256-12-12-2-0 │ ├── shape-256-14-14-1-1 │ ├── shape-256-14-14-2-0 │ ├── shape-256-16-16-1-1 │ ├── shape-256-16-16-2-0 │ ├── shape-256-20-20-1-1 │ ├── shape-256-20-20-2-0 │ ├── shape-256-24-24-1-1 │ ├── shape-256-24-24-2-0 │ ├── shape-256-28-28-1-1 │ ├── shape-256-28-28-2-0 │ ├── shape-32-112-112-1-1 │ ├── shape-32-112-112-2-0 │ ├── shape-384-10-10-1-1 │ ├── shape-384-10-10-2-0 │ ├── shape-384-12-12-1-1 │ ├── shape-384-12-12-2-0 │ ├── shape-384-14-14-1-1 │ ├── shape-384-14-14-2-0 │ ├── shape-48-112-112-2-0 │ ├── shape-512-10-10-1-1 │ ├── shape-512-10-10-2-0 │ ├── shape-512-12-12-1-1 │ ├── shape-512-12-12-2-0 │ ├── shape-512-14-14-1-1 │ ├── shape-512-14-14-2-0 │ ├── shape-64-112-112-2-0 │ ├── shape-8-112-112-1-1 │ ├── shape-128-8-8-1-1.json │ ├── shape-128-8-8-2-0.json │ ├── shape-256-4-4-1-1.json │ ├── shape-256-5-5-1-1.json │ ├── shape-256-6-6-1-1.json │ ├── shape-256-7-7-1-1.json │ ├── shape-256-8-8-1-1.json │ ├── shape-256-8-8-2-0.json │ ├── shape-384-8-8-1-1.json │ ├── shape-384-8-8-2-0.json │ ├── shape-512-4-4-1-1.json │ ├── shape-512-5-5-1-1.json │ ├── shape-512-6-6-1-1.json │ ├── shape-512-7-7-1-1.json │ ├── shape-512-8-8-1-1.json │ ├── shape-512-8-8-2-0.json │ ├── shape-768-4-4-1-1.json │ ├── shape-768-5-5-1-1.json │ ├── shape-768-6-6-1-1.json │ ├── shape-768-7-7-1-1.json │ ├── shape-8-64-64-1-1.json │ ├── shape-8-80-80-1-1.json │ ├── shape-8-96-96-1-1.json │ ├── shape-1024-4-4-1-1.json │ ├── shape-1024-5-5-1-1.json │ ├── shape-1024-6-6-1-1.json │ ├── shape-1024-7-7-1-1.json │ ├── shape-128-10-10-1-1.json │ ├── shape-128-10-10-2-0.json │ ├── shape-128-12-12-1-1.json │ ├── shape-128-12-12-2-0.json │ ├── shape-128-14-14-1-1.json │ ├── shape-128-14-14-2-0.json │ ├── shape-128-16-16-1-1.json │ ├── shape-128-16-16-2-0.json │ ├── shape-128-20-20-1-1.json │ ├── shape-128-20-20-2-0.json │ ├── shape-128-24-24-1-1.json │ ├── shape-128-24-24-2-0.json │ ├── shape-128-28-28-1-1.json │ ├── shape-128-28-28-2-0.json │ ├── shape-128-32-32-1-1.json │ ├── shape-128-32-32-2-0.json │ ├── shape-128-40-40-1-1.json │ ├── shape-128-40-40-2-0.json │ ├── shape-128-48-48-1-1.json │ ├── shape-128-48-48-2-0.json │ ├── shape-128-56-56-1-1.json │ ├── shape-128-56-56-2-0.json │ ├── shape-16-64-64-1-1.json │ ├── shape-16-64-64-2-0.json │ ├── shape-16-80-80-1-1.json │ ├── shape-16-80-80-2-0.json │ ├── shape-16-96-96-1-1.json │ ├── shape-16-96-96-2-0.json │ ├── shape-192-16-16-1-1.json │ ├── shape-192-16-16-2-0.json │ ├── shape-192-20-20-1-1.json │ ├── shape-192-20-20-2-0.json │ ├── shape-192-24-24-1-1.json │ ├── shape-192-24-24-2-0.json │ ├── shape-192-28-28-1-1.json │ ├── shape-192-28-28-2-0.json │ ├── shape-24-64-64-1-1.json │ ├── shape-24-80-80-1-1.json │ ├── shape-24-96-96-1-1.json │ ├── shape-256-10-10-1-1.json │ ├── shape-256-10-10-2-0.json │ ├── shape-256-12-12-1-1.json │ ├── shape-256-12-12-2-0.json │ ├── shape-256-14-14-1-1.json │ ├── shape-256-14-14-2-0.json │ ├── shape-256-16-16-1-1.json │ ├── shape-256-16-16-2-0.json │ ├── shape-256-20-20-1-1.json │ ├── shape-256-20-20-2-0.json │ ├── shape-256-24-24-1-1.json │ ├── shape-256-24-24-2-0.json │ ├── shape-256-28-28-1-1.json │ ├── shape-256-28-28-2-0.json │ ├── shape-32-32-32-1-1.json │ ├── shape-32-32-32-2-0.json │ ├── shape-32-40-40-1-1.json │ ├── shape-32-40-40-2-0.json │ ├── shape-32-48-48-1-1.json │ ├── shape-32-48-48-2-0.json │ ├── shape-32-56-56-1-1.json │ ├── shape-32-56-56-2-0.json │ ├── shape-32-64-64-1-1.json │ ├── shape-32-64-64-2-0.json │ ├── shape-32-80-80-1-1.json │ ├── shape-32-80-80-2-0.json │ ├── shape-32-96-96-1-1.json │ ├── shape-32-96-96-2-0.json │ ├── shape-384-10-10-1-1.json │ ├── shape-384-10-10-2-0.json │ ├── shape-384-12-12-1-1.json │ ├── shape-384-12-12-2-0.json │ ├── shape-384-14-14-1-1.json │ ├── shape-384-14-14-2-0.json │ ├── shape-48-64-64-2-0.json │ ├── shape-48-80-80-2-0.json │ ├── shape-48-96-96-2-0.json │ ├── shape-512-10-10-1-1.json │ ├── shape-512-10-10-2-0.json │ ├── shape-512-12-12-1-1.json │ ├── shape-512-12-12-2-0.json │ ├── shape-512-14-14-1-1.json │ ├── shape-512-14-14-2-0.json │ ├── shape-64-16-16-1-1.json │ ├── shape-64-16-16-2-0.json │ ├── shape-64-20-20-1-1.json │ ├── shape-64-20-20-2-0.json │ ├── shape-64-24-24-1-1.json │ ├── shape-64-24-24-2-0.json │ ├── shape-64-28-28-1-1.json │ ├── shape-64-28-28-2-0.json │ ├── shape-64-32-32-1-1.json │ ├── shape-64-32-32-2-0.json │ ├── shape-64-40-40-1-1.json │ ├── shape-64-40-40-2-0.json │ ├── shape-64-48-48-1-1.json │ ├── shape-64-48-48-2-0.json │ ├── shape-64-56-56-1-1.json │ ├── shape-64-56-56-2-0.json │ ├── shape-64-64-64-2-0.json │ ├── shape-64-80-80-2-0.json │ ├── shape-64-96-96-2-0.json │ ├── shape-8-112-112-1-1.json │ ├── shape-96-32-32-1-1.json │ ├── shape-96-32-32-2-0.json │ ├── shape-96-40-40-1-1.json │ ├── shape-96-40-40-2-0.json │ ├── shape-96-48-48-1-1.json │ ├── shape-96-48-48-2-0.json │ ├── shape-96-56-56-1-1.json │ ├── shape-96-56-56-2-0.json │ ├── shape-16-112-112-1-1.json │ ├── shape-16-112-112-2-0.json │ └── shape-24-112-112-1-1.json ├── tensor-fullyconnected-0001 │ ├── .cm │ │ └── desc.json │ ├── shape-10-6-6-20-1-1 │ ├── shape-2048-1-1-1000-1-1 │ ├── shape-256-6-6-4096-1-1 │ ├── shape-4096-1-1-1000-1-1 │ ├── shape-4096-1-1-4096-1-1 │ └── shape-512-7-7-4096-1-1 ├── tensor-reshape-mobilenets │ ├── .cm │ │ └── desc.json │ └── shape-1001-1-1-1-1-1001 ├── tensor-reshape-synthetic-0001 │ ├── .cm │ │ └── desc.json │ ├── shape-1-1-16-1-1-16 │ ├── shape-1-2-3-1-2-3 │ ├── shape-1-3-2-1-3-2 │ ├── shape-1-3-3-1-3-3 │ ├── shape-16-3-3-16-3-3 │ ├── shape-8-2-2-8-2-2 │ ├── shape-12-3-17-12-3-17 │ ├── shape-28-23-31-28-23-31 │ └── shape-32-26-26-32-26-26 ├── tensor-reshape-synthetic-0002 │ ├── .cm │ │ └── desc.json │ ├── test-shape-1-1-16-2-2-4 │ ├── test-shape-16-3-3-1-1-144 │ ├── test-shape-8-2-2-8-4-1 │ ├── test-shape-12-3-17-612-1-1 │ ├── test-shape-28-23-31-713-14-2 │ └── test-shape-32-26-26-128-13-13 ├── tensor-conv-mobilenets-v1-0.75-160 │ ├── .cm │ │ └── desc.json │ ├── shape-192-10-10-1-384-1-0 │ ├── shape-192-20-20-1-192-1-0 │ ├── shape-24-80-80-1-48-1-0 │ ├── shape-3-160-160-3-24-2-0 │ ├── shape-384-10-10-1-384-1-0 │ ├── shape-384-5-5-1-768-1-0 │ ├── shape-48-40-40-1-96-1-0 │ ├── shape-768-1-1-1-1001-1-0 │ ├── shape-768-5-5-1-768-1-0 │ ├── shape-96-20-20-1-192-1-0 │ └── shape-96-40-40-1-96-1-0 ├── tensor-conv-mobilenets-v1-1.0-224 │ ├── .cm │ │ └── desc.json │ ├── shape-1024-1-1-1-1001-1-0 │ ├── shape-1024-7-7-1-1024-1-0 │ ├── shape-128-28-28-1-256-1-0 │ ├── shape-128-56-56-1-128-1-0 │ ├── shape-256-14-14-1-512-1-0 │ ├── shape-256-28-28-1-256-1-0 │ ├── shape-3-224-224-3-32-2-0 │ ├── shape-32-112-112-1-64-1-0 │ ├── shape-512-14-14-1-512-1-0 │ ├── shape-512-7-7-1-1024-1-0 │ └── shape-64-56-56-1-128-1-0 ├── tensor-depthwiseconv-synthetic-0001 │ ├── shape-1-6-6-1-0 │ ├── shape-2-4-4-1-0 │ ├── .cm │ │ └── desc.json │ ├── shape-1-6-6-1-0.json │ └── shape-2-4-4-1-0.json └── tensor-resizebilinear-synthetic-0001 │ ├── .cm │ └── desc.json │ ├── test-shape-1-2-2-1-2-4 │ ├── test-shape-1-2-2-1-4-2 │ ├── test-shape-1-2-2-1-4-4 │ ├── test-shape-1-1-1080-1-1-800 │ ├── test-shape-1-1080-1-1-800-1 │ ├── test-shape-1-1-1080-1-600-800 │ ├── test-shape-1-1080-1-1-800-600 │ ├── test-shape-1-1080-1920-1-1-800 │ ├── test-shape-1-1080-1920-1-480-640 │ ├── test-shape-1-1080-1920-1-640-480 │ ├── test-shape-1-1080-1920-1-800-1 │ ├── test-shape-1-1920-1080-1-1-800 │ ├── test-shape-1-1920-1080-1-480-640 │ ├── test-shape-1-1920-1080-1-640-480 │ ├── test-shape-1-1920-1080-1-800-1 │ ├── test-shape-1-600-800-1-3120-4160 │ ├── test-shape-1-600-800-1-4160-3120 │ ├── test-shape-1-640-480-1-3120-4160 │ ├── test-shape-1-640-480-1-4160-3120 │ ├── test-shape-1-800-600-1-3120-4160 │ └── test-shape-1-800-600-1-4160-3120 ├── experiment.view ├── nntest │ └── .cm │ │ └── desc.json └── .cm │ ├── alias-a-nntest │ └── alias-u-2f624734962d2523 ├── package ├── lib-nntest │ └── .cm │ │ └── desc.json ├── .cm │ ├── alias-a-lib-nntest │ ├── alias-u-a6f6a5e9a44c7999 │ ├── alias-a-plugin-lstm-naive │ ├── alias-u-9872906347fa85ad │ ├── alias-a-plugin-lstm-rnnt-dec-glow │ ├── alias-a-plugin-lstm-rnnt-dec-onnx │ ├── alias-a-plugin-lstm-rnnt-post-glow │ ├── alias-a-plugin-lstm-rnnt-post-onnx │ ├── alias-a-plugin-lstm-rnnt-pre-glow │ ├── alias-a-plugin-lstm-rnnt-pre-onnx │ ├── alias-u-0091b46c78fdd45a │ ├── alias-u-3194176b0588d87f │ ├── alias-u-83906e369418baf5 │ ├── alias-u-91874e68b81b37d2 │ ├── alias-u-9782714dc8e10870 │ ├── alias-u-c739c455f848c752 │ ├── alias-a-plugin-lstm-rnnt-dec-pytorch │ ├── alias-a-plugin-lstm-rnnt-post-pytorch │ ├── alias-a-plugin-lstm-rnnt-pre-pytorch │ ├── alias-u-361b44699970cdda │ ├── alias-u-44b601ab43dabdc6 │ └── alias-u-7c34a8e9e72c7b6b ├── plugin-lstm-rnnt-dec-glow │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-dec-onnx │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-dec-pytorch │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-post-glow │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-post-onnx │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-post-pytorch │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-pre-glow │ └── .cm │ │ └── desc.json ├── plugin-lstm-rnnt-pre-onnx │ └── .cm │ │ └── desc.json └── plugin-lstm-rnnt-pre-pytorch │ └── .cm │ └── desc.json ├── program.species ├── conv │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── gemm │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── lstm │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── avgpool │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── reshape │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── softmax │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── .cm │ ├── alias-a-conv │ ├── alias-a-gemm │ ├── alias-a-lstm │ ├── alias-u-0fb1facb344688fd │ ├── alias-u-6bd431f979ccac7b │ ├── alias-u-bcd4643cc81b3f15 │ ├── alias-a-avgpool │ ├── alias-a-reshape │ ├── alias-a-softmax │ ├── alias-u-13e7f3964398a81a │ ├── alias-u-eb521e1a682bfca4 │ ├── alias-u-ebc0802419b9b77f │ ├── alias-a-depthwiseconv │ ├── alias-a-fullyconnected │ ├── alias-a-resizebilinear │ ├── alias-u-20efa8bcb042939c │ ├── alias-u-921d4f43abe4669f │ └── alias-u-9fa19e0d42a99421 ├── depthwiseconv │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── fullyconnected │ └── .cm │ │ ├── desc.json │ │ └── meta.json └── resizebilinear │ └── .cm │ ├── desc.json │ └── meta.json ├── program ├── conv-caffe-cpu │ └── .cm │ │ └── desc.json ├── gemm-pytorch │ └── .cm │ │ └── desc.json ├── lstm-pytorch │ └── .cm │ │ └── desc.json ├── lstm-rnnt-dec │ └── .cm │ │ └── desc.json ├── lstm-rnnt-post │ └── .cm │ │ └── desc.json ├── lstm-rnnt-pre │ └── .cm │ │ └── desc.json ├── avgpool-caffe-cpu │ └── .cm │ │ └── desc.json ├── conv-armcl-opencl │ └── .cm │ │ └── desc.json ├── conv-caffe-opencl │ └── .cm │ │ └── desc.json ├── conv-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── gemm-armcl-opencl │ └── .cm │ │ └── desc.json ├── softmax-caffe-cpu │ └── .cm │ │ └── desc.json ├── .cm │ ├── alias-a-gemm-pytorch │ ├── alias-a-lstm-pytorch │ ├── alias-u-46f9d05ff6014e28 │ ├── alias-u-6ac244466493cbcd │ ├── alias-a-avgpool-caffe-cpu │ ├── alias-a-conv-armcl-opencl │ ├── alias-a-conv-caffe-cpu │ ├── alias-a-conv-caffe-opencl │ ├── alias-a-gemm-armcl-opencl │ ├── alias-a-lstm-rnnt-dec │ ├── alias-a-lstm-rnnt-post │ ├── alias-a-lstm-rnnt-pre │ ├── alias-a-softmax-caffe-cpu │ ├── alias-u-17771354407da1dd │ ├── alias-u-57504cb3ac9a4300 │ ├── alias-u-678ca4901babba64 │ ├── alias-u-69d724b2f232b8a0 │ ├── alias-u-7313c9732c240869 │ ├── alias-u-7569082bd9524203 │ ├── alias-u-9978e9248efbd46b │ ├── alias-u-c01331d6b4234a23 │ ├── alias-u-de8ff6367cf5b546 │ ├── alias-a-avgpool-armcl-opencl │ ├── alias-a-avgpool-caffe-opencl │ ├── alias-a-avgpool-tensorflow-cpu │ ├── alias-a-benchmark-armcl-opencl │ ├── alias-a-conv-tensorflow-cpu │ ├── alias-a-directconv-caffe-cpu │ ├── alias-a-reshape-armcl-opencl │ ├── alias-a-reshape-tensorflow-cpu │ ├── alias-a-softmax-armcl-opencl │ ├── alias-a-softmax-caffe-opencl │ ├── alias-a-softmax-tensorflow-cpu │ ├── alias-a-tool-autoformat-code │ ├── alias-a-tool-prepare-dataset │ ├── alias-u-3a30549a88058a71 │ ├── alias-u-44431bf0eafd9ceb │ ├── alias-u-5ca9381744cef2ee │ ├── alias-u-682609cfdc81c8e7 │ ├── alias-u-6a46142cda8a5fd4 │ ├── alias-u-7184ef083693b882 │ ├── alias-u-7cb194dd5c90fdc5 │ ├── alias-u-7fd0abe35b874468 │ ├── alias-u-877f3755643b1bba │ ├── alias-u-8cdb664e28ae2d5c │ ├── alias-u-a5f548e6b30ce842 │ ├── alias-u-d07055a4a9eb528d │ ├── alias-u-e5ef536124c10ab8 │ ├── alias-a-avgpool-armcl-opencl-uint8 │ ├── alias-a-conv-armcl-opencl-uint8 │ ├── alias-a-depthwiseconv-armcl-opencl │ ├── alias-a-directconv-armcl-opencl │ ├── alias-a-directconv-caffe-opencl │ ├── alias-a-fullyconnected-armcl-opencl │ ├── alias-a-fullyconnected-caffe-cpu │ ├── alias-a-fullyconnected-caffe-opencl │ ├── alias-a-reshape-armcl-opencl-uint8 │ ├── alias-a-resizebilinear-armcl-opencl │ ├── alias-a-softmax-armcl-opencl-uint8 │ ├── alias-a-winogradconv-armcl-opencl │ ├── alias-u-0242f89f5d48953d │ ├── alias-u-088c5a43fc9fb88d │ ├── alias-u-143dea0024ba426a │ ├── alias-u-437babad6d942f1f │ ├── alias-u-4a54a1b3326a5957 │ ├── alias-u-5f7b662fb4730a52 │ ├── alias-u-6fcbd4138ba68cb3 │ ├── alias-u-704b2340679ffc8b │ ├── alias-u-d2243358ada43fad │ ├── alias-u-da600b1e52b4596a │ ├── alias-u-e1cb5b26290d2e52 │ ├── alias-u-f4c64ec7968af5a3 │ ├── alias-a-avgpool-tensorflow-cpu-uint8 │ ├── alias-a-depthwiseconv-armcl-opencl-uint8 │ ├── alias-a-depthwiseconv-tensorflow-cpu │ ├── alias-a-directconv-armcl-opencl-uint8 │ ├── alias-a-reshape-tensorflow-cpu-uint8 │ ├── alias-a-resizebilinear-tensorflow-cpu │ ├── alias-u-32b52f843c59a414 │ ├── alias-u-422c20c49af9ec3d │ ├── alias-u-91541009c70bc24f │ ├── alias-u-ca434e8a8384ca23 │ ├── alias-u-cb26580fe0431982 │ ├── alias-u-e43472a917571dcc │ ├── alias-a-fullyconnected-armcl-opencl-uint8 │ ├── alias-a-resizebilinear-armcl-opencl-uint8 │ ├── alias-u-62d495b804a98912 │ └── alias-u-dbdf63771e314e15 ├── avgpool-armcl-opencl │ └── .cm │ │ └── desc.json ├── avgpool-caffe-opencl │ └── .cm │ │ └── desc.json ├── avgpool-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── benchmark-armcl-opencl │ ├── .cm │ │ └── desc.json │ ├── datatype-f16.json │ ├── exclude-mobilenet.json │ └── datatype-qasymm8.json ├── conv-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── directconv-armcl-opencl │ └── .cm │ │ └── desc.json ├── directconv-caffe-cpu │ └── .cm │ │ └── desc.json ├── directconv-caffe-opencl │ └── .cm │ │ └── desc.json ├── fullyconnected-caffe-cpu │ └── .cm │ │ └── desc.json ├── reshape-armcl-opencl │ └── .cm │ │ └── desc.json ├── reshape-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── softmax-armcl-opencl │ └── .cm │ │ └── desc.json ├── softmax-caffe-opencl │ └── .cm │ │ └── desc.json ├── softmax-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── tool-autoformat-code │ └── .cm │ │ └── desc.json ├── tool-prepare-dataset │ └── .cm │ │ └── desc.json ├── avgpool-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── avgpool-tensorflow-cpu-uint8 │ └── .cm │ │ └── desc.json ├── depthwiseconv-armcl-opencl │ └── .cm │ │ └── desc.json ├── depthwiseconv-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── directconv-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── fullyconnected-armcl-opencl │ └── .cm │ │ └── desc.json ├── fullyconnected-caffe-opencl │ └── .cm │ │ └── desc.json ├── reshape-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── reshape-tensorflow-cpu-uint8 │ └── .cm │ │ └── desc.json ├── resizebilinear-armcl-opencl │ └── .cm │ │ └── desc.json ├── resizebilinear-tensorflow-cpu │ └── .cm │ │ └── desc.json ├── softmax-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── winogradconv-armcl-opencl │ └── .cm │ │ └── desc.json ├── depthwiseconv-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json ├── fullyconnected-armcl-opencl-uint8 │ └── .cm │ │ └── desc.json └── resizebilinear-armcl-opencl-uint8 │ └── .cm │ └── desc.json ├── script ├── process-nntest │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-conv │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-gemm │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-lstm │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-avgpool │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-reshape │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-softmax │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── .cm │ ├── alias-a-process-nntest │ ├── alias-u-4233973755b00eb0 │ ├── alias-a-process-nntest-avgpool │ ├── alias-a-process-nntest-conv │ ├── alias-a-process-nntest-gemm │ ├── alias-a-process-nntest-lstm │ ├── alias-a-process-nntest-reshape │ ├── alias-a-process-nntest-softmax │ ├── alias-u-3b59f57d587e82f6 │ ├── alias-u-4088f54535997e9a │ ├── alias-u-4ae4f08be053a2b8 │ ├── alias-u-62d70884718bc0f2 │ ├── alias-u-7f480d3eaf7ce585 │ ├── alias-u-a4165b5bcc134e49 │ ├── alias-a-process-nntest-depthwiseconv │ ├── alias-u-fc4b6824ee89ea88 │ ├── alias-a-process-nntest-fullyconnected │ ├── alias-a-process-nntest-resizebilinear │ ├── alias-u-c91c329f449f1b4a │ └── alias-u-f32cc49a8a747cfe ├── process-nntest-depthwiseconv │ └── .cm │ │ ├── desc.json │ │ └── meta.json ├── process-nntest-fullyconnected │ └── .cm │ │ ├── desc.json │ │ └── meta.json └── process-nntest-resizebilinear │ └── .cm │ ├── desc.json │ └── meta.json ├── module └── .cm │ ├── alias-a-nntest │ └── alias-u-38b4f1dcda465782 ├── jnotebook ├── analyse-conv-mobilenets-v1-1.0-224 │ └── .cm │ │ ├── desc.json │ │ └── meta.json └── .cm │ ├── alias-a-analyse-conv-mobilenets-v1-1.0-224 │ └── alias-u-b2bfeb54472db47d ├── COPYRIGHT.txt ├── .gitignore └── CHANGES.txt /wfe/nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /.cm/alias-a-soft: -------------------------------------------------------------------------------- 1 | 5e1100048ab875d7 2 | -------------------------------------------------------------------------------- /.cm/alias-a-wfe: -------------------------------------------------------------------------------- 1 | 1e4e644996b7f2a0 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1e4e644996b7f2a0: -------------------------------------------------------------------------------- 1 | wfe 2 | -------------------------------------------------------------------------------- /.cm/alias-u-5e1100048ab875d7: -------------------------------------------------------------------------------- 1 | soft 2 | -------------------------------------------------------------------------------- /soft/lib.nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /.cm/alias-a-dataset: -------------------------------------------------------------------------------- 1 | 8a7141c59cd335f5 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-script: -------------------------------------------------------------------------------- 1 | 84e27ad9dd12e734 2 | -------------------------------------------------------------------------------- /.cm/alias-u-032630d041b4fd8a: -------------------------------------------------------------------------------- 1 | module 2 | -------------------------------------------------------------------------------- /.cm/alias-u-145039462db4f4d2: -------------------------------------------------------------------------------- 1 | jnotebook 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1dc07ee0f4742028: -------------------------------------------------------------------------------- 1 | package 2 | -------------------------------------------------------------------------------- /.cm/alias-u-84e27ad9dd12e734: -------------------------------------------------------------------------------- 1 | script 2 | -------------------------------------------------------------------------------- /.cm/alias-u-8a7141c59cd335f5: -------------------------------------------------------------------------------- 1 | dataset 2 | -------------------------------------------------------------------------------- /.cm/alias-u-b0ac08fe1d3c2615: -------------------------------------------------------------------------------- 1 | program 2 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-1024-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-4096-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /experiment.view/nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/lib-nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/conv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/conv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/gemm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/gemm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/lstm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/lstm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/gemm-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-pytorch/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-dec/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-post/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/lstm-rnnt-pre/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /soft/nntest.plugin/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /wfe/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | c25647132e4859a4 2 | -------------------------------------------------------------------------------- /wfe/.cm/alias-u-c25647132e4859a4: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /.cm/alias-a-experiment.view: -------------------------------------------------------------------------------- 1 | e7c9e42ba8edace0 2 | -------------------------------------------------------------------------------- /.cm/alias-a-program.species: -------------------------------------------------------------------------------- 1 | 1702c3e426ca54c5 2 | -------------------------------------------------------------------------------- /.cm/alias-u-1702c3e426ca54c5: -------------------------------------------------------------------------------- 1 | program.species 2 | -------------------------------------------------------------------------------- /.cm/alias-u-e7c9e42ba8edace0: -------------------------------------------------------------------------------- 1 | experiment.view 2 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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/shape-16-28-28-5-32-1-2: -------------------------------------------------------------------------------- 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-gemm-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/test-shape-2-3-4-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1000-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1001-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /module/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | 38b4f1dcda465782 2 | -------------------------------------------------------------------------------- /module/.cm/alias-u-38b4f1dcda465782: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /program.species/avgpool/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/avgpool/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/reshape/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/reshape/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/softmax/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/softmax/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/gemm-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-conv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-conv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-gemm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-gemm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-lstm/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-lstm/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-a-lib.nntest: -------------------------------------------------------------------------------- 1 | 3f3beda1a806ad96 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-u-3f3beda1a806ad96: -------------------------------------------------------------------------------- 1 | lib.nntest 2 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1000-14-14-14-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-avgpool-0001/shape-1000-15-15-15-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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-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-768-17-17-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv-0001/shape-96-27-27-5-256-1-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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-lstm-mlperf-rnnt/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-lib-nntest: -------------------------------------------------------------------------------- 1 | a6f6a5e9a44c7999 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-a6f6a5e9a44c7999: -------------------------------------------------------------------------------- 1 | lib-nntest 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-conv: -------------------------------------------------------------------------------- 1 | bcd4643cc81b3f15 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-gemm: -------------------------------------------------------------------------------- 1 | 0fb1facb344688fd 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-lstm: -------------------------------------------------------------------------------- 1 | 6bd431f979ccac7b 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-0fb1facb344688fd: -------------------------------------------------------------------------------- 1 | gemm 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-6bd431f979ccac7b: -------------------------------------------------------------------------------- 1 | lstm 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-bcd4643cc81b3f15: -------------------------------------------------------------------------------- 1 | conv 2 | -------------------------------------------------------------------------------- /program.species/depthwiseconv/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/depthwiseconv/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/fullyconnected/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/fullyconnected/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/resizebilinear/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program.species/resizebilinear/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-gemm-pytorch: -------------------------------------------------------------------------------- 1 | 6ac244466493cbcd 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-lstm-pytorch: -------------------------------------------------------------------------------- 1 | 46f9d05ff6014e28 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-46f9d05ff6014e28: -------------------------------------------------------------------------------- 1 | lstm-pytorch 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-6ac244466493cbcd: -------------------------------------------------------------------------------- 1 | gemm-pytorch 2 | -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/conv-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/directconv-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-caffe-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/softmax-tensorflow-cpu/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/tool-autoformat-code/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/tool-prepare-dataset/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-avgpool/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-avgpool/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-reshape/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-reshape/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-softmax/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-softmax/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-a-nntest.plugin: -------------------------------------------------------------------------------- 1 | fee21442c93c5180 2 | -------------------------------------------------------------------------------- /soft/.cm/alias-u-fee21442c93c5180: -------------------------------------------------------------------------------- 1 | nntest.plugin 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-conv-0001: -------------------------------------------------------------------------------- 1 | fe4f0a8b74356b80 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-gemm-0001: -------------------------------------------------------------------------------- 1 | f4407088898d5f10 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-f4407088898d5f10: -------------------------------------------------------------------------------- 1 | tensor-gemm-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-fe4f0a8b74356b80: -------------------------------------------------------------------------------- 1 | tensor-conv-0001 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-inception-v3/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-4-4-1-256-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-128-5-5-1-256-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-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-8-8-1-384-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-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-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-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-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-mobilenets/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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-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-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-8-8-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-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-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-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-8-8-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-8-8-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-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-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-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-fullyconnected-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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-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-16-3-3-16-3-3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0001/shape-8-2-2-8-2-2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /experiment.view/.cm/alias-a-nntest: -------------------------------------------------------------------------------- 1 | 2f624734962d2523 2 | -------------------------------------------------------------------------------- /experiment.view/.cm/alias-u-2f624734962d2523: -------------------------------------------------------------------------------- 1 | nntest 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-naive: -------------------------------------------------------------------------------- 1 | 9872906347fa85ad 2 | -------------------------------------------------------------------------------- /package/.cm/alias-u-9872906347fa85ad: -------------------------------------------------------------------------------- 1 | plugin-lstm-naive 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-glow/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /package/plugin-lstm-rnnt-dec-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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-onnx/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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-reshape: -------------------------------------------------------------------------------- 1 | ebc0802419b9b77f 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-softmax: -------------------------------------------------------------------------------- 1 | eb521e1a682bfca4 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-13e7f3964398a81a: -------------------------------------------------------------------------------- 1 | avgpool 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-eb521e1a682bfca4: -------------------------------------------------------------------------------- 1 | softmax 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-ebc0802419b9b77f: -------------------------------------------------------------------------------- 1 | reshape 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-caffe-cpu: -------------------------------------------------------------------------------- 1 | 57504cb3ac9a4300 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-armcl-opencl: -------------------------------------------------------------------------------- 1 | 17771354407da1dd 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-gemm-armcl-opencl: -------------------------------------------------------------------------------- 1 | 7313c9732c240869 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-softmax-caffe-cpu: -------------------------------------------------------------------------------- 1 | 69d724b2f232b8a0 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-17771354407da1dd: -------------------------------------------------------------------------------- 1 | conv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-57504cb3ac9a4300: -------------------------------------------------------------------------------- 1 | avgpool-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-678ca4901babba64: -------------------------------------------------------------------------------- 1 | conv-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-69d724b2f232b8a0: -------------------------------------------------------------------------------- 1 | softmax-caffe-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-9978e9248efbd46b: -------------------------------------------------------------------------------- 1 | lstm-rnnt-dec 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-c01331d6b4234a23: -------------------------------------------------------------------------------- 1 | lstm-rnnt-pre 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-de8ff6367cf5b546: -------------------------------------------------------------------------------- 1 | lstm-rnnt-post 2 | -------------------------------------------------------------------------------- /program/avgpool-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/avgpool-tensorflow-cpu-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/fullyconnected-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-caffe-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/reshape-tensorflow-cpu-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/winogradconv-armcl-opencl/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest: -------------------------------------------------------------------------------- 1 | 4233973755b00eb0 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-4233973755b00eb0: -------------------------------------------------------------------------------- 1 | process-nntest 2 | -------------------------------------------------------------------------------- /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-resizebilinear/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /script/process-nntest-resizebilinear/.cm/meta.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-avgpool-0001: -------------------------------------------------------------------------------- 1 | e841933b94edaa96 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-softmax-0001: -------------------------------------------------------------------------------- 1 | 3cda82464112173d 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-3cda82464112173d: -------------------------------------------------------------------------------- 1 | tensor-softmax-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-e841933b94edaa96: -------------------------------------------------------------------------------- 1 | tensor-avgpool-0001 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-0.75-160/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-conv-mobilenets-v1-1.0-224/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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/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-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-56-56-1-128-1-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-conv1x1-mobilenets/shape-16-112-112-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-24-112-112-1-48-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-32-112-112-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-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-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-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-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-16-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-112-112-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-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-32-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-112-112-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-48-112-112-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-64-112-112-2-0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-112-112-1-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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-reshape-synthetic-0001/shape-12-3-17-12-3-17: -------------------------------------------------------------------------------- 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-0002/test-shape-1-1-16-2-2-4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-16-3-3-1-1-144: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-8-2-2-8-4-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-depthwiseconv: -------------------------------------------------------------------------------- 1 | 921d4f43abe4669f 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-fullyconnected: -------------------------------------------------------------------------------- 1 | 20efa8bcb042939c 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-a-resizebilinear: -------------------------------------------------------------------------------- 1 | 9fa19e0d42a99421 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-20efa8bcb042939c: -------------------------------------------------------------------------------- 1 | fullyconnected 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-921d4f43abe4669f: -------------------------------------------------------------------------------- 1 | depthwiseconv 2 | -------------------------------------------------------------------------------- /program.species/.cm/alias-u-9fa19e0d42a99421: -------------------------------------------------------------------------------- 1 | resizebilinear 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-armcl-opencl: -------------------------------------------------------------------------------- 1 | 3a30549a88058a71 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-benchmark-armcl-opencl: -------------------------------------------------------------------------------- 1 | 7fd0abe35b874468 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 7184ef083693b882 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-caffe-cpu: -------------------------------------------------------------------------------- 1 | 6a46142cda8a5fd4 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-armcl-opencl: -------------------------------------------------------------------------------- 1 | a5f548e6b30ce842 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | 7cb194dd5c90fdc5 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-armcl-opencl: -------------------------------------------------------------------------------- 1 | d07055a4a9eb528d 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-u-3a30549a88058a71: -------------------------------------------------------------------------------- 1 | avgpool-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-44431bf0eafd9ceb: -------------------------------------------------------------------------------- 1 | tool-prepare-dataset 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-5ca9381744cef2ee: -------------------------------------------------------------------------------- 1 | avgpool-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-682609cfdc81c8e7: -------------------------------------------------------------------------------- 1 | avgpool-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-6a46142cda8a5fd4: -------------------------------------------------------------------------------- 1 | directconv-caffe-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-7184ef083693b882: -------------------------------------------------------------------------------- 1 | conv-tensorflow-cpu 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-a5f548e6b30ce842: -------------------------------------------------------------------------------- 1 | reshape-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-d07055a4a9eb528d: -------------------------------------------------------------------------------- 1 | softmax-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-e5ef536124c10ab8: -------------------------------------------------------------------------------- 1 | softmax-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/depthwiseconv-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/fullyconnected-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /program/resizebilinear-armcl-opencl-uint8/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 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-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-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-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 | -------------------------------------------------------------------------------- /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-fullyconnected-0001: -------------------------------------------------------------------------------- 1 | 0745e598bf8cddcf 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-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-56173d720ccb412b: -------------------------------------------------------------------------------- 1 | tensor-softmax-imagenet 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-59ef5794ab55ccf6: -------------------------------------------------------------------------------- 1 | tensor-reshape-mobilenets 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-f6b4556b7c2851de: -------------------------------------------------------------------------------- 1 | tensor-conv1x1-inception-v3 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/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-depthwiseconv-synthetic-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /dataset/tensor-reshape-synthetic-0002/test-shape-12-3-17-612-1-1: -------------------------------------------------------------------------------- 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-resizebilinear-synthetic-0001/.cm/desc.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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-post-glow: -------------------------------------------------------------------------------- 1 | 3194176b0588d87f 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-post-onnx: -------------------------------------------------------------------------------- 1 | 91874e68b81b37d2 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-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-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-c739c455f848c752: -------------------------------------------------------------------------------- 1 | plugin-lstm-rnnt-pre-glow 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 5f7b662fb4730a52 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-conv-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 437babad6d942f1f 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-depthwiseconv-armcl-opencl: -------------------------------------------------------------------------------- 1 | 088c5a43fc9fb88d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-directconv-armcl-opencl: -------------------------------------------------------------------------------- 1 | e1cb5b26290d2e52 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-caffe-cpu: -------------------------------------------------------------------------------- 1 | 704b2340679ffc8b 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-caffe-opencl: -------------------------------------------------------------------------------- 1 | f4c64ec7968af5a3 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 4a54a1b3326a5957 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-armcl-opencl: -------------------------------------------------------------------------------- 1 | da600b1e52b4596a 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-softmax-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 143dea0024ba426a 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-437babad6d942f1f: -------------------------------------------------------------------------------- 1 | conv-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-4a54a1b3326a5957: -------------------------------------------------------------------------------- 1 | reshape-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-5f7b662fb4730a52: -------------------------------------------------------------------------------- 1 | avgpool-armcl-opencl-uint8 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-d2243358ada43fad: -------------------------------------------------------------------------------- 1 | directconv-caffe-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-da600b1e52b4596a: -------------------------------------------------------------------------------- 1 | resizebilinear-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-e1cb5b26290d2e52: -------------------------------------------------------------------------------- 1 | directconv-armcl-opencl 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-f4c64ec7968af5a3: -------------------------------------------------------------------------------- 1 | fullyconnected-caffe-opencl 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-depthwiseconv: -------------------------------------------------------------------------------- 1 | fc4b6824ee89ea88 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-fc4b6824ee89ea88: -------------------------------------------------------------------------------- 1 | process-nntest-depthwiseconv 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-depthwiseconv-mobilenets: -------------------------------------------------------------------------------- 1 | 40d4b915f0249700 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-u-40d4b915f0249700: -------------------------------------------------------------------------------- 1 | tensor-depthwiseconv-mobilenets 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-43d681a5d4377abb: -------------------------------------------------------------------------------- 1 | tensor-reshape-synthetic-0002 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-fb59154649b8e349: -------------------------------------------------------------------------------- 1 | tensor-reshape-synthetic-0001 2 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1-1080-1-1-800: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/tensor-resizebilinear-synthetic-0001/test-shape-1-1080-1-1-800-1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-dec-pytorch: -------------------------------------------------------------------------------- 1 | 44b601ab43dabdc6 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-post-pytorch: -------------------------------------------------------------------------------- 1 | 361b44699970cdda 2 | -------------------------------------------------------------------------------- /package/.cm/alias-a-plugin-lstm-rnnt-pre-pytorch: -------------------------------------------------------------------------------- 1 | 7c34a8e9e72c7b6b 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 | -------------------------------------------------------------------------------- /program/.cm/alias-a-avgpool-tensorflow-cpu-uint8: -------------------------------------------------------------------------------- 1 | cb26580fe0431982 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-uint8: -------------------------------------------------------------------------------- 1 | 91541009c70bc24f 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-reshape-tensorflow-cpu-uint8: -------------------------------------------------------------------------------- 1 | 422c20c49af9ec3d 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-tensorflow-cpu: -------------------------------------------------------------------------------- 1 | ca434e8a8384ca23 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-32b52f843c59a414: -------------------------------------------------------------------------------- 1 | depthwiseconv-tensorflow-cpu 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-422c20c49af9ec3d: -------------------------------------------------------------------------------- 1 | reshape-tensorflow-cpu-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-91541009c70bc24f: -------------------------------------------------------------------------------- 1 | directconv-armcl-opencl-uint8 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-e43472a917571dcc: -------------------------------------------------------------------------------- 1 | depthwiseconv-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-fullyconnected: -------------------------------------------------------------------------------- 1 | f32cc49a8a747cfe 2 | -------------------------------------------------------------------------------- /script/.cm/alias-a-process-nntest-resizebilinear: -------------------------------------------------------------------------------- 1 | c91c329f449f1b4a 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-c91c329f449f1b4a: -------------------------------------------------------------------------------- 1 | process-nntest-resizebilinear 2 | -------------------------------------------------------------------------------- /script/.cm/alias-u-f32cc49a8a747cfe: -------------------------------------------------------------------------------- 1 | process-nntest-fullyconnected 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-depthwiseconv-synthetic-0001: -------------------------------------------------------------------------------- 1 | 42620e61bf8b488b 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-a-tensor-resizebilinear-synthetic-0001: -------------------------------------------------------------------------------- 1 | a068a8a0e11ab2a3 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-42620e61bf8b488b: -------------------------------------------------------------------------------- 1 | tensor-depthwiseconv-synthetic-0001 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-4ba439f8453e7497: -------------------------------------------------------------------------------- 1 | tensor-conv-mobilenets-v1-0.75-160 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-687744d81acb8136: -------------------------------------------------------------------------------- 1 | tensor-conv-mobilenets-v1-1.0-224 2 | -------------------------------------------------------------------------------- /dataset/.cm/alias-u-a068a8a0e11ab2a3: -------------------------------------------------------------------------------- 1 | tensor-resizebilinear-synthetic-0001 2 | -------------------------------------------------------------------------------- /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-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-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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /program/.cm/alias-a-fullyconnected-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | 62d495b804a98912 2 | -------------------------------------------------------------------------------- /program/.cm/alias-a-resizebilinear-armcl-opencl-uint8: -------------------------------------------------------------------------------- 1 | dbdf63771e314e15 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-62d495b804a98912: -------------------------------------------------------------------------------- 1 | fullyconnected-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /program/.cm/alias-u-dbdf63771e314e15: -------------------------------------------------------------------------------- 1 | resizebilinear-armcl-opencl-uint8 2 | -------------------------------------------------------------------------------- /COPYRIGHT.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2017-2020 cTuning foundation. 2 | Copyright (c) 2020 dividiti Limited. 3 | -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ck-logo.png -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ck-logo1.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | **/tmp 2 | *.pyc 3 | *.idea 4 | CMakeLists.txt 5 | cmake-build-debug 6 | __pycache__ 7 | .ipynb_checkpoints/ 8 | -------------------------------------------------------------------------------- /wfe/nntest/images/email_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/email_50px.png -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- 1 | * 2020.06.15 - 2020 revival. 2 | * 2018.07.08 - Public release. 3 | * 2017.09.09 - First commits by dividiti. 4 | -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/datatype-f16.json: -------------------------------------------------------------------------------- 1 | { 2 | "compiler_vars":{ 3 | "DATATYPE":"DataType::F16" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/exclude-mobilenet.json: -------------------------------------------------------------------------------- 1 | { 2 | "compiler_vars":{ 3 | "EXCLUDE_MOBILENET":1 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ck-logo-small.png -------------------------------------------------------------------------------- /wfe/nntest/images/ck-logo2-dbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ck-logo2-dbg.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ctuning-logo.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ctuning-logo1.png -------------------------------------------------------------------------------- /wfe/nntest/images/ctuning-logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/ctuning-logo2.png -------------------------------------------------------------------------------- /wfe/nntest/images/linkedin_34px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/linkedin_34px.png -------------------------------------------------------------------------------- /wfe/nntest/images/linkedin_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/linkedin_50px.png -------------------------------------------------------------------------------- /wfe/nntest/images/twitter_32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/twitter_32px.png -------------------------------------------------------------------------------- /wfe/nntest/images/twitter_50px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/wfe/nntest/images/twitter_50px.png -------------------------------------------------------------------------------- /program/benchmark-armcl-opencl/datatype-qasymm8.json: -------------------------------------------------------------------------------- 1 | { 2 | "compiler_vars":{ 3 | "DATATYPE":"DataType::QASYMM8" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/random-0-000000.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_LSTM_OP_ID": 0, 3 | "CK_LSTM_SAMPLE_ID": 0, 4 | "CK_SEED": 12 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/random-0-000001.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_LSTM_OP_ID": 0, 3 | "CK_LSTM_SAMPLE_ID": 1, 4 | "CK_SEED": 1984 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/random-0-000002.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_LSTM_OP_ID": 0, 3 | "CK_LSTM_SAMPLE_ID": 2, 4 | "CK_SEED": 2020 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/random-0-000003.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_LSTM_OP_ID": 0, 3 | "CK_LSTM_SAMPLE_ID": 3, 4 | "CK_SEED": 101 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-lstm-mlperf-rnnt/random-0-000004.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_LSTM_OP_ID": 0, 3 | "CK_LSTM_SAMPLE_ID": 4, 4 | "CK_SEED": 7219 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-1024-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1024, 3 | "CK_IN_SHAPE_H": 1, 4 | "CK_IN_SHAPE_W": 1 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-0001/shape-4096-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 4096, 3 | "CK_IN_SHAPE_H": 1, 4 | "CK_IN_SHAPE_W": 1 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1000-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1000, 3 | "CK_IN_SHAPE_H": 1, 4 | "CK_IN_SHAPE_W": 1 5 | } 6 | -------------------------------------------------------------------------------- /dataset/tensor-softmax-imagenet/shape-1001-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1001, 3 | "CK_IN_SHAPE_H": 1, 4 | "CK_IN_SHAPE_W": 1 5 | } 6 | -------------------------------------------------------------------------------- /soft/lib.nntest/install.txt: -------------------------------------------------------------------------------- 1 | This is a small library for NN testing. 2 | 3 | Installation: 4 | 5 | ck install package:lib-nntest 6 | 7 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.A -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.B -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dividiti/ck-nntest/master/dataset/tensor-gemm-0001/test-shape-2-3-4-1-0.C -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_GEMM_ALPHA": 1.0, 3 | "CK_GEMM_BETA": 0.0, 4 | "CK_GEMM_K": 1024, 5 | "CK_GEMM_M": 1024, 6 | "CK_GEMM_N": 1024 7 | } 8 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1.0-0.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_GEMM_ALPHA": 1.0, 3 | "CK_GEMM_BETA": 0.0, 4 | "CK_GEMM_K": 1024, 5 | "CK_GEMM_M": 1024, 6 | "CK_GEMM_N": 1024 7 | } 8 | -------------------------------------------------------------------------------- /dataset/tensor-gemm-0001/shape-1024-1024-1024-1.0-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_GEMM_ALPHA": 1.0, 3 | "CK_GEMM_BETA": 0.0, 4 | "CK_GEMM_K": 1024, 5 | "CK_GEMM_M": 1024, 6 | "CK_GEMM_N": 1024 7 | } 8 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-8-8-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-8-8-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-4-4-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 4, 4 | "CK_IN_SHAPE_W": 4, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-5-5-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 5, 4 | "CK_IN_SHAPE_W": 5, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-6-6-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 6, 4 | "CK_IN_SHAPE_W": 6, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-7-7-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 7, 4 | "CK_IN_SHAPE_W": 7, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-8-8-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-8-8-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-8-8-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-8-8-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-4-4-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 4, 4 | "CK_IN_SHAPE_W": 4, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-5-5-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 5, 4 | "CK_IN_SHAPE_W": 5, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-6-6-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 6, 4 | "CK_IN_SHAPE_W": 6, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-7-7-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 7, 4 | "CK_IN_SHAPE_W": 7, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-8-8-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-8-8-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 8, 4 | "CK_IN_SHAPE_W": 8, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-4-4-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 768, 3 | "CK_IN_SHAPE_H": 4, 4 | "CK_IN_SHAPE_W": 4, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-5-5-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 768, 3 | "CK_IN_SHAPE_H": 5, 4 | "CK_IN_SHAPE_W": 5, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-6-6-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 768, 3 | "CK_IN_SHAPE_H": 6, 4 | "CK_IN_SHAPE_W": 6, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-768-7-7-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 768, 3 | "CK_IN_SHAPE_H": 7, 4 | "CK_IN_SHAPE_W": 7, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-64-64-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 8, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-80-80-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 8, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-96-96-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 8, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-4-4-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1024, 3 | "CK_IN_SHAPE_H": 4, 4 | "CK_IN_SHAPE_W": 4, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-5-5-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1024, 3 | "CK_IN_SHAPE_H": 5, 4 | "CK_IN_SHAPE_W": 5, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-6-6-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1024, 3 | "CK_IN_SHAPE_H": 6, 4 | "CK_IN_SHAPE_W": 6, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-1024-7-7-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1024, 3 | "CK_IN_SHAPE_H": 7, 4 | "CK_IN_SHAPE_W": 7, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-10-10-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-10-10-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-12-12-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-12-12-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-14-14-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-14-14-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-16-16-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-16-16-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-20-20-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-20-20-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-24-24-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-24-24-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-28-28-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-28-28-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-32-32-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-32-32-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-40-40-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-40-40-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-48-48-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-48-48-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-56-56-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-128-56-56-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 128, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-64-64-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-64-64-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-80-80-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-80-80-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-96-96-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-96-96-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-16-16-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-16-16-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-20-20-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-20-20-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-24-24-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-24-24-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-28-28-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-192-28-28-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 192, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-64-64-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 24, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-80-80-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 24, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-96-96-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 24, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-10-10-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-10-10-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-12-12-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-12-12-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-14-14-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-14-14-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-16-16-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-16-16-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-20-20-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-20-20-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-24-24-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-24-24-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-28-28-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-256-28-28-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 256, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-32-32-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-32-32-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-40-40-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-40-40-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-48-48-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-48-48-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-56-56-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-56-56-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-64-64-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-64-64-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-80-80-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-80-80-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-96-96-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-32-96-96-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 32, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-10-10-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-10-10-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-12-12-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-12-12-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-14-14-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-384-14-14-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 384, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-64-64-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 48, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-80-80-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 48, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-48-96-96-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 48, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-10-10-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-10-10-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 10, 4 | "CK_IN_SHAPE_W": 10, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-12-12-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-12-12-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 12, 4 | "CK_IN_SHAPE_W": 12, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-14-14-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-512-14-14-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 512, 3 | "CK_IN_SHAPE_H": 14, 4 | "CK_IN_SHAPE_W": 14, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-16-16-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-16-16-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 16, 4 | "CK_IN_SHAPE_W": 16, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-20-20-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-20-20-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 20, 4 | "CK_IN_SHAPE_W": 20, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-24-24-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-24-24-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 24, 4 | "CK_IN_SHAPE_W": 24, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-28-28-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-28-28-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 28, 4 | "CK_IN_SHAPE_W": 28, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-32-32-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-32-32-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-40-40-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-40-40-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-48-48-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-48-48-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-56-56-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-56-56-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-64-64-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 64, 4 | "CK_IN_SHAPE_W": 64, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-80-80-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 80, 4 | "CK_IN_SHAPE_W": 80, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-64-96-96-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 64, 3 | "CK_IN_SHAPE_H": 96, 4 | "CK_IN_SHAPE_W": 96, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-8-112-112-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 8, 3 | "CK_IN_SHAPE_H": 112, 4 | "CK_IN_SHAPE_W": 112, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-32-32-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-32-32-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 32, 4 | "CK_IN_SHAPE_W": 32, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-40-40-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-40-40-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 40, 4 | "CK_IN_SHAPE_W": 40, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-48-48-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-48-48-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 48, 4 | "CK_IN_SHAPE_W": 48, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-56-56-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-96-56-56-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 96, 3 | "CK_IN_SHAPE_H": 56, 4 | "CK_IN_SHAPE_W": 56, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-synthetic-0001/shape-1-6-6-1-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 1, 3 | "CK_IN_SHAPE_H": 6, 4 | "CK_IN_SHAPE_W": 6, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 0 7 | } 8 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-synthetic-0001/shape-2-4-4-1-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 2, 3 | "CK_IN_SHAPE_H": 4, 4 | "CK_IN_SHAPE_W": 4, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 0 7 | } 8 | -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-112-112-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 112, 4 | "CK_IN_SHAPE_W": 112, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-16-112-112-2-0.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 16, 3 | "CK_IN_SHAPE_H": 112, 4 | "CK_IN_SHAPE_W": 112, 5 | "CK_DEPTHWISE_STRIDE": 2, 6 | "CK_DEPTHWISE_PAD": 0 7 | } -------------------------------------------------------------------------------- /dataset/tensor-depthwiseconv-mobilenets/shape-24-112-112-1-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "CK_IN_SHAPE_C": 24, 3 | "CK_IN_SHAPE_H": 112, 4 | "CK_IN_SHAPE_W": 112, 5 | "CK_DEPTHWISE_STRIDE": 1, 6 | "CK_DEPTHWISE_PAD": 1 7 | } --------------------------------------------------------------------------------