..
abc.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
abs.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
acos.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
adaptive_avg_pool.in.cpp
Add adaptive pool reference implementation ( #6317 )
2021-07-05 08:36:27 +03:00
adaptive_max_pool.in.cpp
Add adaptive pool reference implementation ( #6317 )
2021-07-05 08:36:27 +03:00
add.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
aliased_output.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
api.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
asin.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
asinh.in.cpp
Tq/revise asinh ( #6498 )
2021-07-08 07:18:09 +03:00
atan.in.cpp
revise atan op ( #6288 )
2021-07-06 09:45:18 +03:00
atanh.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
auto_broadcast.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
avg_pool.in.cpp
Fix Max and Average Pooling op behavior with ceil rounding ( #5204 )
2021-04-29 06:58:03 +03:00
batch_norm.in.cpp
Revise BatchNormInference Reference Implementation ( #5468 )
2021-05-12 13:47:50 +03:00
batch_to_space.in.cpp
Enable lower input rank for BatchToSpace operation by fallback ( #6553 )
2021-07-08 07:47:01 +03:00
binary_convolution.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
broadcast.in.cpp
Fix broadcast with BroadcastType::NONE and unit dimensions ( #5093 )
2021-04-12 13:06:29 +03:00
bucketize.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
builder_reduce_ops_opset1.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
ceiling.in.cpp
Revise ceiling ( #6124 )
2021-06-18 05:50:02 +03:00
clamp.in.cpp
Revise Clamp reference implementation ( #4813 )
2021-03-29 22:53:34 +03:00
comparison.in.cpp
Revise less equal ( #6720 )
2021-08-04 03:18:25 +03:00
concat.in.cpp
Migrated nGraph tests to common gtest ( #6314 )
2021-06-24 02:52:04 +03:00
constant.in.cpp
Constant op backend test and fix for memory size calculation ( #5231 )
2021-04-19 09:30:54 +03:00
convolution.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
convolution_backprop.in.cpp
Ref implementation transposed convolution revise ( #4999 )
2021-06-14 13:28:32 +02:00
cos.in.cpp
Revise cos ( #6429 )
2021-06-30 18:46:11 +03:00
cosh.in.cpp
Cosh revise. ( #6516 )
2021-07-08 09:03:59 +03:00
ctc_greedy_decoder.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
ctc_greedy_decoder_seq_len.in.cpp
Handle 3rd optional input in CTCGreedyDecoderSeqLen evaluate ( #5669 )
2021-05-24 12:24:46 +03:00
cum_sum.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
deformable_convolution.in.cpp
Deformable convolution ( #4312 )
2021-04-19 14:12:09 +03:00
deformable_convolution_opset8.in.cpp
DeformableConv v8: reference implementation ( #6514 )
2021-07-19 06:15:34 +03:00
deformable_psroi_pooling.in.cpp
DeformablePSROIPoolig reference implementation ( #5116 )
2021-05-13 07:44:57 +03:00
depth_to_space.in.cpp
DepthToSpace - revise reference implementation ( #6210 )
2021-06-28 07:54:16 +03:00
detection_output.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
dft.in.cpp
Add proper signal_size handling for reference nGraph implementation for operations DFT and IDFT ( #5610 )
2021-05-20 17:57:39 +03:00
divide.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
dyn_reshape.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
dynamic.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
elu.in.cpp
move elu unit-tests from fused_op.in.cpp to elu.in.cpp ( #5512 )
2021-05-11 08:47:42 +03:00
exp.in.cpp
Fix IE_CPU.exp_* nGraph UT on Mac ( #5796 )
2021-05-28 08:36:51 +03:00
experimental_detectron_detection_output.in.cpp
Implement reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput", "ExperimentalDetectronPriorGridGenerator" ( #4004 )
2021-05-27 15:17:09 +03:00
experimental_detectron_generate_proposals.in.cpp
Implement reference nGraph implementation for operation ExperimentalDetectronGenerateProposalsSingleImage ( #5881 )
2021-07-01 14:42:51 +03:00
experimental_detectron_prior_grid.in.cpp
Implement reference nGraph implementation for operations "ExperimentalDetectronDetectionOutput", "ExperimentalDetectronPriorGridGenerator" ( #4004 )
2021-05-27 15:17:09 +03:00
experimental_detectron_topk_rois.in.cpp
Implement reference nGraph implementation for the operation "ExperimentalDetectronTopKROIs" ( #5675 )
2021-05-26 17:49:33 +03:00
fake_quantize.in.cpp
FakeQuantize - reference implementation refactor ( #6478 )
2021-07-19 12:20:54 +03:00
floor.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
floor_mod.in.cpp
Revise floor mod ( #5058 )
2021-04-21 11:33:48 +03:00
function_name.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
fused_op.in.cpp
FakeQuantize - reference implementation refactor ( #6478 )
2021-07-19 12:20:54 +03:00
gather.in.cpp
[nG] Gather-7 update for negative batch_dims ( #5522 )
2021-05-14 10:31:36 +03:00
gather_elements.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
gather_nd.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
gelu.in.cpp
Revise gelu ( #5327 )
2021-05-14 07:39:48 +03:00
group_convolution.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
group_convolution_backprop_data.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
hard_sigmoid.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
idft.in.cpp
Add proper signal_size handling for reference nGraph implementation for operations DFT and IDFT ( #5610 )
2021-05-20 17:57:39 +03:00
interpolate.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
layer_norm.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
log.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
log_softmax.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
logical_not.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
logical_or.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
logical_xor.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
lrn.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
matmul.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
matrix_nms.in.cpp
Reference implementations for MulticlassNms and MatrixNms ops ( #6264 )
2021-07-07 11:19:49 +03:00
max_pool.in.cpp
Fix Max and Average Pooling op behavior with ceil rounding ( #5204 )
2021-04-29 06:58:03 +03:00
maximum.in.cpp
Revise maximum ( #5086 )
2021-04-21 11:34:03 +03:00
minimum.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
mish.in.cpp
Revise Mish op ( #6009 )
2021-06-28 06:59:25 +03:00
mod.in.cpp
Revise mod ( #5060 )
2021-04-03 19:07:01 +03:00
multiclass_nms.in.cpp
Reference implementations for MulticlassNms and MatrixNms ops ( #6264 )
2021-07-07 11:19:49 +03:00
multiple_backends.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
multiple_result.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
multiply.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
negative.in.cpp
Revise negative ( #5955 )
2021-06-22 09:44:31 +03:00
node_name.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
non_max_suppression.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
non_zero.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
normalize_l2.in.cpp
NormalizeL2 - reference implementation revision ( #6349 )
2021-07-12 16:28:24 +03:00
numeric.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
one_hot.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
pad.in.cpp
Migrated nGraph tests to common gtest ( #6314 )
2021-06-24 02:52:04 +03:00
parameter_as_output.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
partial_slice.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
power.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
prelu.in.cpp
PRelu reference implementation and ReshapePRelu transformation alignment ( #5915 )
2021-06-08 06:51:41 +03:00
prior_box.in.cpp
Revise PriorBox op ( #6363 )
2021-07-05 13:34:09 +03:00
prior_box_clustered.in.cpp
Revise PriorBoxClustered Op ( #6525 )
2021-07-15 07:27:51 +03:00
proposal.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
psroi_pooling.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
quantize_dequantize.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
range.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
recurrent_cells.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
reduce_l1.in.cpp
Revise Reference Implementations ReduceLp operations ( #6065 )
2021-06-15 07:18:57 +03:00
reduce_l2.in.cpp
Revise Reference Implementations ReduceLp operations ( #6065 )
2021-06-15 07:18:57 +03:00
reduce_max.in.cpp
Revise reference implementation for ReduceMax operation ( #5792 )
2021-06-15 16:12:12 +03:00
reduce_mean.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
reduce_min.in.cpp
Revise reference implementation for ReduceMin operation ( #5797 )
2021-06-16 09:01:57 +03:00
reduce_prod.in.cpp
Revise reference implementation for ReduceProd operation ( #5774 )
2021-06-14 11:29:33 +02:00
reduce_sum.in.cpp
Minimized usage of `IE_MAIN_SOURCE_DIR` ( #6422 )
2021-06-30 18:15:41 +03:00
region_yolo.in.cpp
[CPU] Fix RegionYolo (v3) node and Ngraph reference implementations ( #5748 )
2021-05-26 11:44:36 +03:00
relu.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
reorg_yolo.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
reshape.in.cpp
Minimized usage of `IE_MAIN_SOURCE_DIR` ( #6422 )
2021-06-30 18:15:41 +03:00
result.in.cpp
Revise Result Op ( #5637 )
2021-05-25 07:06:04 +03:00
reverse.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
reverse_sequence.in.cpp
Fixed typo in length ( #5611 )
2021-05-13 07:52:55 +03:00
roll.in.cpp
Roll reference implementation ( #4947 )
2021-04-02 14:12:37 +03:00
round.in.cpp
Revise Round operation reference implementation ( #6287 )
2021-06-22 11:05:26 +03:00
scatter_nd_update.in.cpp
add backend tests for ScatterNdUpdate ( #4963 )
2021-03-31 09:07:31 +02:00
selu.in.cpp
Revise selu ( #5513 )
2021-06-11 18:01:52 +03:00
shape_of.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
shuffle_channels.in.cpp
ShuffleChannels ng op and reference implementation revision ( #5764 )
2021-06-15 07:04:06 +03:00
sigmoid.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
sin.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
sinh.in.cpp
Revise sinh ( #6432 )
2021-07-05 10:11:02 +03:00
slice.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
softmax.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
softplus.in.cpp
Revise SoftPlus operation reference implementation 37559 ( #5938 )
2021-06-22 10:04:11 +03:00
space_to_batch.in.cpp
Revise space_to_batch ( #6034 )
2021-06-14 12:18:22 +02:00
space_to_depth.in.cpp
Space to depth - refactor reference implementation ( #6374 )
2021-07-05 09:00:49 +03:00
split.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
sqrt.in.cpp
Revision of Sqrt op and reference implementation ( #5446 )
2021-04-30 16:53:14 +03:00
squared_difference.in.cpp
Revise squared difference ( #5091 )
2021-04-16 06:49:27 +03:00
squeeze.in.cpp
Squeeze operator class refactoring ( #5065 )
2021-04-20 08:01:48 +03:00
strided_slice.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
subtract.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
swish.in.cpp
Revise swish ( #5983 )
2021-06-23 10:50:52 +03:00
tanh.in.cpp
update tanh reference implementation ( #5478 )
2021-05-11 08:53:08 +03:00
tile.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
topk.in.cpp
Migrated nGraph tests to common gtest ( #6314 )
2021-06-24 02:52:04 +03:00
transpose.in.cpp
Transpose ngraph op and reference implementation revision ( #5315 )
2021-04-29 06:58:37 +03:00
unhandled_op.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
unsqueeze.in.cpp
Revise Unsqueeze op - tests ( #5579 )
2021-05-14 07:44:48 +03:00
validate_call.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
variadic_split.in.cpp
VariadicSplit revision ( #6106 )
2021-06-17 08:47:35 +03:00
zero_sized.in.cpp
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00