| .. |
|
README.md
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
activations.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
activations_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
addn.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
addn_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
arg.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
avg_pool_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
batch2space.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
batchnorm.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
batchnorm_test.cc
|
Add layout inference and unit test for BatchNorm (#243)
|
2021-12-22 09:47:57 +08:00 |
|
clip.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
concat.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
conv1d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
conv1d_test.cc
|
mapped groupedconv1d & unit test (#233)
|
2021-12-06 19:20:13 +08:00 |
|
conv2d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
conv2d_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
deconv.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
deconv1d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
deconv1d_test.cc
|
Add map for DeConv1d (#62)
|
2021-05-24 23:41:15 +08:00 |
|
deconv2d_test.cc
|
Minor fixup for unit test case naming
|
2021-06-09 10:51:26 +08:00 |
|
depth2space.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
depthwiseConv_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
dropout.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
elementwise.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
elementwise_test.cc
|
Add a unit_test for div_uint8 (#251)
|
2021-12-30 13:31:30 +08:00 |
|
erf.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
erf_test.cc
|
Mapped Erf operation & unit tests (#211)
|
2021-11-10 20:07:06 +08:00 |
|
fullyconnected.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
gather.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
gathernd.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
groupedconv1d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
groupedconv1d_test.cc
|
mapped groupedconv1d & unit test (#233)
|
2021-12-06 19:20:13 +08:00 |
|
groupedconv2d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
groupedconv2d_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
instancenormalization.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
instancenormalization_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
l2normalization.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
layernormalization.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
layernormalization_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
localresponsenormalization.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
logical.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
logsoftmax.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
logsoftmax_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
matmul.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
matmul_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
maxpoolwithargmax.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
maxpoolwithargmax_test.cc
|
Add Op MaxpoolWithArgmax
|
2021-05-27 18:59:35 +08:00 |
|
maxunpool2d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
maxunpool2d_test.cc
|
Rename Unmaxpool2d to MaxUnpool2d
|
2021-05-31 12:48:51 +08:00 |
|
mements.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
moments_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
nbg.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
pad.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
pool2d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
reduce.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
relational_operations.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
relational_operations_test.cc
|
Minor fixup for unit test case naming
|
2021-06-09 10:51:26 +08:00 |
|
reorg.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
reorg_test.cc
|
Minor fixup for unit test case naming
|
2021-06-09 10:51:26 +08:00 |
|
reshape.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
resize.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
resize1d.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
resize1d_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
reverse.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
rnn_cell.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
rnn_cell_test.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
scatternd.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
scatternd_test.cc
|
Add ScatterND
|
2021-06-03 11:22:58 +08:00 |
|
select.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
shuffle_channel.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
shuffle_channel_test.cc
|
mapped signal frame & unit test (#234)
|
2021-12-09 10:33:40 +08:00 |
|
signal_frame.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
signal_frame_test.cc
|
mapped signal frame & unit test (#234)
|
2021-12-09 10:33:40 +08:00 |
|
simple_operations.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
simple_operations_test.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
slice.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
softmax.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
space2batch.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
space2depth.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
spatial_transformer.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
spatial_transformer_test.cc
|
Support SpatialTransformer
|
2021-07-06 12:56:28 +08:00 |
|
split.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
squeeze.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
stack.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
stridedslice.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
svdf.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
svdf_test.cc
|
Add SVDF support - only FLOAT32 supported
|
2021-10-29 16:19:15 +08:00 |
|
tile.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
tile_test.cc
|
Add tile
|
2021-06-03 18:29:32 +08:00 |
|
transpose.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
transposeConv_test.cc
|
Refactor CMake build system (#184)
|
2021-10-12 10:44:49 +08:00 |
|
unidirectional_sequence_lstm.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
unidirectional_sequence_lstm_test.cc
|
Add unidirectional sequence lstm support
|
2021-08-09 13:43:33 +08:00 |
|
unstack.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
unstack_test.cc
|
Add Unstack
|
2021-06-03 16:24:31 +08:00 |