..
README.md
Update readme in ops ( #575 )
2023-04-20 13:23:56 +08:00
activations.cc
update copyright information
2023-01-20 12:49:48 +08:00
activations_test.cc
Added case for hardswish
2023-03-06 09:37:13 +08:00
addn.cc
update copyright information
2023-01-20 12:49:48 +08:00
addn_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
arg.cc
update copyright information
2023-01-20 12:49:48 +08:00
arg_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
avg_pool_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
batch2space.cc
update copyright information
2023-01-20 12:49:48 +08:00
batch2space_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
batchnorm.cc
update copyright information
2023-01-20 12:49:48 +08:00
batchnorm_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_lstm.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_lstm_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_rnn.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_rnn_ext.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_rnn_ext_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
bidirectional_sequence_rnn_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
broadcast.cc
update copyright information
2023-01-20 12:49:48 +08:00
broadcast_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
clip.cc
update copyright information
2023-01-20 12:49:48 +08:00
concat.cc
update copyright information
2023-01-20 12:49:48 +08:00
conv1d.cc
update copyright information
2023-01-20 12:49:48 +08:00
conv1d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
conv2d.cc
Added general Float16 support ( #631 )
2023-08-12 10:04:16 +08:00
conv2d_test.cc
Added general Float16 support ( #631 )
2023-08-12 10:04:16 +08:00
conv3d.cc
update copyright information
2023-01-20 12:49:48 +08:00
conv3d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
cumsum.cc
update copyright information
2023-01-20 12:49:48 +08:00
cumsum_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
custom_base.cc
update copyright information
2023-01-20 12:49:48 +08:00
deconv.cc
update copyright information
2023-01-20 12:49:48 +08:00
deconv1d.cc
update copyright information
2023-01-20 12:49:48 +08:00
deconv1d_test.cc
Fixed misleading test case bug in deconv1d ( #633 )
2023-08-17 21:26:54 +08:00
deconv2d_test.cc
Minor fixup for unit test case naming
2021-06-09 10:51:26 +08:00
depth2space.cc
Refine Depth2Space op
2023-02-09 13:19:57 +08:00
depth2space_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
depthwiseConv_test.cc
Remove confusing comment in depthwise conv test ( #621 )
2023-07-17 09:43:34 +08:00
dropout.cc
update copyright information
2023-01-20 12:49:48 +08:00
elementwise.cc
update copyright information
2023-01-20 12:49:48 +08:00
elementwise_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
embedding_lookup.cc
update copyright information
2023-01-20 12:49:48 +08:00
embedding_lookup_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
erf.cc
update copyright information
2023-01-20 12:49:48 +08:00
erf_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
fullyconnected.cc
update copyright information
2023-01-20 12:49:48 +08:00
fullyconnected_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
gather.cc
update copyright information
2023-01-20 12:49:48 +08:00
gather_elements.cc
update copyright information
2023-01-20 12:49:48 +08:00
gather_elements_test.cc
Added case for gather ( #599 )
2023-06-26 09:15:08 +08:00
gather_test.cc
Added case for gather ( #599 )
2023-06-26 09:15:08 +08:00
gathernd.cc
update copyright information
2023-01-20 12:49:48 +08:00
groupedconv1d.cc
update copyright information
2023-01-20 12:49:48 +08:00
groupedconv1d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
groupedconv2d.cc
Fixed grouped_conv2d layout infer & Added cases
2023-01-20 15:28:21 +08:00
groupedconv2d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
grucell.cc
Refine UnidirectionalGRU and GRUCell ( #587 )
2023-05-15 16:44:51 +08:00
grucell_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
hashtable_lookup.cc
update copyright information
2023-01-20 12:49:48 +08:00
hashtable_lookup_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
instancenormalization.cc
fixed instance norm bug & add its layoutinfer ( #593 )
2023-05-31 12:55:42 +08:00
instancenormalization_test.cc
fixed instance norm bug & add its layoutinfer ( #593 )
2023-05-31 12:55:42 +08:00
l2normalization.cc
update copyright information
2023-01-20 12:49:48 +08:00
l2normalization_test.cc
Fixed l2normalization layout infer bug ( #570 )
2023-03-27 15:00:25 +08:00
layernormalization.cc
Added axis support for layernorm ( #602 )
2023-06-15 21:45:46 +08:00
layernormalization_test.cc
Added axis support for layernorm ( #602 )
2023-06-15 21:45:46 +08:00
localresponsenormalization.cc
update copyright information
2023-01-20 12:49:48 +08:00
localresponsenormalization_test.cc
fix size compute bug in lrn ( #626 )
2023-08-07 13:20:35 +08:00
logical.cc
update copyright information
2023-01-20 12:49:48 +08:00
logsoftmax.cc
update copyright information
2023-01-20 12:49:48 +08:00
logsoftmax_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
matmul.cc
update copyright information
2023-01-20 12:49:48 +08:00
matmul_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
max_pool3d.cc
update copyright information
2023-01-20 12:49:48 +08:00
max_pool3d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
max_pool_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
maxpoolgrad.cc
Integrate api trace into tim-vx source as an experimental feature. ( #623 )
2023-07-19 18:40:48 +08:00
maxpoolgrad_test.cc
Fixed the IOtensor order difference between src_graph and infer_graph
2023-03-21 09:21:15 +08:00
maxpoolwithargmax.cc
update copyright information
2023-01-20 12:49:48 +08:00
maxpoolwithargmax2.cc
update copyright information
2023-01-20 12:49:48 +08:00
maxpoolwithargmax2_test.cc
Fixed the IOtensor order difference between src_graph and infer_graph
2023-03-21 09:21:15 +08:00
maxpoolwithargmax_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
maxunpool2d.cc
update copyright information
2023-01-20 12:49:48 +08:00
maxunpool2d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
mements.cc
update copyright information
2023-01-20 12:49:48 +08:00
mod.cc
update copyright information
2023-01-20 12:49:48 +08:00
mod_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
moments_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
nbg.cc
update copyright information
2023-01-20 12:49:48 +08:00
onehot.cc
update copyright information
2023-01-20 12:49:48 +08:00
onehot_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
pad.cc
update copyright information
2023-01-20 12:49:48 +08:00
pad_test.cc
Fixed bug for pad test ( #588 )
2023-05-20 16:56:00 +08:00
pad_v2.cc
update copyright information
2023-01-20 12:49:48 +08:00
pool1d.cc
update copyright information
2023-01-20 12:49:48 +08:00
pool2d.cc
update copyright information
2023-01-20 12:49:48 +08:00
reduce.cc
update copyright information
2023-01-20 12:49:48 +08:00
reduce_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
relational_operations.cc
update copyright information
2023-01-20 12:49:48 +08:00
relational_operations_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
reorg.cc
update copyright information
2023-01-20 12:49:48 +08:00
reorg_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
reshape.cc
update copyright information
2023-01-20 12:49:48 +08:00
reshape_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
resize.cc
update copyright information
2023-01-20 12:49:48 +08:00
resize1d.cc
update copyright information
2023-01-20 12:49:48 +08:00
resize1d_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
reverse.cc
update copyright information
2023-01-20 12:49:48 +08:00
rnn_cell.cc
update copyright information
2023-01-20 12:49:48 +08:00
rnn_cell_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
roi_align.cc
Added roi_align layoutinfer & cases ( #615 )
2023-07-08 23:39:56 +08:00
roi_align_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
roi_pool.cc
Added roi_align layoutinfer & cases ( #615 )
2023-07-08 23:39:56 +08:00
roi_pool_test.cc
Added roi_align layoutinfer & cases ( #615 )
2023-07-08 23:39:56 +08:00
scatternd.cc
update copyright information
2023-01-20 12:49:48 +08:00
scatternd_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
select.cc
update copyright information
2023-01-20 12:49:48 +08:00
shuffle_channel.cc
update copyright information
2023-01-20 12:49:48 +08:00
shuffle_channel_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
signal_frame.cc
update copyright information
2023-01-20 12:49:48 +08:00
signal_frame_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
simple_operations.cc
update copyright information
2023-01-20 12:49:48 +08:00
simple_operations_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
slice.cc
update copyright information
2023-01-20 12:49:48 +08:00
slice_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
softmax.cc
update copyright information
2023-01-20 12:49:48 +08:00
softmax_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
space2batch.cc
update copyright information
2023-01-20 12:49:48 +08:00
space2batch_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
space2depth.cc
update copyright information
2023-01-20 12:49:48 +08:00
spatial_transformer.cc
update copyright information
2023-01-20 12:49:48 +08:00
spatial_transformer_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
split.cc
update copyright information
2023-01-20 12:49:48 +08:00
squeeze.cc
update copyright information
2023-01-20 12:49:48 +08:00
stack.cc
update copyright information
2023-01-20 12:49:48 +08:00
stack_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
stridedslice.cc
Added new_axis_mask param for stridedslice ( #600 )
2023-06-25 09:24:41 +08:00
stridedslice_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
svdf.cc
update copyright information
2023-01-20 12:49:48 +08:00
svdf_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
tile.cc
update copyright information
2023-01-20 12:49:48 +08:00
tile_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
tiny_yolov4_postprocess.cc
optimization for tiny_yolov4 ( #591 )
2023-05-23 14:28:47 +08:00
topk.cc
Added axis param for TopK ( #610 )
2023-07-12 09:54:07 +08:00
topk_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
transpose.cc
update copyright information
2023-01-20 12:49:48 +08:00
transposeConv_test.cc
Refactor CMake build system ( #184 )
2021-10-12 10:44:49 +08:00
transpose_test.cc
added transpose_test from https://github.com/VeriSilicon/TIM-VX/issues/429
2022-10-08 14:47:07 +08:00
unidirectional_sequence_gru.cc
Refine UnidirectionalGRU and GRUCell ( #587 )
2023-05-15 16:44:51 +08:00
unidirectional_sequence_gru_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_lstm.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_lstm_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_rnn.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_rnn_ext.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_rnn_ext_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
unidirectional_sequence_rnn_test.cc
update copyright information
2023-01-20 12:49:48 +08:00
unstack.cc
update copyright information
2023-01-20 12:49:48 +08:00
unstack_test.cc
update copyright information
2023-01-20 12:49:48 +08:00