1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. remove comment for deep_mnist 2. remove debug code for math test More... over 6 years ago
sounds like run mlp work (draft) More... over 6 years ago
sounds like run mlp work (draft) More... over 6 years ago
1. for bug test More... over 6 years ago
1. for bug test More... over 6 years ago
1. add resize for output ptr in Relu 2. modify to pass mlp test More... over 6 years ago
1. add resize for output ptr in Relu 2. modify to pass mlp test More... over 6 years ago
1. fix the name of DequantizeOp 2. add resize of output ptr in QuantizeV2 More... over 6 years ago
1. fix the name of DequantizeOp 2. add resize of output ptr in QuantizeV2 More... over 6 years ago
fix tensor constructor bug 1. when call tensor constructor, it just create empty shared_ptr 2. init function is responsible for malloc More... over 6 years ago
fix tensor constructor bug 1. when call tensor constructor, it just create empty shared_ptr 2. init function is responsible for malloc More... over 6 years ago
context.add() now support initializer_list More... over 6 years ago
context.add() now support initializer_list More... over 6 years ago
enable tensor tests as it is not dependent on Context More... over 6 years ago
enable tensor tests as it is not dependent on Context More... over 6 years ago
matrix test passing, moved from context tests More... over 6 years ago
matrix test passing, moved from context tests More... over 6 years ago
NnTest passed More... over 6 years ago
NnTest passed More... over 6 years ago
transformation test seems passing More... over 6 years ago
transformation test seems passing More... over 6 years ago
1. add function have different type to mathtest, so make addop have type More... over 6 years ago
1. add function have different type to mathtest, so make addop have type More... over 6 years ago
1. make math op test pass 2. because the argmax and add op have different type in test function, therefore should use template function More... over 6 years ago
1. make math op test pass 2. because the argmax and add op have different type in test function, therefore should use template function More... over 6 years ago
1. make arrayops pass test 2. fix context_test include error More... over 6 years ago
1. make arrayops pass test 2. fix context_test include error More... over 6 years ago
Merge branch 'context_smartptr' into featuretensor_refactor More... over 6 years ago
Merge branch 'context_smartptr' into featuretensor_refactor More... over 6 years ago
1. make copy and copy assignment constructor private 2. add new default constructor 3. extract malloc from predlayer for simplicity More... over 6 years ago