platform/core/ml/nnfw.git
2018-11-23 Vishal Keshav... Defined CUSTOM pack operation (#3648)
2018-11-23 Shubham Gupta... Correction in pad_quant gtest (#3680)
2018-11-23 오형석/동작제어Lab... Revise coverage build and report script (#3661)
2018-11-23 이한종/동작제어Lab... [neurun] Extend Op.lst macro (#3681)
2018-11-23 Дилшоджон Умронхонов... [neurun] Add remove() for operand::Set and operation...
2018-11-22 김수진/동작제어Lab... [neurun] Introduce internal TensorInfo class (#3674)
2018-11-22 오형석/동작제어Lab... Move Plan and related codes into compiler (#3676)
2018-11-22 김수진/동작제어Lab... [neurun] Introduce internal IFunction class (#3672)
2018-11-22 오형석/동작제어Lab... Support generate rootfs for target os ubuntu 18.04...
2018-11-22 Vishal Keshav... Fixed unpack node inputs (#3639)
2018-11-22 오형석/동작제어Lab... Move BackendResolver into compiler (#3671)
2018-11-22 이한종/동작제어Lab... [neurun] Rename operation Node files (#3668)
2018-11-22 오형석/동작제어Lab... Move ConstantInitializer into compiler (#3670)
2018-11-22 Shubham Gupta... Introduce an enum class declaration for logical operati...
2018-11-22 이춘석/동작제어Lab... Update nnfw's register.cc to v1.12.0 (#3607)
2018-11-22 이한종/동작제어Lab... [neurun] Remove NOP node (#3665)
2018-11-22 Дилшоджон Умронхонов... [neurun] Define PermutationEliminationPass class (...
2018-11-22 장지섭/동작제어Lab... Implement unified CL Kernel of Reduce operations into...
2018-11-22 Shubham Gupta... Remove transpose gtests from skiplist (#3471)
2018-11-21 오형석/동작제어Lab... Move PlanBuilder into compiler (#3667)
2018-11-21 오형석/동작제어Lab... Move SubTensorInfo into compiler (#3666)
2018-11-21 Vishal Keshav... Added defenition for CUSTOM unpack ops (#3650)
2018-11-21 오형석/동작제어Lab... Move OperationValidator into compiler (#3662)
2018-11-21 이한종/동작제어Lab... [neurun] Graph holds Model as pointer (#3663)
2018-11-21 오형석/동작제어Lab... Merge middleend into compiler directory (#3658)
2018-11-21 Shubham Gupta... Removing unused variables and rearranging by name in...
2018-11-21 오형석/동작제어Lab... Introduce Compiler class (#3632)
2018-11-21 Vishal Keshav... Added generated test data for CUSTOM unpack ops (#3638)
2018-11-21 Shubham Gupta... Introduce LOGICAL_OR_EX in NeuralNetworksEx.h (#3618)
2018-11-20 오형석/동작제어Lab... Generate text file to save build path depth in coverage...
2018-11-20 오형석/동작제어Lab... Fix comment for argmax_ex in NeuralNetworksEx.h (#3606)
2018-11-20 TANUJ TEKRIWAL... NeuralNetworkEx code cleanup (#3649)
2018-11-20 Дилшоджон Умронхонов... [neurun] Fix TensorBuilder to add subtensors to Plan...
2018-11-20 Prasanna R... Introduce LOGICAL_AND_EX in NeuralNetworksEx.h (#3563)
2018-11-20 TANUJ TEKRIWAL... Added Generic test file for RSQRT_EX (#3297)
2018-11-20 윤지영/동작제어Lab... Pass all arguments in summarize_tflite tool (#3646)
2018-11-20 윤지영/동작제어Lab... Fix non-string passed to CreateString issue in tfltool...
2018-11-20 이한종/동작제어Lab... [neurun] Rename Planner as OperationValidator (#3582)
2018-11-20 Shubham Gupta... Add gtest to test for quant8 input for Pad op (#3620)
2018-11-20 Prasanna R... Add GTests for SQRT op (#3608)
2018-11-20 Shubham Gupta... Removing unnecessary included header files in NENormali...
2018-11-20 Shubham Gupta... Introduce LogicalOr op in runtime (#3622)
2018-11-20 Shubham Gupta... Correcting the comments in equal and notequal cl (...
2018-11-20 Shubham Gupta... Removing unnecessary headers included in clfiles of...
2018-11-20 Shubham Gupta... Correction in Error checking conditions and namespace...
2018-11-20 Devansh Bansal... Minor changes in TransposeConv op (#3619)
2018-11-20 Дилшоджон Умронхонов... Introducing LogicalNot op in NeuralNetworksEx (#3598)
2018-11-20 김용섭/동작제어Lab... [model_parser] Fix wrong printing type of tensor (...
2018-11-19 PRAVEEN DORESWAMY... Nnapi delegate for ArgMax (#3558)
2018-11-19 PRAVEEN DORESWAMY... Add generated test for ARG_MAX (#3554)
2018-11-19 장지섭/동작제어Lab... Apply CL Kernel of Embedding_Lookup to PACL (#3616)
2018-11-19 Shubham Gupta... Add gtest to test Transpose op for Tensors with rank...
2018-11-19 윤현식/동작제어Lab... [model_parser] Prints optons for Depthwise_Conv_2D...
2018-11-19 오형석/동작제어Lab... [model parser] Fix parsing bug when operator don't...
2018-11-19 장지섭/동작제어Lab... Change SimpleSpaceToBatchND's inputs to arm_compute...
2018-11-16 윤지영/동작제어Lab... Add freeze_graph script into tflkit (#3556)
2018-11-16 Prasanna R... Add GTest for testing the enabled Broadcast of EqualEx...
2018-11-16 Devansh Bansal... Implementation of TransposeConv op in PACL for CPU...
2018-11-16 장지섭/동작제어Lab... Implement CL kernel of EmbeddingLookup (#3489)
2018-11-16 Дилшоджон Умронхонов... Introducing LogicalNot op in pure_arm_compute runtime...
2018-11-16 PRAVEEN DORESWAMY... Pack generated test update (#3557)
2018-11-16 오형석/동작제어Lab... Revise x86 build script (#3604)
2018-11-15 윤지영/동작제어Lab... Add transform_graph script into tflkit (#3545)
2018-11-15 오형석/동작제어Lab... [tfltool] Update option parsing in select operator...
2018-11-15 이한종/동작제어Lab... [neurun] Remove IPlanBuilder::addShapeConstr (#3591)
2018-11-15 이한종/동작제어Lab... [neurun] DotDumper shows model outputs (#3590)
2018-11-15 오형석/동작제어Lab... [tfltool] Update tflite schema API version (#3581)
2018-11-15 오형석/동작제어Lab... Support docker run as non-root user (#3592)
2018-11-15 이한종/동작제어Lab... [neurun] Introduce Model class (#3586)
2018-11-15 김용섭/동작제어Lab... [model_parser] Supports printing specific tensors and...
2018-11-15 Siva Sai Vaddipati... Implementing NotEqual op in runtime (#3515)
2018-11-14 Shubham Gupta... Removing TODO for mul (#3363)
2018-11-14 Shubham Gupta... Add Pad gtests to test padding across any dimention...
2018-11-14 오형석/동작제어Lab... Add comment for argmax_ex (#3576)
2018-11-14 김용섭/동작제어Lab... [neurun] Remove NDEBUG in planTensors (#3579)
2018-11-14 Prasanna R... Define TENSORFLOW_SUM in NeuralNetworksEx.h (#3578)
2018-11-14 이한종/동작제어Lab... [neurun] Refine DAGChecker implementation (#3538)
2018-11-14 Shubham Gupta... Add gtest for mul op to test 4D tensors (#3452)
2018-11-14 윤현식/동작제어Lab... [model_parser] Print options of Conv2D, AvgPool2D,...
2018-11-14 Prasanna R... Add missing comments in NodeVisitor.h (#3575)
2018-11-14 Prasanna R... Implement SQRT op in PACL (#3418)
2018-11-14 윤지영/동작제어Lab... Add optimize_for_inference script into tflkit (#3546)
2018-11-13 Prasanna R... Add NNAPI delegation for SQRT_EX (#3422)
2018-11-13 이한종/동작제어Lab... [neurun] Remove Planner implementation (#3560)
2018-11-13 Prasanna R... Mismatch in generated test files for NOT_EQUAL_EX ...
2018-11-13 윤지영/동작제어Lab... Add tflite_convert scripts into tflkit (#3544)
2018-11-13 이한종/동작제어Lab... [neurun] Add const iterate method to Linear (#3547)
2018-11-12 이한종/동작제어Lab... [neurun] Revise IStageGenerator (#3536)
2018-11-12 오형석/동작제어Lab... Use pre-built acl by environment variable (#3533)
2018-11-09 Siva Sai Vaddipati... Adding testcases for NotEqual Op (#3516)
2018-11-09 오형석/동작제어Lab... Configure parallel execution job count (#3531)
2018-11-09 윤지영/동작제어Lab... Create tflkit directory (#3438)
2018-11-09 이한종/동작제어Lab... [neurun] Default implementation for NodeVisitor (#3530)
2018-11-08 오형석/동작제어Lab... Enable concat elimination on acl backend (#3528)
2018-11-08 이한종/동작제어Lab... [neurun] Remove IInitializerGenerator (#3525)
2018-11-08 오형석/동작제어Lab... Add comment for tensorflow_max_ex (#3526)
2018-11-08 오형석/동작제어Lab... Fix typo in nnapi delegate (#3527)
2018-11-08 김용섭/동작제어Lab... [neurun] Apply IMemoryPlanner to backend/cpu (#3517)
2018-11-08 오형석/동작제어Lab... Update tensorflow to v1.12 (#3486)
2018-11-08 오형석/동작제어Lab... Register subtensor info to tensor builder (#3519)
next