platform/core/ml/nnfw.git
2018-10-16 김수진/동작제어Lab... [neurun] Support to permute for all other dimensions...
2018-10-16 Vishal Keshav... Introducing PACK_EX operation (#3181)
2018-10-16 Prasanna R... Remove un-necessary header file <iostream> from SimpleN...
2018-10-16 장지섭/동작제어Lab... Fix padding bug of some kernels. (#3161)
2018-10-16 김용섭/동작제어Lab... [neurun] Apply BumpAllocator to TensorBuilder (#3172)
2018-10-16 오형석/동작제어Lab... version update to 0.2 on gbs spec file (#2735) (#3156)
2018-10-16 Prasanna R... Add a generated test for testing broadcast SUB (#3144)
2018-10-16 이상규/동작제어Lab... Fix CRLF to LF in Abs.cpp (#3175)
2018-10-16 오형석/동작제어Lab... [cherry-pick] Remove debug files in package (#2778...
2018-10-16 오형석/동작제어Lab... [cherry-pick] Remove unused module on gbs build (#2755...
2018-10-16 이춘석/동작제어Lab... tflite_benchmark custom op on tizen (#3170)
2018-10-16 이한종/동작제어Lab... Add a generated test for broadcast add (#3125)
2018-10-16 윤지영/동작제어Lab... [tfltool] OP selector: Support more operators (#3096)
2018-10-16 김용섭/동작제어Lab... [neurun] Introduce BumpAllocator (#3149)
2018-10-16 PRAVEEN DORESWAMY... [tfltool] OP selection: Add support for L2Norm and...
2018-10-16 TANUJ TEKRIWAL... nnfw: RSQRT PACL Changes for RSQRT Support (#3040)
2018-10-16 박세희/동작제어Lab... Remove old ACL temp files from gitignore (#3115)
2018-10-16 Shubham Gupta... [tftool] OP selector: Support TransposeConv op (#3133)
2018-10-16 윤지영/동작제어Lab... [tfltool] OP selector: Support more operator (#3094)
2018-10-16 이한종/동작제어Lab... [neurun] Fix operation::Concat input assertion (#3164)
2018-10-16 Prasanna R... Remove passed GTest from skiplist (#3165)
2018-10-16 Prasanna R... [tfltool] OP selection: Enable for EqualOptions (#3112)
2018-10-16 Shubham Gupta... Removing function overhead of pow in Squarediff kernel...
2018-10-16 Shubham Gupta... Correction in reduction mean kernel (#3131)
2018-10-16 Shubham Gupta... Offset function not required (#3132)
2018-10-16 오형석/동작제어Lab... Use dlopen for generated test (#3154)
2018-10-16 장지섭/동작제어Lab... Remove duplicated codes from SimpleEmbeddingLookup...
2018-10-16 박세희/동작제어Lab... Add CRLF detect in format-checker (#3162)
2018-10-15 Shubham Gupta... Initialize Objects and other variables (#3129)
2018-10-15 Prasanna R... Remove unnecessary Headerfile <iostream> from op BatchT...
2018-10-15 장지섭/동작제어Lab... Add a function that converts the coordinates of the...
2018-10-15 이한종/동작제어Lab... Convert CRLF line endings to LF (#3148)
2018-10-15 이한종/동작제어Lab... Revert "[neurun] Only one item for codegen operand...
2018-10-15 이한종/동작제어Lab... [neurun] Remove unnecessary header includes (#3142)
2018-10-15 Siva Sai Vaddipati... Add Abs custom op in tflite (#3033)
2018-10-12 PRAVEEN DORESWAMY... Block size assert for space_to_depth (#3087)
2018-10-12 Shubham Gupta... Remove Unsupported Datatye Cases in StridedSlice (...
2018-10-12 장지섭/동작제어Lab... Add missing definition for Cast.h (#3120)
2018-10-12 오형석/동작제어Lab... Change external source code download setting (#3116)
2018-10-12 윤지영/동작제어Lab... Add SimpleNeg to process NEG on CPU (#2979)
2018-10-12 윤현식/동작제어Lab... [contrib] running/synchronizing kernels on two devices...
2018-10-12 이한종/동작제어Lab... Add bash shebang to generate_test.sh (#3102)
2018-10-12 Shubham Gupta... Assert moved:exec to compile time for DepthToSpace...
2018-10-12 Siva Sai Vaddipati... Adding Scale, Overflow policy and Rounding policy to...
2018-10-12 Shubham Gupta... Remove space_to_batch gtest from skiplist armv7l-linux...
2018-10-12 남궁석/동작제어Lab... Enable to check operand status in pureacl (#2438)
2018-10-12 이한종/동작제어Lab... [neurun] Rename IBackendConfig to IConfig (#3098)
2018-10-12 장지섭/동작제어Lab... Seperate functions of Cast.h into the declaration and...
2018-10-11 김수진/동작제어Lab... [neurun] Show other inputs on dot graph (#3078)
2018-10-11 Shubham Gupta... Fix max_pool op to support quant type (#3016)
2018-10-11 Prasanna R... Move TRANSPOSE_CONV_EX case to AddOperationEx in model...
2018-10-11 PRAVEEN DORESWAMY... [neurun] Make codegen impl less verbose (#3084)
2018-10-11 Prasanna R... Add NNAPI Delegation Changes for L2_Normalization op...
2018-10-11 Prasanna R... NNAPI delegation changes for Batch_To_Space_ND op ...
2018-10-11 Shubham Gupta... Remove Unsupported Datatye Cases in SpaceToDepth (...
2018-10-11 Shubham Gupta... Remove S8,U32,S32 dataype cases from DepthToSpace ...
2018-10-11 Shubham Gupta... Add LRN codes in NE-ACL to supp both odd/even val ...
2018-10-11 Shubham Gupta... Fix for avg_pool_quant8_4 Gtest (#3017)
2018-10-11 TANUJ TEKRIWAL... nnfw: RSQRT support for Extended ACL. (#3039)
2018-10-11 Prasanna R... Introduce BATCH_TO_SPACE_ND in runtime. (#3058)
2018-10-11 오형석/동작제어Lab... Remove cmake for acl build (#3092)
2018-10-11 Prasanna R... Add NNAPI_Delegation changes for HashTableLookup op...
2018-10-10 Siva Sai Vaddipati... Introduce Custom(Abs) op in runtime (#3035)
2018-10-10 윤현식/동작제어Lab... [PureACL] remove unused code (tanh activation code...
2018-10-10 Siva Sai Vaddipati... Updating skiplist for HashtableLookup (#2907)
2018-10-10 김수진/동작제어Lab... [neurun] Fix condition typo in lowering (#3071)
2018-10-10 김수진/동작제어Lab... [neurun] Remove dot dump env verbose (#3073)
2018-10-10 윤현식/동작제어Lab... Fix wrong return of EnvVar::asBool (#3075)
2018-10-10 이한종/동작제어Lab... [neurun] Combine generateWeight and generateBias (...
2018-10-10 Prasanna R... Add CL Kernels for SquaredDifference op. (#3037)
2018-10-10 이한종/동작제어Lab... [neurun] Move backend interfaces to interface dir ...
2018-10-10 Shubham Gupta... Setting quantization info to fix bug (#3020)
2018-10-10 Prasanna R... Remove passed Generated Tests from skiplist armv7l...
2018-10-10 Prasanna R... Add Generated Test for Squared Difference op (#3019)
2018-10-10 Shubham Gupta... Included file is not required (#2910)
2018-10-10 Prasanna R... Changes in Generated files of gather gTests (#3045)
2018-10-10 이한종/동작제어Lab... [neurun] Only one item for codegen operand Context...
2018-10-10 Prasanna R... Add NNAPI Delegation and Custom Op for Equal (#2984)
2018-10-10 Shubham Gupta... Remove depth_to_space gtest from skiplist armv7l-linux...
2018-10-10 Shubham Gupta... Implementation of Space_to_BatchND op in PACL (#2854)
2018-10-10 이한종/동작제어Lab... [neurun] Simplify graph dot dumper implementation ...
2018-10-10 Shubham Gupta... Add Apache License (#3005)
2018-10-10 이한종/동작제어Lab... [neurun] Remove unnecessary header includes (#3053)
2018-10-09 이한종/동작제어Lab... [neurun] Update Plan and TensorBuilder role (#3011)
2018-10-08 Prasanna R... Patch bug in ArmComputeEx NEG_Ex (#3018)
2018-10-08 박세희/동작제어Lab... Fix run script (#3024)
2018-10-08 이한종/동작제어Lab... [neurun] Add default ctor for operand::Shape (#3025)
2018-10-08 장지섭/동작제어Lab... Fix a bug of StridedSliceCPU (#3015)
2018-10-08 장지섭/동작제어Lab... Fix a bug of ReduceSum (#3013)
2018-10-08 장지섭/동작제어Lab... Fix a bug of ReduceMax for cpu (#3012)
2018-10-05 김수진/동작제어Lab... [neurun] Implement to run the dot dumper (#2912)
2018-10-05 Prasanna R... Add Apache License to Local Response Normalization...
2018-10-05 Devansh Bansal... Introduce TRANSPOSE_CONV operation on runtime (#2941)
2018-10-05 이한종/동작제어Lab... [neurun] Rewrite the way for addShapeConstr (#2937)
2018-10-05 오형석/동작제어Lab... [tfltool] OP selector: Support more operator (#2975)
2018-10-05 Prasanna R... Change input arguments of SquaredDifference operator...
2018-10-05 Shubham Gupta... Update nnapi_delegation for Space_To_BatchND (#2904)
2018-10-05 Prasanna R... Add generated tests for NEG_EX (#2869)
2018-10-05 Prasanna R... Add Apache License to L2Normalization Op (#2931)
2018-10-04 이한종/동작제어Lab... [neurun] Introduce Enum `Input` for Conv2D (#2943)
next