platform/core/ml/nnfw.git
2018-09-05 이한종/동작제어Lab... [neurun] Introduce getOperandLayout (#2591)
2018-09-05 Prasanna R... SquaredDifference nnapi delegate and Custom ops additio...
2018-09-05 이한종/동작제어Lab... [neurun] Use Index as key for unordered_set (#2590)
2018-09-05 이한종/동작제어Lab... [neurun] Do not use addTensorBuilder (#2573)
2018-09-05 오형석/동작제어Lab... [Model Parser] Update tflite file API (#2580)
2018-09-05 이한종/동작제어Lab... [neurun] Rename IBackendInitializer (#2583)
2018-09-05 이상규/동작제어Lab... Introduce `benchmark_tflite_model` option in test_drive...
2018-09-05 이상규/동작제어Lab... Add docker_env_pureacl_tflite_benchmark_model (#2566)
2018-09-05 이한종/동작제어Lab... [neurun] Specialize `std::hash` for Index class (#2585)
2018-09-05 오형석/동작제어Lab... [Model Parser] Update flatbuffers path (#2579)
2018-09-04 오형석/동작제어Lab... Catch exception in nnapi test (#2581)
2018-09-04 오형석/동작제어Lab... Use unique pointer for ANeuralNetworksMemory (#2578)
2018-09-04 오형석/동작제어Lab... [neurun] Change path for wrapping structure (#2571)
2018-09-04 오형석/동작제어Lab... Coverity cross build & analyze script (#2560)
2018-09-04 Siva Sai Vaddipati... Removing GeneratedTests.pad from the skiplist (#2574)
2018-09-04 김수진/동작제어Lab... [neurun] Do BackendResolver in lowering (#2563)
2018-09-04 오형석/동작제어Lab... Initialize members in DiffSummary constructor (#2568)
2018-09-04 오형석/동작제어Lab... [neurun] Define default value in constructor (#2567)
2018-09-04 이한종/동작제어Lab... [neurun] Enhance DFS implementation (#2561)
2018-09-04 김수진/동작제어Lab... [neurun] Use MockNode.h in Insert test (#2565)
2018-09-03 Prasanna R... nnfw Adding SquaredDifferenceEx in NeuralNetworksEx...
2018-09-03 이한종/동작제어Lab... [neurun] Use forward declaration from a header (#2557)
2018-09-03 이한종/동작제어Lab... [neurun] Use forward decl from Node (#2558)
2018-09-03 오형석/동작제어Lab... [neurun] Change check condition for addOperation &...
2018-09-03 Siva Sai Vaddipati... Enabling PAD operation in NNAPI (#2097)
2018-09-03 이한종/동작제어Lab... [neurun] Range-based loop for operand::IndexSet (#2554)
2018-09-03 김수진/동작제어Lab... [neurun] Move CLSchedule default init to BackendManager...
2018-09-03 오형석/동작제어Lab... Change check condition for addOperationEx (#2550)
2018-09-03 윤현식/동작제어Lab... [tool] OpenCL info (#2549)
2018-09-03 오형석/동작제어Lab... [neurun] Return nullptr for NOP stage generator (#2553)
2018-09-03 오형석/동작제어Lab... [neurun] Comment out unreachable code (#2552)
2018-09-03 오형석/동작제어Lab... [neurun] Update use-def init test (#2545)
2018-09-03 이한종/동작제어Lab... [neurun] Make initializeUseDef less verbose (#2546)
2018-08-31 이한종/동작제어Lab... [neurun] Introduce DefaultIterator (#2535)
2018-08-31 장지섭/동작제어Lab... Add memcpy() version of generic TensorSource for 3D...
2018-08-31 장지섭/동작제어Lab... Add a default param to asTensorShape() to apply conditi...
2018-08-31 오형석/동작제어Lab... [neurun] Initialize use & def information (#2543)
2018-08-31 장지섭/동작제어Lab... Add sourcing tensor more than 5 dimensions (#2529)
2018-08-31 이한종/동작제어Lab... [neurun] Introduce SimpleMockNode for Graph test (...
2018-08-31 오형석/동작제어Lab... [neurun] Define use & def in operand (#2541)
2018-08-31 윤지영/동작제어Lab... Add assertion in ToARMCompute function (#2540)
2018-08-30 장지섭/동작제어Lab... Unify to use one function of asTensorShape() and asTens...
2018-08-30 윤지영/동작제어Lab... Update tensorflow register file (#2531)
2018-08-30 오형석/동작제어Lab... Return nullptr for InitRSQRT (#2533)
2018-08-30 김수진/동작제어Lab... [neurun] Remove remain common tensor codes (#2528)
2018-08-30 이한종/동작제어Lab... [neurun] Move Op.lst to graph/operation (#2530)
2018-08-30 오형석/동작제어Lab... [neurun] Define operation index list (#2532)
2018-08-30 이한종/동작제어Lab... [neurun] Enable compile option Wall/Wextra/Werror ...
2018-08-30 오형석/동작제어Lab... [neurun] Move internal/operand to graph/operand (#2520)
2018-08-30 김용섭/동작제어Lab... Remove all fc tests of generated tests from skiplist...
2018-08-30 김용섭/동작제어Lab... Introduce GenericFullyConnectedLayer for fc (#2525)
2018-08-30 윤지영/동작제어Lab... Enable concat-related generatedTests (#2523)
2018-08-30 이한종/동작제어Lab... [neurun] Remove internal::op nodes (#2519)
2018-08-29 이한종/동작제어Lab... [neurun] Fix build break (#2521)
2018-08-29 이한종/동작제어Lab... [neurun] Remove TensorMarker (#2515)
2018-08-29 이한종/동작제어Lab... [neurun] Fix Reshape operation (#2516)
2018-08-29 오형석/동작제어Lab... Update runtime build in Makefile (#2518)
2018-08-29 장지섭/동작제어Lab... Support the broadcast of all cases (#2511)
2018-08-29 윤지영/동작제어Lab... Support CONCAT for all dimensions and all axes (#2494)
2018-08-29 TANUJ TEKRIWAL... nnfw: RSQRT nnapi delegate and Custom ops addition...
2018-08-29 이한종/동작제어Lab... [neurun] Update Dumper class (#2513)
2018-08-29 장지섭/동작제어Lab... Add an initializer for 3D tensor (#2487)
2018-08-29 남궁석/동작제어Lab... Enable to check state of compilation in pureacl (#2439)
2018-08-29 이한종/동작제어Lab... [neurun] Merge graph node classes (#2497)
2018-08-29 이한종/동작제어Lab... [neurun] Move CPU Tensor implementation to backend...
2018-08-29 장지섭/동작제어Lab... Fix axis calculation of TensorSource from reversing...
2018-08-29 이한종/동작제어Lab... Update arm ComputeLibrary version (#2508)
2018-08-29 김수진/동작제어Lab... [neurun] Add insertOperation in graph (#2424)
2018-08-28 김용섭/동작제어Lab... Prepare reshaping input(rank-4) into rank-2 on fc ...
2018-08-28 이춘석/동작제어Lab... Change submodule tensorflow (#2504)
2018-08-28 이한종/동작제어Lab... [neurun] Use `Index::value()` for `operation::Set`...
2018-08-28 남궁석/동작제어Lab... Fix to check operands in detail (#2374)
2018-08-28 장지섭/동작제어Lab... Fix setting TensorInfo to wrong shape in FullyConnected...
2018-08-28 이춘석/동작제어Lab... Update skiplist for linux and tizen (#2466)
2018-08-28 장지섭/동작제어Lab... Remove unnecessary a condition. (#2476)
2018-08-28 장지섭/동작제어Lab... Reduce unnecessary casting from template class for...
2018-08-28 이한종/동작제어Lab... [neurun] Rename operation get/setter for in/output...
2018-08-28 이한종/동작제어Lab... [neurun] NodeVisitor argument as rvalue ref (#2483)
2018-08-27 이한종/동작제어Lab... [neurun] Remove verbose template param from Index ...
2018-08-27 윤지영/동작제어Lab... Implement Split operator (#2448)
2018-08-27 장지섭/동작제어Lab... Fix a typo of comment in Swizzle.h (#2485)
2018-08-27 남궁석/동작제어Lab... Enable to pass ValidationTestModel.CreateCompilation...
2018-08-27 김수진/동작제어Lab... [neurun] Add runtime error for no tested quant8 cpu...
2018-08-27 김수진/동작제어Lab... [neurun] Enable convolution quant8 for cpu (#2434)
2018-08-27 김수진/동작제어Lab... [neurun] Change data structure of Set to map (#2417)
2018-08-27 남궁석/동작제어Lab... Modify topkV2 testdata and rename test name (#2425)
2018-08-27 이춘석/동작제어Lab... Enable explicit Conv2D on pureacl NEON runtime (#2470)
2018-08-27 오형석/동작제어Lab... [neurun] Remove type info in shape (#2444)
2018-08-24 Vishal Keshav... Transpose op for spatial dimensions (height-width)...
2018-08-24 이춘석/동작제어Lab... Enable Explicit MaxPool2d on pureacl NEON runtime ...
2018-08-24 이춘석/동작제어Lab... Enable Explicit Avgpool2d on pureacl NEON runtime ...
2018-08-24 윤지영/동작제어Lab... Enable GeneratedTests.logistic_quant8_* tests (#2419)
2018-08-24 윤지영/동작제어Lab... Add nnapi delegation of Split (#2462)
2018-08-24 김수진/동작제어Lab... [neurun] Introduce contains in IndexSet (#2457)
2018-08-24 윤지영/동작제어Lab... Add nnapi_quickcheck for split operator (multi-dimensio...
2018-08-24 남궁석/동작제어Lab... Enable to pass ValidationTestModel.Finish in pureacl...
2018-08-24 남궁석/동작제어Lab... Enable to pass ValidationTestModel.AddOperation in...
2018-08-24 남궁석/동작제어Lab... Enable to pass ValidationTestModel.identifyInputsAndOut...
2018-08-24 윤지영/동작제어Lab... Introduce Split operation into pureACL runtime (#2447)
2018-08-23 김용섭/동작제어Lab... Revert "Add comment for skipping fully_connected_quant8...
next