| .. |
|
test_addn_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-29 12:01:04 +08:00 |
|
test_argmax_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
|
test_arithmetic_op.py
|
cpu Sub support broadcast shape
|
2020-09-28 15:18:51 +08:00 |
|
test_arithmetic_self_op.py
|
Add CPU kernels: TensorAdd, Sub, Mul, Div
|
2020-09-10 20:45:03 +08:00 |
|
test_assign_add_op.py
|
add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
|
2020-08-20 20:05:04 +08:00 |
|
test_batchnorm_op.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_bias_add.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_bias_add_grad.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_cache_ops.py
|
add cache ops for cpu and aicpu
|
2020-09-28 17:45:25 +08:00 |
|
test_concat_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_conv2d_backprop_filter_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_conv2d_backprop_input_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-29 12:01:04 +08:00 |
|
test_conv2d_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_embedding_look_up_op.py
|
adapt input to attr between cpu and aicpu embeddinglookup
|
2020-08-11 17:21:49 +08:00 |
|
test_equalcount_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
|
test_gather_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-28 09:52:42 +08:00 |
|
test_lstm_op.py
|
LSTM API optimization
|
2020-09-16 22:50:49 +08:00 |
|
test_maxpool_grad_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_maxpool_op.py
|
cell init performance opt
|
2020-09-04 19:52:56 +08:00 |
|
test_momentum_op.py
|
mod_SoftmaxCrossEntropyWithLogits
|
2020-09-03 17:33:20 +08:00 |
|
test_mul_op.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_one_hot_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_reduce_op.py
|
clear warnings
|
2020-09-22 19:43:08 +08:00 |
|
test_relu6_op.py
|
add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
|
2020-08-20 20:05:04 +08:00 |
|
test_relu_grad_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_relu_op.py
|
Fixing some tiny faults about Pylint in my code(ops)
|
2020-05-25 21:27:45 +08:00 |
|
test_scatter_nd_update_op.py
|
thread pool
|
2020-10-12 09:12:16 +08:00 |
|
test_slice_grad_op.py
|
optim pylint
|
2020-08-31 14:49:57 +08:00 |
|
test_slice_op.py
|
fix cpu slice
|
2020-10-09 17:26:12 +08:00 |
|
test_softmax_cross_entropy_with_logits_op.py
|
add reduce and softmax_cross_entropy_with_logits
|
2020-06-19 21:37:43 +08:00 |
|
test_softmax_op.py
|
fix softmax
|
2020-09-27 09:53:27 +08:00 |
|
test_softmax_with_cross_entropy_op.py
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
|
test_sparse_apply_adam_op.py
|
modify_bug
|
2020-09-09 18:20:32 +08:00 |
|
test_sparse_apply_ftrl_op.py
|
modify_bug
|
2020-09-09 18:20:32 +08:00 |
|
test_sparse_apply_proximal_adagrad_op.py
|
modify_bug
|
2020-09-09 18:20:32 +08:00 |
|
test_stridedslice_grad_op.py
|
fix cpu StridedSliceGrad
|
2020-06-02 19:20:15 +08:00 |
|
test_stridedslice_op.py
|
optimize performance
|
2020-06-04 16:20:51 +08:00 |
|
test_tensoradd.py
|
add AddN,AssignAdd,Conv2d,BN,Relu6,TensorAdd CPU operator
|
2020-08-20 20:05:04 +08:00 |
|
test_transpose_op.py
|
clean pylint
|
2020-05-29 23:00:00 +08:00 |
|
test_unique_op.py
|
add Unique cpu kernel
|
2020-08-11 21:36:55 +08:00 |