[mir] Add comparison operations (#9308)
[platform/core/ml/nnfw.git] / runtime /
2019-12-02 장지섭/On-Device Lab... Introduce ConstantInsertionPass into neurun (#9312)
2019-12-02 오형석/On-Device Lab... [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 Lab... [runtime/api] Add tensorinfo field comment (#9314)
2019-12-02 장지섭/On-Device Lab... Add to initialize a member of Reader and View (#9318)
2019-12-02 장지섭/On-Device Lab... Add to initialize a member of ConvolutionLayer of srcn...
2019-12-02 장지섭/On-Device Lab... Change GatherLayer's constructor of cpu to initialize...
2019-12-02 오형석/On-Device Lab... [runtime/api] Update enum value comment (#9247)
2019-12-02 이한종/On-Device Lab... [neurun] Make ChromeTrace trace the entire graph (...
2019-12-02 장지섭/On-Device Lab... Prevent overflow by cast in KernelGenerator of acl_cl...
2019-12-02 이한종/On-Device Lab... [neurun] Extract ThreadPool into a separate file (...
2019-12-02 장지섭/On-Device Lab... 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 Lab... [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 Lab... Enable model::Operand to copy (#9295)
2019-11-29 Sergei Barannikov... [neurun] Avoid using Model in nnapi frontend (#9231)
2019-11-29 장지섭/On-Device Lab... Change OperationPass to use callback (#9285)
2019-11-29 이한종/On-Device Lab... [neurun] Fix uninitialized ctor (#9282)
2019-11-29 이한종/On-Device Lab... [neurun] Remove member backend of Job (#9281)
2019-11-29 이한종/On-Device Lab... [neurun] Extract WorkQueue into a separate file (#9279)
2019-11-29 Vladimir Plazun... Add ndarray library (#7858)
2019-11-28 Sergei Barannikov... [neurun] Avoid using Model in ExecManager (#9260)
2019-11-28 이상규/On-Device Lab... [base_loader] base_loader can load a quantization param...
2019-11-28 이한종/On-Device Lab... [neurun] Add notify calls for ParallelExecutor (#9272)
2019-11-28 Dilshodzhon Poshsh... [neurun/cpu] Fix broadcast handling in HEScheduler...
2019-11-28 이한종/On-Device Lab... [neurun] Add ChromeTrace to ParallelExecutor (#9270)
2019-11-28 이한종/On-Device Lab... [rt/misc] Make EventRecorder thread-safe (#9268)
2019-11-28 이한종/On-Device Lab... [rt/misc] nit: Hide `_str` (#9265)
2019-11-28 Sergei Barannikov... [neurun] Avoid using Model in Executors (#9259)
2019-11-28 이한종/On-Device Lab... [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 Lab... [rt/misc] Merge str.h into string_helper.h (#9257)
2019-11-27 오형석/On-Device Lab... [runtime/api] Update nnfw_close_session comment (#9246)
2019-11-27 이한종/On-Device Lab... [neurun] Fix DotDumper bug (#9253)
2019-11-27 Kuksov Pavel/AI... [heap_trace] Introduce tool for making heap trace ...
2019-11-27 오형석/On-Device Lab... [runtime/api] Update nnfw_create_session comment (...
2019-11-27 오형석/On-Device Lab... [runtime/api] Update nnfw_tensorinfo (#9224)
2019-11-27 이한종/On-Device Lab... [neurun] Print better name in Chrome Trace (#9227)
2019-11-26 Dilshodzhon Poshsh... [neurun/cpu] Add mul and unify add/sub/mul (#9184)
2019-11-26 이한종/On-Device Lab... [neurun] Remove Subgraph::name override (#9220)
2019-11-26 이한종/On-Device Lab... [neurun] Change param type of ExecutionObserver (#9209)
2019-11-26 Sergei Barannikov... [neurun/loader] Add mapping Tensor index -> OperandInde...
2019-11-26 이한종/On-Device Lab... [neurun] Support Tracing in LinearExecutor (#9183)
2019-11-26 장지섭/On-Device Lab... Remove param frontend_layout from registering tensor...
2019-11-26 이한종/On-Device Lab... [rt/misc] Do not flush buffer when Event Recording...
2019-11-25 Dilshodzhon Poshsh... [neurun/cpu] Add constant pad for float data type ...
2019-11-25 장지섭/On-Device Lab... 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...
2019-11-25 장지섭/On-Device Lab... Replace resistering tensors with using TensorRegister...
2019-11-25 Sergei Barannikov... [neurun] Eliminate OperandIndex in Reduce*::Param ...
2019-11-25 장지섭/On-Device Lab... Apply copying for permuteInit of ConstantInitializer...
2019-11-25 오형석/On-Device Lab... [neurun/api] Comment for nnfw_session (#9137)
2019-11-22 장지섭/On-Device Lab... Introduce TensorRegister into BackendContext (#9148)
2019-11-22 이한종/On-Device Lab... [neurun] Introduce ChromeTracingObserver (#9113)
2019-11-22 장지섭/On-Device Lab... Move logging of FillOperandData to the time filling...
2019-11-22 여지환/On-Device Lab... [neurun] Introduce an API to set which backends to...
2019-11-22 이한종/On-Device Lab... [neurun] Do not use name to check Operation type (...
2019-11-22 장지섭/On-Device Lab... Introduce TensorRegister registering tensor info of...
2019-11-22 장지섭/On-Device Lab... Introduce TensorRegister registering tensor info of...
2019-11-22 장지섭/On-Device Lab... Introduce AclTensorRegister registering tensor info...
2019-11-21 김용섭/On-Device Lab... [neurun] Introduce SUBG_MAX_NODE feature (#9085)
2019-11-21 장지섭/On-Device Lab... Introduce ITensorRegister registering tensor info ...
2019-11-21 김용섭/On-Device Lab... [neurun] Refactor too big Graph::lower() (#9087)
2019-11-21 장지섭/On-Device Lab... Fix wrong calculating strides of srcn backend (#9073)
2019-11-21 Sergei Barannikov... [neurun] Simplify code using Operand::asVector (#9038)
2019-11-21 김용섭/On-Device Lab... [neurun] Apply nnfw_benchmark_lib to nnpackage_run...
2019-11-21 이한종/On-Device Lab... [neurun] Remove use of type_index (#9072)
2019-11-20 이한종/On-Device Lab... [neurun] Refine BackendManager ctor (#9058)
2019-11-20 장지섭/On-Device Lab... Add a method isRegistered into TensorBuilder (#9043)
2019-11-20 오형석/On-Device Lab... [neurun/cpu] Enable squeeze operation (#9057)
2019-11-20 이한종/On-Device Lab... [xtrace] Move Event tools to libs/misc (#9056)
2019-11-20 Sergei Barannikov... [neurun] Eliminate OperandIndex in Transpose::Param...
2019-11-20 Sergei Barannikov... [neurun/acl_neon] Simplify code using Operand::asVector...
2019-11-20 이한종/On-Device Lab... [neurun] Call dlclose for all backends (#9035)
2019-11-20 이한종/On-Device Lab... [xtrace] Extract out EventCollectingListener (#9031)
2019-11-20 김용섭/On-Device Lab... [neurun] Introduce benchmark_lib as benchmark util...
2019-11-19 Sergei Barannikov... [neurun] Introduce `Operand::asVector` (#9030)
2019-11-19 이한종/On-Device Lab... [xtrace] Decouple EventCollector from xray (#9024)
2019-11-19 이한종/On-Device Lab... [neurun] Fix for const model ouput (again) (#9002)
2019-11-19 Sergei Barannikov... [neurun] Eliminate OperandIndex in ArgMax::Param (...
2019-11-19 이한종/On-Device Lab... [neurun] Introduce toString for OpCode (#9005)
2019-11-19 이한종/On-Device Lab... [xtrace] nit : Fix inclusion (#9013)
2019-11-18 Sergei Barannikov... [neurun] Do not use Graph::release* methods in Linear...
2019-11-18 이한종/On-Device Lab... [neurun] Move OpCode hash to OpCode file (#9001)
2019-11-18 이한종/On-Device Lab... [neurun] Extract out Observee from Executor (#8970)
2019-11-18 오형석/On-Device Lab... [neurun/interp] Use model opcode enum (#8999)
2019-11-18 오형석/On-Device Lab... [nnpackage-run] Backend resolve for operation type...
2019-11-18 이한종/On-Device Lab... Revert "[neurun] Fix for const model ouput (#8799)...
2019-11-18 이한종/On-Device Lab... [neurun] Introduce OpCode enum type (#8977)
2019-11-18 이한종/On-Device Lab... [neurun] Fix for const model ouput (#8799)
2019-11-18 이한종/On-Device Lab... [neurun] Remove useless dependency in Operation (#8971)
2019-11-15 Sergei Barannikov... [neurun] Remove unnecessary map in base_loader (#8955)
2019-11-15 Sergei Barannikov... [neurun] Remove unnecessary maps in base_loader (#8953)
2019-11-15 이한종/On-Device Lab... [neurun] Fix indentation of DataflowExecutor (#8966)
2019-11-15 장지섭/On-Device Lab... Fix a bug of tconv layer of ncnn (#8947)
2019-11-14 Sergei Barannikov... [neurun] Eliminate OperandIndex in Split::Param (#8917)
2019-11-14 Sergei Barannikov... [neurun] Eliminate OperandIndex in StridedSlice::Param...
next