platform/core/ml/nnfw.git
2019-05-29 Андрей Шедько... Front-pad 4dShapes instead of back-pad (#5299)
2019-05-29 오형석/On-Device... [Interpreter] Use cker for interpreter add operation...
2019-05-29 오형석/On-Device... Introduce layout parameter to asFeature and asKernel...
2019-05-28 오형석/On-Device... Resolve param value for average pool at frontend (...
2019-05-28 오형석/On-Device... Resolve stride value for tanspose conv at frontend...
2019-05-28 오형석/On-Device... Resolve param value for maxpool at frontend (#5292)
2019-05-28 이한종/On-Device... Rename files of nnapi wrapper classes (#5291)
2019-05-28 오형석/On-Device... Modify util function in OperationFactory (#5290)
2019-05-28 이한종/On-Device... Rename nnapi wrapper `model.h` (#5284)
2019-05-27 오형석/On-Device... Resolve stride value for convolution at frontend (...
2019-05-27 이한종/On-Device... Revise BackendResolver to be per operation (#5262)
2019-05-27 장지섭/On-Device... Introduce the layout into TensorBuilder (#5233)
2019-05-27 윤지영/On-Device... [tflitefile_tool] Fix depthwise typo in config_saver...
2019-05-27 Сергей Баранников... Overload cpp14::make_unique to support arrays (#5268)
2019-05-24 오형석/On-Device... Introduce alias feature shape (#5273)
2019-05-24 오형석/On-Device... [Interpreter] Introduce kernel registration structure...
2019-05-24 오형석/On-Device... Rename snake case padding util function (#5271)
2019-05-24 오형석/On-Device... [Interpreter] Introduce buffer allocator and deallocato...
2019-05-24 오형석/On-Device... Fix remove file name in ExecTime unittest (#5264)
2019-05-24 오형석/On-Device... Prepare to use Stride struct in operation param (#5261)
2019-05-24 Павел Ильютченко... New schema_generated.h file in tflite_loader (#5228)
2019-05-24 박종현/On-Device... Use rua-shim in T/F Lite delegate (#5263)
2019-05-24 Ivan Vagin... Fixed 'how to test manually' document (#5251)
2019-05-23 오형석/On-Device... Use padding util function for transpose convolution...
2019-05-23 박종현/On-Device... [RUA] Update CMake target name & ifdef guard (#5255)
2019-05-23 오형석/On-Device... Add interpreter unittest using buffer (#5221)
2019-05-22 Ivan Vagin... [tflite_run] Support input from file (#5204)
2019-05-22 오형석/On-Device... Revise padding parameter resolution (#5248)
2019-05-22 오형석/On-Device... Remove const keyword for int32_t return (#5249)
2019-05-22 Андрей Шедько... Fix backend pointers in ExecTime (#5241)
2019-05-22 박종현/On-Device... [RUA] Introduce Anchor & Shim module (#5243)
2019-05-22 이한종/On-Device... Extract ExecutorFactory as a separate class (#5236)
2019-05-22 오형석/On-Device... Revise padding parameter setting for depthwise convolut...
2019-05-21 박종현/On-Device... [RUA] Introduce Dynamic Binder (#5230)
2019-05-21 Ivan Vagin... Added 'how to test manually' document (#5205)
2019-05-21 Андрей Шедько... Introduce Execution Time structure (#5162)
2019-05-21 이한종/On-Device... Rename Worker to WorkQueue (ParallelScheduler) (#5232)
2019-05-21 오형석/On-Device... Include cmake ExternalProjectTools before using (#5231)
2019-05-21 오형석/On-Device... Merge explicit padding structure (#5229)
2019-05-21 박종현/On-Device... Introduce RUA library (#5227)
2019-05-21 Андрей Шедько... FileIO for Execution Time (#5226)
2019-05-21 오형석/On-Device... Update doxygen config for main page (#5220)
2019-05-21 장지섭/On-Device... Introduce the layout into Subgraph (#5222)
2019-05-20 오형석/On-Device... Add const keyword for interpreter tensor accessor ...
2019-05-20 장지섭/On-Device... Support RNN operation (#5214)
2019-05-20 오형석/On-Device... Move operation kernel call (#5217)
2019-05-20 오형석/On-Device... Fix typo in depthwise convolution node (#5216)
2019-05-20 장지섭/On-Device... Remove backend layout (#5176)
2019-05-20 오형석/On-Device... Introduce doxygen command (#5213)
2019-05-20 오형석/On-Device... Package dependency for peachpy (#5201)
2019-05-17 오형석/On-Device... [cker] Depthwise conv quant8 type (#5195)
2019-05-17 이한종/On-Device... Enable ParallelExecutor (#5202)
2019-05-17 오형석/On-Device... [cker] Elementwise add kernel (#5203)
2019-05-17 오형석/On-Device... Introduce padding struct (#5210)
2019-05-17 오형석/On-Device... Rename padding type enum class (#5209)
2019-05-17 오형석/On-Device... Fix dumper bug (#5207)
2019-05-16 오형석/On-Device... Remove nnpack installation (#5193)
2019-05-16 장지섭/On-Device... [ACLEx] Introduce CLRNNLayerEx (#5196)
2019-05-16 박종현/On-Device... Remove NNAPI Shim include from NNAPI Delegate header...
2019-05-16 오형석/On-Device... Use template for actvation calculation (#5198)
2019-05-16 장지섭/On-Device... Fix PermuteLayer (#5188)
2019-05-15 장지섭/On-Device... Update Dumper to support implemented operations (#5192)
2019-05-15 이한종/On-Device... Introduce ParallelExecutor (#5171)
2019-05-15 이춘석/On-Device... Remove Obsolescent Functions (atoi) (#5191)
2019-05-15 Андрей Шедько... [hi-perf-cpu] High performance cpu backend (#5064)
2019-05-14 오형석/On-Device... Introduce tensorflow lite file loader directory (#5180)
2019-05-13 Дилшоджон Умронхонов... Support assigning backends to instances of operations...
2019-05-13 장지섭/On-Device... Enable some tests for x64 (#5174)
2019-05-10 이한종/On-Device... Remove unused/unneeded SubGraphContext methods (#5173)
2019-05-10 장지섭/On-Device... Change default layout of acl backend to NHWC (#5159)
2019-05-10 오형석/On-Device... Introduce layout info in model operand (#5172)
2019-05-09 이성재/On-Device... Fix compile error. (#5170)
2019-05-09 장지섭/On-Device... Introduce asActivationLayerInfo converting activation...
2019-05-09 윤지영/On-Device... [tflitefile_tool] Add config option for benchmark tool...
2019-05-09 이한종/On-Device... Introduce ParallelScheduler (#5155)
2019-05-09 이성재/On-Device... Organizing the files past the date. (#5166)
2019-05-08 이성재/On-Device... Update `roadmap.md` (#5148)
2019-05-08 이성재/On-Device... Update `workgroups.md` document (#5160)
2019-05-08 장지섭/On-Device... Change ConcatLayer to support NHWC (#5165)
2019-05-08 오형석/On-Device... Remove pack simple kernel (#5163)
2019-05-08 오형석/On-Device... Run mixed backend for test coverage (#5164)
2019-05-08 Дилшоджон Умронхонов... Redo PermuteLayer run as template (#5107)
2019-05-08 오형석/On-Device... Remove nnapi dependency in neurun (#5153)
2019-05-07 이한종/On-Device... Move Subgraph and SubgraphContext to upper dir (#5143)
2019-05-07 장지섭/On-Device... Support NHWC layout for ConstantInitializer (#5139)
2019-05-07 오형석/On-Device... Remove workaround mixed test (#5156)
2019-05-07 오형석/On-Device... Internal padding type string converter (#5151)
2019-05-07 오형석/On-Device... Move resolving transpose convolution padding (#5150)
2019-05-07 이한종/On-Device... Merge Lowered and Subgraph section in Graph (#5122)
2019-05-07 이한종/On-Device... Revise Job class for ParallelExecutor (#5121)
2019-05-07 장지섭/On-Device... Introduce FullyConnectedReshapingLayer into ARMComputeE...
2019-05-07 오형석/On-Device... Remove unpack simple kernel (#5135)
2019-05-07 Дилшоджон Умронхонов... Fix Operands::exist to be able to remove operands ...
2019-05-03 장지섭/On-Device... Support NHWC layout for calculating the offset of acl...
2019-05-03 오형석/On-Device... Move fullyconnected activation resolve (#5132)
2019-05-03 오형석/On-Device... Move maxpool padding & activation resolve (#5120)
2019-05-03 이한종/On-Device... Move OperationIndex definition to Index.h (#5117)
2019-05-03 오형석/On-Device... Move elementwise op padding & activation resolve (...
2019-05-03 오형석/On-Device... Move conv2d padding & activation resolve (#5124)
2019-05-03 오형석/On-Device... Move averagepool padding & activation resolve (#5123)
next