Home
last modified time | relevance | path

Searched defs:OptimizationLevel (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/include/js_api/
D@ohos.ai.mindSporeLite.d.ts340 export enum OptimizationLevel { enum
/third_party/mindspore/mindspore-src/source/include/api/
Dtypes.h47 enum OptimizationLevel : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h301 OptLevel OptimizationLevel = Opt_m1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h146 enum OptimizationLevel { enum
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dlib.rs281 fn to_gcc_opt_level(optlevel: Option<OptLevel>) -> OptimizationLevel { in to_gcc_opt_level()