Home
last modified time | relevance | path

Searched defs:LoadModule (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/mlir/
H A Dmlir_transform.cc29 Handle LoadModule(Object self, String saved_model) { in LoadModule() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/metrics/
H A Derror_collector_inst_test.cc93 StatusOr<OwningOpRef<mlir::ModuleOp>> LoadModule(MLIRContext* context, in LoadModule() function
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dresource_loader.py111 def LoadModule(self, module_name=None, module_filename=None, member in ResourceLoader
H A Dproject.py140 def LoadModule(self, module_name=None, module_filename=None): member in Project
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dsource_line_resolver_base.cc154 bool SourceLineResolverBase::LoadModule(const CodeModule* module, in LoadModule() function in google_breakpad::SourceLineResolverBase
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h179 virtual port::Status LoadModule(const MultiModuleLoaderSpec& spec, in LoadModule() function
H A Dstream_executor_pimpl.cc201 port::Status StreamExecutor::LoadModule(const MultiModuleLoaderSpec& spec, in LoadModule() function in stream_executor::StreamExecutor
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py290 def LoadModule(self, module_name, source): member in DescribeFileTest
/aosp_15_r20/external/libchrome/crypto/
H A Dnss_util.cc729 static SECMODModule* LoadModule(const char* name, in LoadModule() function in crypto::__anon1d0ef6600111::NSSInitSingleton
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc369 port::Status GpuExecutor::LoadModule(const MultiModuleLoaderSpec& spec, in LoadModule() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc328 port::Status GpuExecutor::LoadModule(const MultiModuleLoaderSpec& spec, in LoadModule() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/angle/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp721 DWORD LoadModule(HANDLE hProcess, LPCSTR img, LPCSTR mod, DWORD64 baseAddr, DWORD size) in LoadModule() function in StackWalkerInternal
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/trace/v1/
Dtrace.pb.go1484LoadModule *Module `protobuf:"bytes,6,opt,name=load_module,json=loadModule,proto3" json:"load_modu… member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddbgeng.h1395 …STDMETHOD(LoadModule)(THIS_ ULONG64 ImageFileHandle,ULONG64 BaseOffset,ULONG ModuleSize,PCSTR Modu… in DECLARE_INTERFACE_() local
1868 …STDMETHOD(LoadModule)(THIS_ ULONG64 ImageFileHandle,ULONG64 BaseOffset,ULONG ModuleSize,PCSTR Modu… in STDMETHOD() argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs71533 pub fn LoadModule(lpModuleName: LPCSTR, lpParameterBlock: LPVOID) -> DWORD; in LoadModule() function