platform/core/ml/nnfw.git
2019-12-03 Sergei Barannikov... [neurun] Replace IObject with ITensor in OperandContext...
2019-12-03 오형석/On-Device... [runtime/api] Update input/output info cuntion comment...
2019-12-03 오형석/On-Device... [runtime/api] Update load and run comment (#9298)
2019-12-03 오형석/On-Device... [CI/script] Use linux test script on tizen (#9329)
2019-12-03 Sergei Barannikov... [neurun] Replace IObject with ITensor in ACL CL backend...
2019-12-03 Sergei Barannikov... [neurun] Replace IObject with ITensor in CPU backend...
2019-12-03 오형석/On-Device... [CI/script] Revise test scripts (#9327)
2019-12-02 Sergei Barannikov... [neurun] Add `access` method to tensors (#9334)
2019-12-02 Gusev Dmitry... [mir] Add comparison operations (#9308)
2019-12-02 장지섭/On-Device... Introduce ConstantInsertionPass into neurun (#9312)
2019-12-02 이상규/On-Device... [cmake] Use more cores in building nncc-package (#9324)
2019-12-02 오형석/On-Device... [runtime/api] Update I/O buffer set function comment...
2019-12-02 Sergei Barannikov... [neurun] Replace Execution::model with Execution::graph...
2019-12-02 오형석/On-Device... [CI/script] Revise armv7l test script (#9319)
2019-12-02 오형석/On-Device... [CI/script] Use overlay setting (#9316)
2019-12-02 오형석/On-Device... [runtime/api] Add tensorinfo field comment (#9314)
2019-12-02 장지섭/On-Device... Add to initialize a member of Reader and View (#9318)
2019-12-02 장지섭/On-Device... Add to initialize a member of ConvolutionLayer of srcn...
2019-12-02 장지섭/On-Device... Change GatherLayer's constructor of cpu to initialize...
2019-12-02 오형석/On-Device... [runtime/api] Update enum value comment (#9247)
2019-12-02 이한종/On-Device... [neurun] Make ChromeTrace trace the entire graph (...
2019-12-02 오형석/On-Device... [CI/script] Introduce common function script (#9296)
2019-12-02 장지섭/On-Device... Prevent overflow by cast in KernelGenerator of acl_cl...
2019-12-02 이한종/On-Device... [neurun] Extract ThreadPool into a separate file (...
2019-12-02 장지섭/On-Device... Make backend acl_cl to support InstanceNorm op (#9301)
2019-12-02 Sergei Barannikov... [neurun] Replace Model with Graph in ExecEnv (#9287)
2019-11-29 이한종/On-Device... [neurun] Organise Chrome Trace data by backend (#9277)
2019-11-29 Sergei Barannikov... [neurun] Use Graph instead of Model in tests (#9288)
2019-11-29 Sergei Barannikov... [neurun] Replace IExecutor::model with IExecutor::graph...
2019-11-29 장지섭/On-Device... Enable model::Operand to copy (#9295)
2019-11-29 Sergei Barannikov... [neurun] Avoid using Model in nnapi frontend (#9231)
2019-11-29 김용섭/On-Device... [nnpackage_run] Make csv, memory poller options off...
2019-11-29 이상규/On-Device... [nnpkg-run] generate random input for qint8 type (...
2019-11-29 장지섭/On-Device... Change OperationPass to use callback (#9285)
2019-11-29 이한종/On-Device... [neurun] Fix uninitialized ctor (#9282)
2019-11-29 이한종/On-Device... [neurun] Remove member backend of Job (#9281)
2019-11-29 이한종/On-Device... [neurun] Extract WorkQueue into a separate file (#9279)
2019-11-29 Vladimir Plazun... Add ndarray library (#7858)
2019-11-28 윤현식/On-Device... [tfinfo] Trimming each token before processing (#9249)
2019-11-28 Sergei Barannikov... [neurun] Avoid using Model in ExecManager (#9260)
2019-11-28 이상규/On-Device... [base_loader] base_loader can load a quantization param...
2019-11-28 이한종/On-Device... [neurun] Add notify calls for ParallelExecutor (#9272)
2019-11-28 오형석/On-Device... [neurun/coverage] Set build source path for coverage...
2019-11-28 Dilshodzhon... [neurun/cpu] Fix broadcast handling in HEScheduler...
2019-11-28 이한종/On-Device... [neurun] Add ChromeTrace to ParallelExecutor (#9270)
2019-11-28 이한종/On-Device... [rt/misc] Make EventRecorder thread-safe (#9268)
2019-11-28 이한종/On-Device... [rt/misc] nit: Hide `_str` (#9265)
2019-11-28 오형석/On-Device... [cmake] Fix bug checking argument existance (#9267)
2019-11-28 오형석/On-Device... [cmake] Change external package rebuild policy (#9239)
2019-11-28 이성재/On-Device... Imporved `command_exist()` to check the parameters...
2019-11-28 Sergei Barannikov... [neurun] Avoid using Model in Executors (#9259)
2019-11-28 이한종/On-Device... [neurun] Dump Operand in order of OperandIndex (#9254)
2019-11-28 Sergei Barannikov... [neurun] Change some calls of Operation::name to Operat...
2019-11-28 이한종/On-Device... [rt/misc] Merge str.h into string_helper.h (#9257)
2019-11-27 윤현식/On-Device... [res/TensorFlowTests] error case UI_0009 ~ UI_0012...
2019-11-27 윤현식/On-Device... [exo] Replacing throw to oops InternalExn (#9238)
2019-11-27 윤현식/On-Device... [dredd-rule-lib] Adding README.md (#9048)
2019-11-27 오형석/On-Device... [runtime/api] Update nnfw_close_session comment (#9246)
2019-11-27 이한종/On-Device... [neurun] Fix DotDumper bug (#9253)
2019-11-27 윤현식/On-Device... [exo] Remove unused header (#9244)
2019-11-27 이상규/On-Device... [gen_golden] support qint8 for tflite model (#9242)
2019-11-27 윤현식/On-Device... [exo] Throw exception when building flatbuffer fails...
2019-11-27 Kuksov Pavel... [heap_trace] Introduce tool for making heap trace ...
2019-11-27 이상규/On-Device... [nnpkg_tool] Add missing copyright and license in ...
2019-11-27 오형석/On-Device... [neurun/gbs] Collect gcov data (#9100)
2019-11-27 오형석/On-Device... [runtime/api] Update nnfw_create_session comment (...
2019-11-27 박천교/On-Device... tf2circle dredd test for Squared Difference (#9218)
2019-11-27 오형석/On-Device... [nncc/pkg] Release build for packaging (#9222)
2019-11-27 오형석/On-Device... [runtime/api] Update nnfw_tensorinfo (#9224)
2019-11-27 오형석/On-Device... [cmake] Introduce external package build helper (#9210)
2019-11-27 이한종/On-Device... [neurun] Print better name in Chrome Trace (#9227)
2019-11-26 박세희/On-Device... [moco-tf] Use oops for Conv2DBackpropInputCanonicalizer...
2019-11-26 Alexander Efimov... [docs] Fix project documentation (#9187)
2019-11-26 Dilshodzhon... [neurun/cpu] Add mul and unify add/sub/mul (#9184)
2019-11-26 이한종/On-Device... [neurun] Remove Subgraph::name override (#9220)
2019-11-26 오형석/On-Device... [nncc/pkg] Remove skip configure and build (#9215)
2019-11-26 박천교/On-Device... [exo] Comment for with_commutative_args_of() (#9217)
2019-11-26 이한종/On-Device... [neurun] Change param type of ExecutionObserver (#9209)
2019-11-26 이상규/On-Device... [gen_golden] support tflite (#9101)
2019-11-26 이성재/On-Device... Improved checking of running environments. (#9197)
2019-11-26 Sergei Barannikov... [neurun/loader] Add mapping Tensor index -> OperandInde...
2019-11-26 박세희/On-Device... [moco-tf] Use oops for RsqrtCanonicalizer (#9208)
2019-11-26 이한종/On-Device... [neurun] Support Tracing in LinearExecutor (#9183)
2019-11-26 윤현식/On-Device... [oops] Enabling constructor of UserExn to get pairs...
2019-11-26 박세희/On-Device... [moco-tf] Use oops for ConcatV2Canonicalizer (#9206)
2019-11-26 장지섭/On-Device... Remove param frontend_layout from registering tensor...
2019-11-26 이한종/On-Device... [rt/misc] Do not flush buffer when Event Recording...
2019-11-26 박천교/On-Device... [res/TF] Circle rule for SquaredDifference (#9195)
2019-11-26 채성우/On-Device... [exo] fix typo (#9204)
2019-11-26 박세희/On-Device... [moco-tf] Fix for ui_0004 seg-fault (#9185)
2019-11-26 오형석/On-Device... [nncc-pkg] Pass extra package build option (#9174)
2019-11-26 박천교/On-Device... [exo] Refactor to ExoOptimize (#9194)
2019-11-26 박천교/On-Device... NET_0028(IN) dredd testcase for tf2circle (#9190)
2019-11-26 박종현/On-Device... [tf2circle-ui-check] Update README.md (#9179)
2019-11-26 Vladimir Plazun... Fix clang build issue (#9192)
2019-11-25 박천교/On-Device... [exo] Remove deprecated CommutativeArgsGetter (#9188)
2019-11-25 Dilshodzhon... [neurun/cpu] Add constant pad for float data type ...
2019-11-25 장지섭/On-Device... Remove registering tensor info from ShapeFixer of srcn...
2019-11-25 Sergei Barannikov... [neurun] Remove unused variable (#9160)
2019-11-25 Sergei Barannikov... [neurun/loader] Use Operand::asVector for extracting...
next