/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestCompilationCaching.cpp | 376 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()
|
D | TestGenerated.cpp | 71 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()
|
D | SupportLibraryTestGenerated.cpp | 84 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 D | MPSCompiler.mm | 40 ET_NODISCARD Error MPSCompiler::compileModel( 52 err = mpsGraphBuilder->compileModel();
|
H A D | MPSCompiler.h | 27 ET_NODISCARD static executorch::runtime::Error compileModel(
|
H A D | MPSGraphBuilder.h | 49 Error compileModel();
|
H A D | MPSBackend.mm | 51 Error err = mps::delegate::MPSCompiler::compileModel(
|
H A D | MPSGraphBuilder.mm | 32 MPSGraphBuilder::compileModel() {
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/ |
H A D | xnn_compiler.h | 21 static void compileModel(
|
H A D | xnn_compiler.cpp | 16 void XNNCompiler::compileModel( in compileModel() function in torch::jit::xnnpack::delegate::XNNCompiler
|
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/ |
H A D | XNNCompiler.h | 28 ET_NODISCARD static executorch::runtime::Error compileModel(
|
H A D | XNNPACKBackend.cpp | 84 Error err = xnnpack::delegate::XNNCompiler::compileModel( in init()
|
H A D | XNNCompiler.cpp | 1850 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 D | PTMCoreMLCompiler.h | 13 + (BOOL)compileModel:(const std::string&)modelSpecs modelID:(const std::string&)modelID;
|
H A D | PTMCoreMLCompiler.mm | 27 + (BOOL)compileModel:(const std::string&)modelSpecs modelID:(const std::string&)modelID {
|
H A D | PTMCoreMLBackend.mm | 154 if (![PTMCoreMLCompiler compileModel:model modelID:modelID]) {
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/ |
H A D | xnnpack_backend_lib.cpp | 44 XNNCompiler::compileModel(ser_model.data(), ser_model.length(), &executor); in compile()
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/ |
H A D | VulkanBackend.cpp | 478 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()
|