Home
last modified time | relevance | path

Searched refs:Compilation (Results 1 – 25 of 136) sorted by relevance

123456

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp128 Compilation compilationTest(&innerModel); in BuildCompilation()
147 Compilation compilationTest(&innerModel);
167 Compilation compilationTest(&innerModel);
181 Compilation compilationTest(&innerModel);
197 Compilation compilationTest(&innerModel);
214 Compilation compilationTest(&innerModel);
231 Compilation compilationTest(&innerModel);
248 Compilation compilationTest(&innerModel);
268 Compilation compilationTest(&innerModel);
288 Compilation compilationTest(&innerModel);
[all …]
H A Dcompilation_test.h30 void SetConfig(Compilation& compilationTest);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp128 Compilation compilationTest(&innerModel); in BuildCompilation()
147 Compilation compilationTest(&innerModel);
167 Compilation compilationTest(&innerModel);
181 Compilation compilationTest(&innerModel);
197 Compilation compilationTest(&innerModel);
214 Compilation compilationTest(&innerModel);
231 Compilation compilationTest(&innerModel);
248 Compilation compilationTest(&innerModel);
268 Compilation compilationTest(&innerModel);
288 Compilation compilationTest(&innerModel);
[all …]
H A Dcompilation_test.h30 void SetConfig(Compilation& compilationTest);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.cpp85 Compilation compilation(&innerModel);
106 Compilation compilation(&innerModel);
128 Compilation compilation(&innerModel);
152 Compilation compilation(&innerModel);
173 Compilation compilation(&innerModel);
196 Compilation compilation(&innerModel);
217 Compilation compilation(&innerModel);
238 Compilation compilation(&innerModel);
264 Compilation compilation(&innerModel);
291 Compilation compilation(&innerModel);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.cpp85 Compilation compilation(&innerModel);
106 Compilation compilation(&innerModel);
128 Compilation compilation(&innerModel);
152 Compilation compilation(&innerModel);
173 Compilation compilation(&innerModel);
196 Compilation compilation(&innerModel);
217 Compilation compilation(&innerModel);
238 Compilation compilation(&innerModel);
264 Compilation compilation(&innerModel);
291 Compilation compilation(&innerModel);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp122 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_Construct()
141 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_ConstructWithOfflineModelFile()
165 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_ConstructWithOfflineModelBuffer()
180 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_ConstructForCache()
215 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_ExportCacheToBuffer()
248 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_ImportCacheFromBuffer()
280 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_AddExtensionConfig()
314 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_SetDevice()
334 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_SetCache()
349 Compilation* compilationImpl = reinterpret_cast<Compilation*>(compilation); in OH_NNCompilation_SetPerformanceMode()
[all …]
H A Dcompilation.h29 struct Compilation { struct
48 ~Compilation() in ~Compilation() argument
H A Dbackend.h40 virtual Compiler* CreateCompiler(Compilation* compilation) = 0;
43 virtual Executor* CreateExecutor(Compilation* compilation) = 0;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp440 Compilation *compilation = new (std::nothrow) Compilation();
468 Compilation *compilation = new (std::nothrow) Compilation();
485 Compilation *compilation = new (std::nothrow) Compilation();
502 Compilation *compilation = new (std::nothrow) Compilation();
519 Compilation *compilation = new (std::nothrow) Compilation();
535 Compilation *compilation = new (std::nothrow) Compilation();
551 Compilation *compilation = new (std::nothrow) Compilation();
587 Compilation *compilation = new (std::nothrow) Compilation();
603 Compilation *compilation = new (std::nothrow) Compilation();
619 Compilation *compilation = new (std::nothrow) Compilation();
[all …]
H A Dneural_network_core_test.h45 Compilation ation;
46 Compilation* compilation = &ation;
/ohos5.0/foundation/multimedia/image_effect/
H A DREADME.md7 - [Compilation](#Compilation)
42 ## Compilation section
/ohos5.0/drivers/hdf_core/adapter/uhdf/
H A DREADME.md15 ├── manager # Compilation scripts for adapting to the HDF
16 ├── platform # Compilation scripts for adapting to the hardware APIs
17 └── posix # Compilation scripts for adapting to the POSIX APIs
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.18/
H A Dchangelogs-arkcompiler.md34 ## cl.arkcompiler.2 Compilation Check Standardized for ArkTS Sendable Syntax Rules
62 class C extends a {} // Compilation error: The Sendable class cannot inherit from a variable.
77 class B extends A {} // Compilation error: A non-Sendable class cannot inherit from a Sendable c…
111 let c = new C<B>(); // Compilation error: The template type of the Sendable class in the generic…
133 class A {} // Compilation error: A Sendable class cannot use other decorators.
148 let c: C = {}; // Compilation error: Do not use object literals or array literals to initialize …
166 …a as B; // Compilation error: Do not use as to forcibly convert the non-Sendable type to the Se…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h41 Compiler* CreateCompiler(Compilation* compilation) override;
45 Executor* CreateExecutor(Compilation* compilation) override;
H A Dnnbackend.cpp107 Compiler* NNBackend::CreateCompiler(Compilation* compilation) in CreateCompiler()
150 Executor* NNBackend::CreateExecutor(Compilation* compilation) in CreateExecutor()
/ohos5.0/foundation/graphic/graphic_utils_lite/
H A DREADME.md5 - [Compilation and Building](#section137768191623)
37 ## Compilation and Building<a name="section137768191623"></a>
65 - [Compilation and Building](#section137768191623)
94 ## Compilation and Building<a name="section137768191623"></a>
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp315 Compilation backendName;
316 Compilation* compilation = &backendName;
332 Compilation backendName;
338 Compilation* compilation = &backendName;
403 Compilation backendName;
404 Compilation* compilation = &backendName;
422 Compilation *compilation = new (std::nothrow) Compilation();
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-prepare-building.md1 # Compilation and Building
3 ## Compilation Environment Setup
13 ## Introduction to the Compilation and Building Subsystem
15 …t the Compilation and Building subsystem, including the compilation and building process, build sc…
/ohos5.0/base/hiviewdfx/hicollie/
H A DREADME.md7 - [Compilation and Building](#section20568163942320)
30 ## Compilation and Building<a name="section20568163942320"></a>
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.1/
H A Dchangelogs-arkcompiler.md18 - Compilation in script mode
21 - Compilation in module mode
/ohos5.0/docs/en/application-dev/arkts-utils/
H A DReadme-EN.md76 - ArkTS Compilation Toolchain
77 - [ArkTS Compilation Toolchain Overview](compilation-tool-chain-overview.md)
83 - [Customizing Ark Bytecode During Compilation](customize-bytecode-during-compilation.md)
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-install-tool.md1 # Installing the Compilation Tools
4 …the functions of the OpenHarmony compilation and building module, see [Compilation and Building Gu…
/ohos5.0/foundation/window/window_manager_lite/
H A DREADME.md5 - [Compilation and Building](#section137768191623)
38 ## Compilation and Building<a name="section137768191623"></a>
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-arkui.md17 @Extend(Text, Button) // Compilation error: @Extend should have one and only one parameter.
22 @AnimatableExtend(Text, Polyline) //Compilation error: @AnimatableExtend should have one and only …
100 …Child() // Compilation error: Property 'link' in the custom component 'Child' is missing (mandato…
101 …// Compilation error: Property 'objectLink' in the custom component 'Child' is missing (mandatory …

123456