Searched refs:Compile (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | program_unittest.cpp | 29 * @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 D | prepared_model_service.h | 40 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 D | prepared_model_service.h | 40 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 D | program.h | 26 void Compile(const std::string& vertexShader, const std::string& fragmentShader);
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | algo_filter.cpp | 49 program_->Compile(vertexString, fragmentString);
in CreateProgram()
|
H A D | program.cpp | 21 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 D | nnrt_device_service.cpp | 133 ret = service->Compile(graph); in PrepareModel() 175 ret = service->Compile(modelBuffer, modelCache[0].dataSize); in PrepareModelFromModelCache()
|
H A D | prepared_model_service.cpp | 185 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 D | prepared_model_service.cpp | 225 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 D | nnrt_device_service.cpp | 140 ret = service->Compile(graph); in PrepareModel() 209 ret = service->Compile(modelBuffer, modelCache[0].dataSize); in PrepareModelFromModelCache()
|
Completed in 9 milliseconds