| .. |
|
README.md
|
Mapped unidirectional gru & unit test
|
2022-08-31 09:27:05 +08:00 |
|
activations.cc
|
Fix build issue (#397)
|
2022-05-16 14:24:44 +08:00 |
|
activations_test.cc
|
Fix build issue (#397)
|
2022-05-16 14:24:44 +08:00 |
|
addn.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
addn_test.cc
|
Disable cases which offloaded to SW path(#422)
|
2022-07-04 15:37:06 +08:00 |
|
arg.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
arg_test.cc
|
Add ArgMax/ArgMin unit tests (#333)
|
2022-03-25 09:46:50 +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 |
|
batch2space_test.cc
|
Added unit test for batch2space and space2batch (#321)
|
2022-03-15 21:25:01 +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 |
|
bidirectional_sequence_lstm.cc
|
Mapped bidirectional lstm & unit test
|
2022-08-22 10:42:05 +08:00 |
|
bidirectional_sequence_lstm_test.cc
|
Modified bidirectional_sequence_lstm golden accuracy
|
2022-08-31 09:26:07 +08:00 |
|
broadcast.cc
|
add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for ovxlib compatibility (#374)
|
2022-04-24 18:38:56 +08:00 |
|
broadcast_test.cc
|
add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for unit test compatibility (#386)
|
2022-05-06 09:30:26 +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
|
Support that op's all inputs are constant (#264)
|
2022-01-14 12:34:38 +08:00 |
|
conv2d_test.cc
|
Mapped roi_align & added unit test (#402)
|
2022-05-27 16:34:48 +08:00 |
|
conv3d.cc
|
support conv3d (#238)
|
2022-01-11 14:13:15 +08:00 |
|
conv3d_test.cc
|
support conv3d (#238)
|
2022-01-11 14:13:15 +08:00 |
|
custom_base.cc
|
Fix build issue (#397)
|
2022-05-16 14:24:44 +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
|
Suported specifying CRD_mode & DCR_mode in depthtospace (#362)
|
2022-04-14 19:53:32 +08:00 |
|
depth2space_test.cc
|
Suported specifying CRD_mode & DCR_mode in depthtospace (#362)
|
2022-04-14 19:53:32 +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
|
Modified Div_int unit test golden
|
2022-08-30 10:28:09 +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 batch dims in gather (#435)
|
2022-07-19 12:33:09 +08:00 |
|
gather_elements.cc
|
modify GatherElements (#406)
|
2022-05-29 22:25:14 +08:00 |
|
gather_elements_test.cc
|
modify GatherElements (#406)
|
2022-05-29 22:25:14 +08:00 |
|
gather_test.cc
|
Expose hw feature : isClOnly()
|
2022-08-03 09:06:32 +08:00 |
|
gathernd.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
groupedconv1d.cc
|
Add pad value for grouped_conv1d (#292)
|
2022-02-21 19:11:36 +08:00 |
|
groupedconv1d_test.cc
|
Revert "composed Dense & added unit test (#312)" (#340)
|
2022-03-31 18:37:45 +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 |
|
grucell.cc
|
Mapped GRUCell & unit test
|
2022-08-11 20:34:19 +08:00 |
|
grucell_test.cc
|
Mapped GRUCell & unit test
|
2022-08-11 20:34:19 +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
|
Fixed param compute bug for lrn
|
2022-08-04 21:35:59 +08:00 |
|
localresponsenormalization_test.cc
|
Fixed param compute bug for lrn
|
2022-08-04 21:35:59 +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
|
Disabled 3 failed case (#428)
|
2022-07-11 09:54:42 +08:00 |
|
max_pool_test.cc
|
Added gather_elements & unit test (#363)
|
2022-05-10 09:55:50 +08:00 |
|
maxpoolgrad.cc
|
add op: maxpoolwithargmax2 and maxpoolgrad
|
2022-07-29 11:11:33 +08:00 |
|
maxpoolgrad_test.cc
|
add op: maxpoolwithargmax2 and maxpoolgrad
|
2022-07-29 11:11:33 +08:00 |
|
maxpoolwithargmax.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
maxpoolwithargmax2.cc
|
add op: maxpoolwithargmax2 and maxpoolgrad
|
2022-07-29 11:11:33 +08:00 |
|
maxpoolwithargmax2_test.cc
|
add op: maxpoolwithargmax2 and maxpoolgrad
|
2022-07-29 11:11:33 +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 |
|
onehot.cc
|
Map OneHot & unit test (#258)
|
2022-01-05 22:04:49 +08:00 |
|
onehot_test.cc
|
Map OneHot & unit test (#258)
|
2022-01-05 22:04:49 +08:00 |
|
pad.cc
|
Support specifying pad_mode in pad (#355)
|
2022-04-14 19:55:47 +08:00 |
|
pad_test.cc
|
Support specifying pad_mode in pad (#355)
|
2022-04-14 19:55:47 +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 |
|
reduce_sum_test.cc
|
Expose hw feature : isClOnly()
|
2022-08-03 09:06:32 +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
|
Update reshape to reshape2 (#310)
|
2022-03-01 17:04:02 +08:00 |
|
reshape_test.cc
|
add reshape unit test (#416)
|
2022-06-23 14:07:38 +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
|
Revert "composed Dense & added unit test (#312)" (#340)
|
2022-03-31 18:37:45 +08:00 |
|
rnn_cell_test.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
roi_align.cc
|
Rename RoiAlign & RoiPool (#446)
|
2022-07-29 11:10:25 +08:00 |
|
roi_align_test.cc
|
Rename RoiAlign & RoiPool (#446)
|
2022-07-29 11:10:25 +08:00 |
|
roi_pool.cc
|
Rename RoiAlign & RoiPool (#446)
|
2022-07-29 11:10:25 +08:00 |
|
roi_pool_test.cc
|
Rename RoiAlign & RoiPool (#446)
|
2022-07-29 11:10:25 +08:00 |
|
scatternd.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
scatternd_test.cc
|
Disabled 3 failed case (#428)
|
2022-07-11 09:54:42 +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 Ceil & unit test (#381)
|
2022-05-05 17:11:31 +08:00 |
|
simple_operations_test.cc
|
Added Ceil & unit test (#381)
|
2022-05-05 17:11:31 +08:00 |
|
slice.cc
|
Added param step for slice & added unit test (#352)
|
2022-04-12 15:42:58 +08:00 |
|
slice_test.cc
|
Added param step for slice & added unit test (#352)
|
2022-04-12 15:42:58 +08:00 |
|
softmax.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
softmax_test.cc
|
Add softmax unit test (#274)
|
2022-01-19 14:54:39 +08:00 |
|
space2batch.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
space2batch_test.cc
|
Added unit test for batch2space and space2batch (#321)
|
2022-03-15 21:25:01 +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
|
Disabled 3 failed case (#428)
|
2022-07-11 09:54:42 +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 |
|
stack_test.cc
|
Add layout inference & layout test for stack (#337)
|
2022-04-06 13:01:41 +08:00 |
|
stridedslice.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
stridedslice_test.cc
|
Fixed layout inference bug for stride_slice (#329)
|
2022-04-13 10:12:37 +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 |
|
topk.cc
|
Added topk & unit test (#384)
|
2022-05-05 17:06:39 +08:00 |
|
topk_test.cc
|
Added topk & unit test (#384)
|
2022-05-05 17:06:39 +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_gru.cc
|
Mapped unidirectional gru & unit test
|
2022-08-31 09:27:05 +08:00 |
|
unidirectional_sequence_gru_test.cc
|
Mapped unidirectional gru & unit test
|
2022-08-31 09:27:05 +08:00 |
|
unidirectional_sequence_lstm.cc
|
Added RNNCell & unit test (#249)
|
2021-12-29 11:08:24 +08:00 |
|
unidirectional_sequence_lstm_test.cc
|
lstm layout inference & Added unidirectional lstm layout inference (#392)
|
2022-05-29 22:40:43 +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 |