onnxruntime/java/src/main/native
Valery Chernov 1cdc23aba4
[TVM EP] Rename Standalone TVM (STVM) Execution Provider to TVM EP (#10260)
* update java API for STVM EP. Issue is from PR#10019

* use_stvm -> use_tvm

* rename stvm worktree

* STVMAllocator -> TVMAllocator

* StvmExecutionProviderInfo -> TvmExecutionProviderInfo

* stvm -> tvm for cpu_targets. resolve onnxruntime::tvm and origin tvm namespaces conflict

* STVMRunner -> TVMRunner

* StvmExecutionProvider -> TvmExecutionProvider

* tvm::env_vars

* StvmProviderFactory -> TvmProviderFactory

* rename factory funcs

* StvmCPUDataTransfer -> TvmCPUDataTransfer

* small clean

* STVMFuncState -> TVMFuncState

* USE_TVM -> NUPHAR_USE_TVM

* USE_STVM -> USE_TVM

* python API: providers.stvm -> providers.tvm. clean TVM_EP.md

* clean build scripts #1

* clean build scripts, java frontend and others #2

* once more clean #3

* fix build of nuphar tvm test

* final transfer stvm namespace to onnxruntime::tvm

* rename stvm->tvm

* NUPHAR_USE_TVM -> USE_NUPHAR_TVM

* small fixes for correct CI tests

* clean after rebase. Last renaming stvm to tvm, separate TVM and Nuphar in cmake and build files

* update CUDA support for TVM EP

* roll back CudaNN home check

* ERROR for not positive input shape dimension instead of WARNING

* update documentation for CUDA

* small corrections after review

* update GPU description

* update GPU description

* misprints were fixed

* cleaned up error msgs

Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
Co-authored-by: KJlaccHoeUM9l <wotpricol@mail.ru>
Co-authored-by: Thierry Moreau <tmoreau@octoml.ai>
2022-02-15 10:21:02 +01:00
..
ai_onnxruntime_OnnxMap.c Java API for onnxruntime (#2215) 2019-12-10 08:28:46 -08:00
ai_onnxruntime_OnnxRuntime.c Adding Java support for getAvailableProviders and other small methods (#5366) 2020-11-24 21:42:57 -08:00
ai_onnxruntime_OnnxSequence.c Fixing a leak in OnnxSequences with String keys or values. (#6473) 2021-01-28 11:28:56 -08:00
ai_onnxruntime_OnnxTensor.c [Java] Fixing the creation of OnnxTensors from scalars, adding tests (#8023) 2021-06-24 13:21:35 -07:00
ai_onnxruntime_OrtAllocator.c Java API for onnxruntime (#2215) 2019-12-10 08:28:46 -08:00
ai_onnxruntime_OrtEnvironment.c [java] Adds support for OrtEnvironment thread pools (#6406) 2021-01-27 13:25:22 -08:00
ai_onnxruntime_OrtEnvironment_ThreadingOptions.c [java] Adds support for OrtEnvironment thread pools (#6406) 2021-01-27 13:25:22 -08:00
ai_onnxruntime_OrtSession.c Fix 32bit Android java API crash (#8122) 2021-06-22 17:41:11 -07:00
ai_onnxruntime_OrtSession_RunOptions.c Java: Set C language warnings to W4 and adjust JNI code (#6347) 2021-01-14 15:04:47 -08:00
ai_onnxruntime_OrtSession_SessionOptions.c [TVM EP] Rename Standalone TVM (STVM) Execution Provider to TVM EP (#10260) 2022-02-15 10:21:02 +01:00
OrtJniUtil.c Support optional type in ORT (#8339) 2021-11-04 15:01:42 -07:00
OrtJniUtil.h Java: Set C language warnings to W4 and adjust JNI code (#6347) 2021-01-14 15:04:47 -08:00