| .. |
|
README.md
|
Update OP ReadMe
|
2021-06-07 12:39:42 +08:00 |
|
activations.cc
|
Add support for Linear Activation
|
2021-06-02 17:10:57 +08:00 |
|
activations_test.cc
|
Add support for Linear Activation
|
2021-06-02 17:10:57 +08:00 |
|
addn.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
arg.cc
|
Fix file permission
|
2021-05-11 11:01:21 +08:00 |
|
batch2space.cc
|
Change back the inferface name (#44)
|
2021-05-14 20:08:53 +08:00 |
|
batchnorm.cc
|
Fix file permission
|
2021-05-11 11:01:21 +08:00 |
|
clip.cc
|
Fix file permission
|
2021-05-11 11:01:21 +08:00 |
|
concat.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
conv1d.cc
|
Add new APIs for conv, deconv and fc
|
2021-06-07 21:48:13 +08:00 |
|
conv1d_test.cc
|
Refine unit test case name (#70)
|
2021-05-25 11:19:42 +08:00 |
|
conv2d.cc
|
Add new APIs for conv, deconv and fc
|
2021-06-07 21:48:13 +08:00 |
|
conv2d_test.cc
|
add uint8 quantized unit_test for conv2d
|
2021-06-07 13:30:43 +08:00 |
|
deconv.cc
|
Supprt layout inference for Operations
|
2021-06-02 00:53:11 +08:00 |
|
deconv1d.cc
|
Add new APIs for conv, deconv and fc
|
2021-06-07 21:48:13 +08:00 |
|
deconv1d_test.cc
|
Add map for DeConv1d (#62)
|
2021-05-24 23:41:15 +08:00 |
|
deconv2d_test.cc
|
Refine unit test case name (#70)
|
2021-05-25 11:19:42 +08:00 |
|
depth2space.cc
|
support layout inference for operations (#39)
|
2021-05-13 22:27:23 +08:00 |
|
dropout.cc
|
Fix file permission
|
2021-05-11 11:01:21 +08:00 |
|
elementwise.cc
|
Add support for FloorDiv
|
2021-05-25 01:20:43 +08:00 |
|
elementwise_test.cc
|
Add support for FloorDiv
|
2021-05-25 01:20:43 +08:00 |
|
fullyconnected.cc
|
Add new APIs for conv, deconv and fc
|
2021-06-07 21:48:13 +08:00 |
|
gather.cc
|
Map [NNRT-824]LeakyRelu/[NNRT-817]LogicalOr/And/[NNRT-831]GatherNd
|
2021-01-19 16:44:43 +08:00 |
|
gathernd.cc
|
Map [NNRT-824]LeakyRelu/[NNRT-817]LogicalOr/And/[NNRT-831]GatherNd
|
2021-01-19 16:44:43 +08:00 |
|
groupedconv2d.cc
|
Add GroupedConv2d
|
2021-06-04 16:53:25 +08:00 |
|
groupedconv2d_test.cc
|
Add GroupedConv2d
|
2021-06-04 16:53:25 +08:00 |
|
instancenormalization.cc
|
Add map for InstanceNormalization
|
2021-05-20 12:41:25 +08:00 |
|
instancenormalization_test.cc
|
Refine unit test case name (#70)
|
2021-05-25 11:19:42 +08:00 |
|
l2normalization.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
layernormalization.cc
|
Support LayerNormalization
|
2021-05-21 12:46:19 +08:00 |
|
layernormalization_test.cc
|
Support LayerNormalization
|
2021-05-21 12:46:19 +08:00 |
|
localresponsenormalization.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
logical.cc
|
Map [NNRT-824]LeakyRelu/[NNRT-817]LogicalOr/And/[NNRT-831]GatherNd
|
2021-01-19 16:44:43 +08:00 |
|
logsoftmax.cc
|
Add map for LogSoftmax
|
2021-05-26 11:37:16 +08:00 |
|
logsoftmax_test.cc
|
Add map for LogSoftmax
|
2021-05-26 11:37:16 +08:00 |
|
maxpoolwithargmax.cc
|
Add Op MaxpoolWithArgmax
|
2021-05-27 18:59:35 +08:00 |
|
maxpoolwithargmax_test.cc
|
Add Op MaxpoolWithArgmax
|
2021-05-27 18:59:35 +08:00 |
|
maxunpool2d.cc
|
Rename Unmaxpool2d to MaxUnpool2d
|
2021-05-31 12:48:51 +08:00 |
|
maxunpool2d_test.cc
|
Rename Unmaxpool2d to MaxUnpool2d
|
2021-05-31 12:48:51 +08:00 |
|
nbg.cc
|
Added NBG support
|
2021-02-22 11:38:21 +08:00 |
|
pad.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
pool2d.cc
|
Add pad parameter to pool2d
|
2021-06-03 16:28:42 +08:00 |
|
reduce.cc
|
add docs for ops
|
2021-05-21 18:39:59 +08:00 |
|
relational_operations.cc
|
Add support for relational ops
|
2021-05-11 23:39:22 +08:00 |
|
relational_operations_test.cc
|
Refine cmake build: add gtest (#47)
|
2021-05-17 13:04:45 +08:00 |
|
reorg.cc
|
Add support for Reorg
|
2021-05-11 10:57:56 +08:00 |
|
reorg_test.cc
|
Refine cmake build: add gtest (#47)
|
2021-05-17 13:04:45 +08:00 |
|
reshape.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
resize.cc
|
Support layout inference for FC and Resize (#45)
|
2021-05-15 22:42:11 +08:00 |
|
resize1d.cc
|
Add map for Resize1d (#69)
|
2021-05-25 10:27:23 +08:00 |
|
resize1d_test.cc
|
Update Resize1d cases
|
2021-05-25 13:55:30 +08:00 |
|
reverse.cc
|
Supprt layout inference for Operations
|
2021-06-02 00:53:11 +08:00 |
|
scatternd.cc
|
Add ScatterND
|
2021-06-03 11:22:58 +08:00 |
|
scatternd_test.cc
|
Add ScatterND
|
2021-06-03 11:22:58 +08:00 |
|
select.cc
|
Map Select
|
2021-03-25 17:27:04 +08:00 |
|
simple_operations.cc
|
Add support for Cast and Floor operation
|
2021-05-11 18:45:28 +08:00 |
|
simple_operations_test.cc
|
Add support for FloorDiv
|
2021-05-25 01:20:43 +08:00 |
|
slice.cc
|
[NNRT-811]Map Slice
|
2021-01-22 14:32:43 +08:00 |
|
softmax.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
space2batch.cc
|
Change back the inferface name (#44)
|
2021-05-14 20:08:53 +08:00 |
|
space2depth.cc
|
support layout inference for operations (#39)
|
2021-05-13 22:27:23 +08:00 |
|
split.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
squeeze.cc
|
Add the Squeeze op
|
2021-04-15 11:22:48 +08:00 |
|
stack.cc
|
Fix file permission
|
2021-05-11 11:01:21 +08:00 |
|
stridedslice.cc
|
Initial Commit for VERSION 1.1.28
|
2021-01-11 18:27:48 +08:00 |
|
tile.cc
|
Add tile
|
2021-06-03 18:29:32 +08:00 |
|
tile_test.cc
|
Add tile
|
2021-06-03 18:29:32 +08:00 |
|
transpose.cc
|
Rename Op 'Permute' to 'Transpose'
|
2021-01-12 11:21:51 +08:00 |
|
unstack.cc
|
Add Unstack
|
2021-06-03 16:24:31 +08:00 |
|
unstack_test.cc
|
Add Unstack
|
2021-06-03 16:24:31 +08:00 |