platform/core/ml/nnfw.git
2018-12-04 박종현/동작제어Lab... [coco] Remove cast<T> helper (#2482)
2018-12-04 박종현/동작제어Lab... [stdex] Introduce Queue.h (#2484)
2018-12-04 박세희/동작제어Lab... [tfldump] Dump buffers (#2480)
2018-12-04 박종현/동작제어Lab... [coco] Remove Instr mutator interface (#2476)
2018-12-04 박세희/동작제어Lab... [tfldump] Add Reader with OpCode reader (#2475)
2018-12-04 박종현/동작제어Lab... [coco] Support Custom Instr Construction via InstrManag...
2018-12-04 박세희/동작제어Lab... [tfldump] Empty tflite Model dump (#2466)
2018-12-03 Андрей Шедько... [nnc] MeanSoftBackend (#2367)
2018-12-03 Андрей Шедько... [nnc] Support non-unit batch in deconv (#2471)
2018-12-03 Павел Ильютченко... [nnc] Fix pool operation round mode (#2470)
2018-12-03 Сергей Баранников... [nnc] Implementation of Transpose operation (#2464)
2018-12-03 박세희/동작제어Lab... [tfldump] Load tflite file (#2465)
2018-12-03 박세희/동작제어Lab... [tfldump] Add tflite schema flatbuffers (#2445)
2018-11-30 Сергей Баранников... [nnc] Set operations names based on layer names in...
2018-11-30 Efimov Alexander... [nnc] Support batch axis in acl backend (#2462)
2018-11-30 Тимур Отеллович... [nnc] Utility to generate input tensors (#2143)
2018-11-30 Иван Иванович... [nnc][utils] TFLIte model generator. Add operations...
2018-11-30 Efimov Alexander... [nnc] Remove redundant CLCopy layer from inference...
2018-11-30 Efimov Alexander... [nnc] Support asimmetrical paddings in tflite models...
2018-11-30 Efimov Alexander... [nnc] Fix special case of bias layer after fc layer...
2018-11-30 Андрей Шедько... [nnc] Fix importer test (#2457)
2018-11-30 Павел Ильютченко... [nnc] Support Pad operation on soft backend (#2364)
2018-11-30 박종현/동작제어Lab... [enco/tfl] Validate stride (#2455)
2018-11-30 박천교/동작제어Lab... [encodump] Fix a bug not generating comma (#2421)
2018-11-30 박세희/동작제어Lab... [tflchef] Store op codes only once (#2401)
2018-11-29 Сергей Баранников... [nnc] Perform shape inference at construction time...
2018-11-29 Андрей Шедько... [nnc] Added reducemean to modelir (#2234)
2018-11-29 Андрей Тищенко... [nnc] ConstantOp, shape inference, model analyze, seria...
2018-11-29 Тимур Отеллович... [nnc] Make Mobile and Inception-v3 working (#2416)
2018-11-29 박세희/동작제어Lab... [tfldump] Tool to dump TFlite file (#2444)
2018-11-29 윤현식/동작제어Lab... [enco/tfl/frontend] Creation of context ob outside...
2018-11-29 박종현/동작제어Lab... [enco] Support constant folding (#2441)
2018-11-29 박종현/동작제어Lab... [enco] Properly insert setOperandValue calls (#2439)
2018-11-28 Андрей Шедько... [nnc] Add Resize Nearest Neighbor (#2315)
2018-11-28 Роман Михайлович... Add Test Round 2.1 in System Test Document (#2329)
2018-11-28 Vladimir Plazun... [nnc] Remove redundant interpreter options (#2425)
2018-11-28 윤현식/동작제어Lab... [enco/tfl/frontend] change names : `conv..` to `dconv...
2018-11-28 윤현식/동작제어Lab... [enco/tfl/frontend] test for DepthwiseConv2D for mobile...
2018-11-28 윤현식/동작제어Lab... [enco/tfl/frontend] DepthwiseConv2D (same padding,...
2018-11-28 박종현/동작제어Lab... [enco] Delegate Concat to NN runtime (#2426)
2018-11-28 박세희/동작제어Lab... [tflchef] Replace test files with cmake file GLOB ...
2018-11-27 박세희/동작제어Lab... [tflchef/rev] support quantization (#2402)
2018-11-27 남궁석/동작제어Lab... [tflchef] Support quantization parameters (#2379)
2018-11-27 박세희/동작제어Lab... [tflchef/rev] Write reshape explicit values (#2418)
2018-11-27 윤현식/동작제어Lab... [enco/tfl/frontend] Padding when top == bottom -1 or...
2018-11-27 박종현/동작제어Lab... [enco] Do NOT reduce identical objects with side effect...
2018-11-26 윤현식/동작제어Lab... [tflchef] Remove "comment" attribute (#2412)
2018-11-26 Ivan Vagin... Download pytorch sources on cmake stage (#2288)
2018-11-26 윤현식/동작제어Lab... [enco] Replaced "comment" to "#" in tfl test recipes...
2018-11-26 박종현/동작제어Lab... [tflchef] Support explicit initialization over INT32...
2018-11-26 윤현식/동작제어Lab... [encodump] Prints address of coco::op or coco::instr...
2018-11-26 윤현식/동작제어Lab... [encodump] Added ReLU6 (#2395)
2018-11-23 Vladimir Plazun... [nnc] Implement elementwise div operation (#2363)
2018-11-23 Vladimir Plazun... [nnc] Add support for freestanding activation functions...
2018-11-23 박세희/동작제어Lab... [tflchef/reverse] Enable INT32 type (#2393)
2018-11-23 이상규/동작제어Lab... [tflchef] Update depthwiseconv2d recipe (use relu6...
2018-11-23 박세희/동작제어Lab... [tflchef] Support int32 tensortype (#2388)
2018-11-23 박세희/동작제어Lab... [tflchef] enable ReLU6 conversion (#2381)
2018-11-23 박세희/동작제어Lab... [enco/frontend] Empty DepthwiseConv2D (#2387)
2018-11-23 윤현식/동작제어Lab... [enco/tfl/frontend] ReLU6 Activation Layer (#2359)
2018-11-22 Павел Ильютченко... [nnc] Support Pad operation on TFLite Importer and...
2018-11-22 박세희/동작제어Lab... [tflchef] Add DepthwiseConv2D for reverse (#2373)
2018-11-22 박세희/동작제어Lab... [tflchef] Add Conv2D for reverse (#2375)
2018-11-22 박세희/동작제어Lab... [tflchef] Add MaxPool2D for reverse (#2376)
2018-11-22 박세희/동작제어Lab... [tflchef] Add ReLU6 for reverse (#2374)
2018-11-22 박세희/동작제어Lab... [tflchef] Add ReLU for reverse (#2377)
2018-11-22 박세희/동작제어Lab... [tflchef] Add Concat for reverse (#2370)
2018-11-22 박세희/동작제어Lab... [tflchef] Add Reshape for reverse (#2371)
2018-11-22 윤현식/동작제어Lab... [enco] Splitting Frontend.cpp into Op/*.cpp and more...
2018-11-22 박세희/동작제어Lab... [tflchef] Fix FlatBufferIntArrayToVector (#2369)
2018-11-22 박세희/동작제어Lab... [tflchef] Prepare adding Ops with AveragePool2D (#2368)
2018-11-21 박세희/동작제어Lab... [tflchef] generate_recipe for each operators (#2361)
2018-11-21 Efimov Alexander... [nnc] Fix deconv unittest build (#2366)
2018-11-21 Иван Иванович... [nnc][utils][model_generator] Add converter from tree...
2018-11-21 Андрей Тищенко... [nnc] Initial support of various operations in ONNX...
2018-11-21 Андрей Шедько... [nnc] Conv transpose in SoftBackend (#2290)
2018-11-21 Сергей Баранников... [nnc] Add `shape` parameter to constructors of operatio...
2018-11-21 박세희/동작제어Lab... [tflchef] Implement generate_recipe (#2360)
2018-11-21 박세희/동작제어Lab... [tflchef] Introduce TFliteOpChef and Registry (#2357)
2018-11-21 윤현식/동작제어Lab... [tflchef] Adds "comment" into recipe (#2356)
2018-11-21 박세희/동작제어Lab... [tflchef] Introduce TFliteImport (#2355)
2018-11-21 윤현식/동작제어Lab... [enco/tfl/frontend] Modified wrong test number (#2354)
2018-11-21 박세희/동작제어Lab... [tflchef] Introduce convert helpers (#2351)
2018-11-21 박세희/동작제어Lab... [tflchef] Store ModelRecipe to file (#2352)
2018-11-21 윤현식/동작제어Lab... [enco/tfl/frontend] Bug fix on padding (#2353)
2018-11-21 윤현식/동작제어Lab... [enco/tfl/frontend] Refactoring RELU activation (#2313)
2018-11-21 박세희/동작제어Lab... [tflchef] Call tflchef from Driver (#2350)
2018-11-21 박세희/동작제어Lab... [tflchef] RawModel loader (#2347)
2018-11-21 박세희/동작제어Lab... [tflchef] Introduce entry points for tflchef-reverse...
2018-11-21 박세희/동작제어Lab... [tflchef] Introduce reverse tool driver (#2346)
2018-11-20 Павел Фаттахов... [nnc] fix static analysis warning and add missed break...
2018-11-20 박세희/동작제어Lab... [tflchef] Add Conv2D test recipe (#2340)
2018-11-19 Сергей Баранников... [nnc] Make constructors of `Operations` accept other...
2018-11-19 Павел Фаттахов... [nnc] split model runner script into 4 scripts (#2285)
2018-11-19 박세희/동작제어Lab... [enco] Fix typo (#2334)
2018-11-16 남궁석/동작제어Lab... [tflchef] Add ReLU6 in activation (#2312)
2018-11-15 남궁석/동작제어Lab... [enco] Remove unused variable (#2311)
2018-11-15 박종현/동작제어Lab... [nnkit] Link backend_support library with dl (#2310)
2018-11-15 박종현/동작제어Lab... [enco] Set subnet output correctly on branching (#2309)
2018-11-15 박종현/동작제어Lab... [tflchef] Use safemain (#2305)
next