platform/core/ml/nnfw.git
2018-12-06 Prasanna R... Introduce enum for EQUALITY op. (#3853)
2018-12-06 Prasanna R... Disable nnapi_test of Custom/TensorflowMax (#3850)
2018-12-06 오형석/동작제어Lab... Remove UPDATE_MODULE in makefile (#3891)
2018-12-06 Shubham Gupta... [tfltool] Enable select operator for Pack op (#3817)
2018-12-06 Shubham Gupta... [tfltool] Enable select operator for transpose op ...
2018-12-06 Prasanna R... Add unified CL Kernels for Binary LOGICAL OPS (AND...
2018-12-06 김수진/동작제어Lab... [neurun] Fix wrong ifdef guard in Sink (#3883)
2018-12-06 이한종/동작제어Lab... Generate generated test cpp files on configuration...
2018-12-05 오형석/동작제어Lab... Fix include dir setting in cmake (#3881)
2018-12-05 오형석/동작제어Lab... Fix header files format in libs (#3879)
2018-12-05 Prasanna R... Unify REDUCE_MIN and REDUCE_MAX kernels (#3859)
2018-12-05 Shubham Gupta... Use asPadstrideInfo utility to calc pad values in Trans...
2018-12-05 이한종/동작제어Lab... [neurun] Remove internal/nnapi (#3880)
2018-12-05 오형석/동작제어Lab... Move include/support (#3876)
2018-12-05 Prasanna R... Remove un-necessary header files from Equal CL kernel...
2018-12-05 Prasanna R... Changes in PACK GTest as per specifications in NNAPI...
2018-12-05 오형석/동작제어Lab... Move include/util (#3872)
2018-12-05 이한종/동작제어Lab... [neurun] Remove usage of internal/nnapi/kernel (#3862)
2018-12-05 오형석/동작제어Lab... Change operator TENSORFLOW_SUM name (#3747)
2018-12-05 Devansh Bansal... Correction in gtests for unpack op (#3869)
2018-12-05 Devansh Bansal... Correcting the order of input in unpack op (#3868)
2018-12-05 Shubham Gupta... Remove Mobilenet_quantized gtest from skiplist (#3836)
2018-12-05 Shubham Gupta... Code realignment for namespace to seperate it from...
2018-12-05 오형석/동작제어Lab... Remove deperecated kernel header (#3860)
2018-12-05 Prasanna R... [tfltool] Enable select operator for LogicalNot op...
2018-12-05 Devansh Bansal... Add generatedtests for TransposeConv (#3710)
2018-12-04 Shubham Gupta... Remove space_to_batch_quant gtests from skiplist (...
2018-12-04 Shubham Gupta... Correction in the commnets in gtest filees (#3834)
2018-12-04 Prasanna R... Replace ambiguous comments in Gather GTests (#3832)
2018-12-04 Devansh Bansal... [tfltool] Correction in select operator for ArgMax...
2018-12-04 Prasanna R... Redefining ArgMinMax CPU implementation as SimpleArgMin...
2018-12-04 이한종/동작제어Lab... Update Dockerfile (#3856)
2018-12-04 이한종/동작제어Lab... Revise nnfw.spec for tizen (#3857)
2018-12-04 Prasanna R... Redefine HashTableLookup CPU implementation as SimpleHa...
2018-12-04 오형석/동작제어Lab... [tflkit] Fix bug tflite_convert.sh for version<2 (...
2018-12-04 오형석/동작제어Lab... Revise build flags for contrib (#3855)
2018-12-04 Devansh Bansal... [tfltool] Correction in select operator for RNN op...
2018-12-04 김수진/동작제어Lab... [neurun] Remove backend dependency in View (#3821)
2018-12-04 Prasanna R... Define Gather_Ex op in NeuralNetworkEx.h (#3756)
2018-12-04 Prasanna R... Add nnapi_delegation for PACK n UNPACK (#3787)
2018-12-04 윤지영/동작제어Lab... Update pack input parameters (#3848)
2018-12-04 오형석/동작제어Lab... Remove deprecated contrib directories (#3844)
2018-12-04 이춘석/동작제어Lab... Add nnapi delegates for reduce_xx ops (#3786)
2018-12-04 Prasanna R... Remove Reduce Min GTest from skiplist (#3842)
2018-12-04 윤지영/동작제어Lab... Add tf_classify reference application (#3642)
2018-12-04 Prasanna R... Add CL kernel calls for ReduceMin from PACL. (#3772)
2018-12-04 Prasanna R... Remove EQUAL delegated as custom op in nnapi_delegate...
2018-12-04 오형석/동작제어Lab... Collect optional operand index (#3768)
2018-12-04 오형석/동작제어Lab... Introduce permission checker (#3831)
2018-12-04 Shubham Gupta... Remove unnecessary headers files inclusion (#3839)
2018-12-04 Shubham Gupta... Add license comments to SimplePackLayer* (#3838)
2018-12-04 Shubham Gupta... Remove not req headers from SquarredDiff CL file (...
2018-12-04 Shubham Gupta... Remove not req headers from the layers in internal...
2018-12-04 Shubham Gupta... [tfltool] Enable select operator for LogicalOr op ...
2018-12-04 Shubham Gupta... [tfltool] Enable select operator for NotEqual op (...
2018-12-04 Shubham Gupta... Renaming of Logical_AND op to LogicalAnd (#3800)
2018-12-04 Shubham Gupta... Add gtest to test Neg op for 3D and 4D Tensors (#3796)
2018-12-04 Prasanna R... [tfltool] Enable select operator for ArgMax op (#3813)
2018-12-04 Prasanna R... [tfltool] Enable select operator for LogicalAND op...
2018-12-04 Prasanna R... [tfltool] Enable select operator for Dequantize op...
2018-12-04 Shubham Gupta... [tfltool] Enable select operator for Unpack op (#3820)
2018-12-04 Prasanna R... Redefining input parameters in reduce_operations.cl...
2018-12-04 오형석/동작제어Lab... Remove execution permission for command and configure...
2018-12-04 Prasanna R... Correction in data type supported by neg_tensor.cl...
2018-12-03 오형석/동작제어Lab... [tool] Enable select operator for reduce operators...
2018-12-03 Devansh Bansal... [tfltool] Enable select operator for RNN op (#3825)
2018-12-03 Prasanna R... Add NNAPI delegation to PRELU op (#3807)
2018-12-03 오형석/동작제어Lab... Handle optional input & output on frontend (#3763)
2018-12-03 장지섭/동작제어Lab... Add a generated test for SpaceToBatchND (#3637)
2018-12-03 오형석/동작제어Lab... Initialize and reset for bool type in Diff.cpp (#3777)
2018-12-03 Prasanna R... Remove registraton of EQUAL, RSQRT as custom op. (...
2018-12-03 Prasanna R... Rename topk_v2 gtests to topk_v2_ex (#3765)
2018-12-03 Prasanna R... Rename split Generated test to split_ex (#3766)
2018-12-03 Prasanna R... Renaming Gather GTests to gather_ex (#3767)
2018-12-03 김수진/동작제어Lab... [neurun] Extract Coordinate4D from ParentInfo (#3806)
2018-12-03 Prasanna R... Introduce PReLU op in PACL (#3791)
2018-12-03 오형석/동작제어Lab... Support boolean tensor input and output (#3808)
2018-12-03 Prasanna R... Remove SQRT and RSQRT delegated as CUSTOM OP in nnapi_d...
2018-12-03 오형석/동작제어Lab... Fix typo to path lcov-to-cobertura-xml (#3803)
2018-12-03 Shubham Gupta... Insert LogicalOr case in Model.cc (#3801)
2018-12-03 Prasanna R... Define SPLIT_EX in NeuralNetworkEx.h (#3755)
2018-12-03 Prasanna R... Define TOPK_V2_EX in NeuralNetworkEx.h (#3759)
2018-12-03 Prasanna R... Add nnapi_delegation for Equal and NOT_Equal (#3745)
2018-12-03 Prasanna R... Implement SQRT_EX op in CPU (#3760)
2018-12-03 Prasanna R... Introduce PRELU_EX in NeuralNetworksEx.h (#3769)
2018-12-03 오형석/동작제어Lab... Update generated test files (#3749)
2018-12-03 Shubham Gupta... Add gtest to test Logical_OR_Ex op (#3781)
2018-12-03 Shubham Gupta... Remove Passing mean gtest from skiplist (#3782)
2018-12-03 이춘석/동작제어Lab... Register reduce_xx operator for internal tflite interpr...
2018-12-03 Devansh Bansal... Define TRANSPOSE_CONV_EX in NeuralNetworksEx.h (#3773)
2018-12-03 이한종/동작제어Lab... [neurun] Move Convert to backend/acl_cl (#3778)
2018-11-30 Shubham Gupta... Add Quant8 support to NotEqual CL (#3754)
2018-11-30 오형석/동작제어Lab... Handle boolean for nnapi delegate (#3775)
2018-11-30 Shubham Gupta... Define Abs_Ex op in NeuralNetworksEx.h (#3758)
2018-11-30 오형석/동작제어Lab... Move benchmark into contrib (#3774)
2018-11-30 Prasanna R... Introduce LOGICAL_AND op in runtime (#3564)
2018-11-30 이춘석/동작제어Lab... Add delegate for SQRT and RSQRT (#3742)
2018-11-30 오형석/동작제어Lab... Introduce optional operand set on frontent (#3751)
2018-11-30 김수진/동작제어Lab... [neurun] Replace ITensor to our own (#3739)
2018-11-30 Prasanna R... Implement CL Kernel for ReduceMin op (#3744)
next