platform/core/ml/nnfw.git
2018-12-12 오형석/동작제어Lab... Update namespace and ifdef for tflite library (#3968)
2018-12-12 Shubham Gupta... Add missing axises comment (#3979)
2018-12-12 Shubham Gupta... Fix wrong radius of LRN in NENormalization (#3977)
2018-12-12 이춘석/동작제어Lab... Make TestGenerated file for each version (#3975)
2018-12-12 윤지영/동작제어Lab... Support boolean input param in tflite_run (#3958)
2018-12-12 Shubham Gupta... Add gtest to test Exp op for 3D/4D tesnors (#3797)
2018-12-12 Prasanna R... Add CL Kernel calls for LogicalAnd op (#3970)
2018-12-12 Prasanna R... Remove setting of false to apply_dim_correction in...
2018-12-12 Prasanna R... Add GTests to test broadcast of LogicalOR (#3949)
2018-12-12 Prasanna R... Redefine REDUCE_MIN in NeuralNetworkEx.h (#3925)
2018-12-12 Prasanna R... Redefine REDUCE_MIN in NeuralNetworkEx.h (#3926)
2018-12-12 Shubham Gupta... Add gtest to test neg op for int datatype (#3930)
2018-12-12 Shubham Gupta... Correction in GTests of NotEqual_Ex with truth value...
2018-12-11 Prasanna R... Fix Typo in internal/op/* files (#3973)
2018-12-11 이춘석/동작제어Lab... Fix typo on SimpleArgMinMax.cc (#3972)
2018-12-11 윤지영/동작제어Lab... Use TFLiteConverter instead of deprecated API in tensor...
2018-12-11 윤지영/동작제어Lab... Add sample py example for some operator (#3919)
2018-12-11 오형석/동작제어Lab... Update tflite library name in cmake (#3967)
2018-12-11 김수진/동작제어Lab... [neurun] Remove default values in View.h (#3966)
2018-12-11 오형석/동작제어Lab... Update namespace of nnapi library (#3965)
2018-12-10 김수진/동작제어Lab... [neurun] Fix wrong parameter in nchw View.h (#3963)
2018-12-10 오형석/동작제어Lab... Rename libs/util to libs/misc and update cmake (#3962)
2018-12-10 윤지영/동작제어Lab... Resolve inconsistencies in the boolean data values...
2018-12-10 오형석/동작제어Lab... Move libs/support/tflite to libs/tflite (#3920)
2018-12-10 오형석/동작제어Lab... Change nnapi library name and update cmake (#3956)
2018-12-10 Prasanna R... Remove redundant .cl files regarding reduce operations...
2018-12-10 이춘석/동작제어Lab... Update skiplist for tizen (#3953)
2018-12-10 Prasanna R... Add PReLU CL Kernel calls from PACL (#3916)
2018-12-10 Prasanna R... Add 3D 4D Gtests for SquaredDifferenceEx op (#3933)
2018-12-10 Prasanna R... Add GTests for SQRT_EX 3D 4D case (#3934)
2018-12-10 Shubham Gupta... Add validations for Neg op in CLKernel.cpp (#3931)
2018-12-10 Prasanna R... Remove unwanted apache license from RSQRT Gtest (#3937)
2018-12-10 Shubham Gupta... Implement LogicalOr op in PACL (#3944)
2018-12-10 Shubham Gupta... Add gtest to test quant8 datatype for NotEqual Op ...
2018-12-10 Shubham Gupta... Add NNAPI delegation for LOGICAL_OR (#3904)
2018-12-10 Shubham Gupta... Generic EmbeddingLookup kernel to handle tensors upto...
2018-12-10 Shubham Gupta... Defining default constructor in Pack and Unpack layer...
2018-12-10 Shubham Gupta... Generic HashTableLookup kernel to handle tensors upto...
2018-12-10 Shubham Gupta... Add gtest to test Argmax op for tensors of QASYMM8...
2018-12-10 Shubham Gupta... Remove passing gtests from skiplist (#3908)
2018-12-10 Shubham Gupta... Add license comments in SimpleUnpackLayer* (#3905)
2018-12-10 Devansh Bansal... Add gtest for split with negative axis. (#3915)
2018-12-10 이한종/동작제어Lab... Remove generated test cpp (#3921)
2018-12-07 이한종/동작제어Lab... Move Padding module from `internal` to `util`. (#3882)
2018-12-07 Prasanna R... Add NNAPI delegation for LOGICAL_AND (#3903)
2018-12-07 오형석/동작제어Lab... Validation check for addOperation (#3911)
2018-12-07 오형석/동작제어Lab... Add ExtendCMakeFunction module and add_subdirectories...
2018-12-07 Prasanna R... Unify REDUCE_SUM and REDUCE_MAX operation in CL kernel...
2018-12-07 Prasanna R... Add comments to define alpha input in internal/op/PReLU...
2018-12-07 Prasanna R... Change in kernel name for LogicalBinaryOp (#3913)
2018-12-07 Prasanna R... Add PReLU layer in PACL (#3901)
2018-12-07 오형석/동작제어Lab... Move libs/support/nnapi to libs/nnapi (#3895)
2018-12-07 오형석/동작제어Lab... Update namespace and header define for cpp14 library...
2018-12-07 Shubham Gupta... Remove unused headers from Unpack op in internal/layers...
2018-12-07 Prasanna R... Add GTests for PReLU op (#3899)
2018-12-07 Devansh Bansal... Adding assertions in TransposeConv op. (#3887)
2018-12-07 오형석/동작제어Lab... Return error for not finished model compile (#3897)
2018-12-06 오형석/동작제어Lab... Remove template runtime (#3845)
2018-12-06 Vishal Keshav... Implementation of CUSTOM Unpack op (#3669)
2018-12-06 오형석/동작제어Lab... Define GENERATE_FILES for test generation (#3890)
2018-12-06 오형석/동작제어Lab... Move include/nnfw/std (#3892)
2018-12-06 이한종/동작제어Lab... [neurun] Move Swizzle.h to acl backend dir (#3893)
2018-12-06 Дилшоджон Умронхонов... [neurun] Remove backend/cpu dependancy from PermutateSo...
2018-12-06 이춘석/동작제어Lab... Fix wrong radius of LRN cl kernel (#3861)
2018-12-06 Prasanna R... Change the order of Unpack Input parameter in NeuralNet...
2018-12-06 Prasanna R... Redefine PACK_EX in NeuralNetworksEx.h (#3864)
2018-12-06 Дилшоджон Умронхонов... [neurun] Do backends as shared and update BackendManage...
2018-12-06 Shubham Gupta... Remove #failed comment from skiplist (#3878)
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)
next