Home
last modified time | relevance | path

Searched refs:compileModel (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp376 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() function in __anon17217abd0111::CompilationCachingTest
406 compileModel(driver, /*withToken=*/true); in createCache()
426 compileModel(driver, /*withToken=*/true); in TEST_P()
445 compileModel(driver, /*withToken=*/true); in TEST_P()
476 compileModel(driver, /*withToken=*/false); in TEST_P()
DTestGenerated.cpp71 std::optional<Compilation> compileModel(const Model& model);
128 std::optional<Compilation> GeneratedTests::compileModel(const Model& model) { in compileModel() function in android::nn::generated_tests::GeneratedTests
346 std::optional<Compilation> compilation = compileModel(model); in executeOnce()
368 std::optional<Compilation> compilation = compileModel(model); in executeMultithreadedSharedCompilation()
DSupportLibraryTestGenerated.cpp84 std::optional<Compilation> compileModel(const Model& model, ANeuralNetworksDevice* device);
162 std::optional<Compilation> GeneratedTests::compileModel(const Model& model, in compileModel() function in android::nn::generated_tests::GeneratedTests
424 std::optional<Compilation> compilation = compileModel(model, device); in executeOnce()
471 std::optional<Compilation> compilation = compileModel(model, device); in executeMultithreadedSharedCompilation()
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/
H A DMPSCompiler.mm40 ET_NODISCARD Error MPSCompiler::compileModel(
52 err = mpsGraphBuilder->compileModel();
H A DMPSCompiler.h27 ET_NODISCARD static executorch::runtime::Error compileModel(
H A DMPSGraphBuilder.h49 Error compileModel();
H A DMPSBackend.mm51 Error err = mps::delegate::MPSCompiler::compileModel(
H A DMPSGraphBuilder.mm32 MPSGraphBuilder::compileModel() {
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/
H A Dxnn_compiler.h21 static void compileModel(
H A Dxnn_compiler.cpp16 void XNNCompiler::compileModel( in compileModel() function in torch::jit::xnnpack::delegate::XNNCompiler
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.h28 ET_NODISCARD static executorch::runtime::Error compileModel(
H A DXNNPACKBackend.cpp84 Error err = xnnpack::delegate::XNNCompiler::compileModel( in init()
H A DXNNCompiler.cpp1850 ET_NODISCARD Error XNNCompiler::compileModel( in compileModel() function in executorch::backends::xnnpack::delegate::XNNCompiler
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/objc/
H A DPTMCoreMLCompiler.h13 + (BOOL)compileModel:(const std::string&)modelSpecs modelID:(const std::string&)modelID;
H A DPTMCoreMLCompiler.mm27 + (BOOL)compileModel:(const std::string&)modelSpecs modelID:(const std::string&)modelID {
H A DPTMCoreMLBackend.mm154 if (![PTMCoreMLCompiler compileModel:model modelID:modelID]) {
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_backend_lib.cpp44 XNNCompiler::compileModel(ser_model.data(), ser_model.length(), &executor); in compile()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/
H A DVulkanBackend.cpp478 compileModel(const void* buffer_pointer, ComputeGraph* compute_graph) const { in compileModel() function in executorch::backends::vulkan::__anon6b3a86570111::VulkanBackend
528 Error err = compileModel(processed->data(), compute_graph); in init()