Home
last modified time | relevance | path

Searched refs:Compile (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dprogram_unittest.cpp29 * @tc.desc: Compile the program based on the input string
44 * @tc.steps: step2. Call Compile to compile the program in HWTEST_F()
47 program->Compile(horizon->GetVertexShader(), horizon->GetFragmentShader()); in HWTEST_F()
52 * @tc.desc: Compile the program based on the input string
67 * @tc.steps: step2. Call Compile to compile the program in HWTEST_F()
70 program->Compile(vertical->GetVertexShader(), vertical->GetFragmentShader()); in HWTEST_F()
75 * @tc.desc: Compile the program based on the input string
90 * @tc.steps: step2. Call Compile to compile the program in HWTEST_F()
93 program->Compile(saturation->GetVertexShader(), saturation->GetFragmentShader()); in HWTEST_F()
116 program->Compile(saturatio in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dprepared_model_service.h40 int32_t Compile(std::shared_ptr<mindspore::schema::MetaGraphT> graph);
42 int32_t Compile(const void* modelBuffer, size_t length);
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dprepared_model_service.h40 NNRT_ReturnCode Compile(std::shared_ptr<mindspore::schema::MetaGraphT> graph);
42 NNRT_ReturnCode Compile(const void* modelBuffer, size_t length);
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dprogram.h26 void Compile(const std::string& vertexShader, const std::string& fragmentShader);
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dalgo_filter.cpp49 program_->Compile(vertexString, fragmentString); in CreateProgram()
H A Dprogram.cpp21 void Program::Compile(const std::string& vertexShader, const std::string& fragmentShader) in Compile() function in OHOS::Rosen::Program
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp133 ret = service->Compile(graph); in PrepareModel()
175 ret = service->Compile(modelBuffer, modelCache[0].dataSize); in PrepareModelFromModelCache()
H A Dprepared_model_service.cpp185 int32_t PreparedModelService::Compile(std::shared_ptr<mindspore::schema::MetaGraphT> graph) in Compile() function in OHOS::HDI::Nnrt::V1_0::PreparedModelService
224 int32_t PreparedModelService::Compile(const void* modelBuffer, size_t length) in Compile() function in OHOS::HDI::Nnrt::V1_0::PreparedModelService
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp225 NNRT_ReturnCode PreparedModelService::Compile(std::shared_ptr<mindspore::schema::MetaGraphT> graph) in Compile() function in OHOS::HDI::Nnrt::V2_0::PreparedModelService
269 NNRT_ReturnCode PreparedModelService::Compile(const void* modelBuffer, size_t length) in Compile() function in OHOS::HDI::Nnrt::V2_0::PreparedModelService
H A Dnnrt_device_service.cpp140 ret = service->Compile(graph); in PrepareModel()
209 ret = service->Compile(modelBuffer, modelCache[0].dataSize); in PrepareModelFromModelCache()

Completed in 9 milliseconds