summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Enable ONE FE Tizen buildtoolfe_tizenChunseok Lee19-7/+264
2022-07-07[ArmComputeEx] Use python3 explicitly (#9393)Hyeongseok Oh2-2/+2
2022-07-06[onert/cker] Check ruy::Context pointer to make gcc11 happy (#9392)Jang Jiseob1-0/+7
2022-07-05[common-artifacts] Fix for protobuf issue (#9387)Hyeongseok Oh1-0/+6
2022-07-05[onert/api] Read pkg-inputs, pkg-outputs and model-connects (#9388)Sanggyu Lee1-0/+29
2022-07-05[onert/ir] Add fields for model connection and nnpkg IO in NNPkg (#9378)Sanggyu Lee1-1/+94
2022-07-05[onert] Fix build fails on gcc-11 (#9385)Jang Jiseob3-0/+4
2022-07-04[infra] Install CfgRunner.py (#9384)seongwoo chae1-0/+1
2022-07-04[onert/api] Use NNPkg in api internal (#9377)Sanggyu Lee2-25/+43
2022-07-04[onert] Fix trix error message (#9380)Sanggyu Lee2-4/+4
2022-07-04[infra] Add GLib2.0 cmake config (#9366)Jiyoung Giuliana Yun1-0/+41
2022-07-04[onert] Revisit trix_loader to remove Subgraphs (#9379)Sanggyu Lee2-12/+9
2022-07-01[onert/api] nnfw_session may have multiple CompilerOptions (#9373)Sanggyu Lee2-15/+17
2022-07-01[one-cmds] Introduce CfgRunner (#9362)seongwoo chae2-106/+106
2022-07-01[one-cmds] Rename wrong variables (#9374)seongwoo chae1-1/+6
2022-07-01[onert] Introduce NNPkg in IR for multiple model nnpkg (#9372)Sanggyu Lee2-0/+89
2022-07-01[infra] Update `one-infer` man page (#9371)yunjayh1-11/+13
2022-06-30[one-cmds] Fix one-infer help message (#9368)yunjayh1-1/+1
2022-06-30[one-cmds] Introduce `post-process` option to `one-infer` (#9326)yunjayh5-2/+137
2022-06-30Fix format checker for python (#9355)yunjayh1-4/+2
2022-06-30[luci] Set quantized dimension of CWQ bias (#9364)Hyukjin Jeong2-0/+202
2022-06-30[infra] Revisit linking sysroot flag setting (#9363)Hyeongseok Oh4-28/+0
2022-06-30[one-cmds] Fix python files by formatter (#9353)yunjayh15-124/+128
2022-06-29[infra] Introduce cmake to build gpu_cl (#9257)YiHyunJin5-0/+93
2022-06-29[onert] Refine ShapeValidator (#9343)Jang Jiseob2-313/+358
2022-06-29[one-cmds] Add torch URL message (#9361)SaeHie Park1-0/+2
2022-06-28[circle-operator] Test for both code and name (#9358)SaeHie Park1-0/+22
2022-06-28[luci] Tidy ConvertToFakeQuantizedModelPass.cpp (#9350)Hyukjin Jeong1-2/+1
2022-06-28[circle-operator] Fix README typo (#9349)SaeHie Park1-1/+1
2022-06-28[circle-operator] Enable both name code possible (#9348)SaeHie Park3-22/+29
2022-06-28[CirOpTest] remove test for both options (#9344)SaeHie Park1-20/+0
2022-06-28[onert/api] Introduce loadModel helper (#9347)Sanggyu Lee1-34/+19
2022-06-28[onert] Remove an unused local variable (#9346)Jang Jiseob1-5/+0
2022-06-28[onert] Revisit session creation (#9342)Hyeongseok Oh3-15/+44
2022-06-28[onert] Refine DotDumper (#9340)Jang Jiseob3-109/+154
2022-06-27[luci-interpreter] Support -1 last value in SplitV kernel (#9318)Balyshev Artem1-3/+25
2022-06-27[onert/api] Get file extension by searching ., not by fixed length (#9341)Sanggyu Lee1-4/+5
2022-06-27[circle-operator] Revise multi output tensor (#9339)SaeHie Park1-11/+10
2022-06-27[onert/api] create CompilerOptions in try block (#9335)Sanggyu Lee1-6/+6
2022-06-27[onert] Remove model from ManualSchedulerOptions::setBackendMap (#9338)Sanggyu Lee6-22/+18
2022-06-27[onert] Rename CompilerOptions(Model&) to fromGlobalConfig(Model&) (#9337)Sanggyu Lee6-26/+25
2022-06-24[infra/onert] Set default ACL build type to release (#9333)Hyeongseok Oh2-4/+5
2022-06-24[common-artifact] Support on ubuntu 20.04 (#9327)Hyeongseok Oh1-4/+9
2022-06-24[moco] Remove return with std::move (#9332)Hyeongseok Oh1-1/+1
2022-06-24[enco] Remove return with std::move (#9330)Hyeongseok Oh3-17/+17
2022-06-24[coco] Remove return with std::move (#9329)Hyeongseok Oh2-3/+2
2022-06-24[luci] Remove return with std::move (#9331)Hyeongseok Oh5-5/+5
2022-06-23[one-cmds] Add exit code to test (#9325)yunjayh1-0/+1
2022-06-23[one-cmds] Add negative test for onecc (#9324)yunjayh2-0/+56
2022-06-23[circle2circle] Simplify option settings (#9323)SaeHie Park1-255/+89