Home
last modified time | relevance | path

Searched defs:is_module (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp473 bool is_module, in create()
487 bool is_module, in ClassType()
H A Dtype.cpp717 bool Type::is_module() const { in is_module() function in c10::Type
970 InterfaceTypePtr InterfaceType::create(QualifiedName qualifiedName, bool is_module) { in create()
1035 InterfaceType::InterfaceType(QualifiedName name, bool is_module) in InterfaceType()
H A Dclass_type.h316 bool is_module() const override { in is_module() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A Dstatic.h58 using is_module = variable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem_kind.rs49 pub(crate) fn is_module(&self) -> bool { in is_module() method
Ditem.rs628 pub(crate) fn is_module(&self) -> bool { in is_module() method
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/
H A Dheader_exportable_declarations.cpp236 static bool is_module(header_exportable_declarations::FileType file_type) { in is_module() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dmapping_tracker.cc62 const bool is_module = IsKernelModule(params); in CreateKernelMemoryMapping() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py354 def is_module(self, file): member in _IncludePackageDataAbuse
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py354 def is_module(self, file): member in _IncludePackageDataAbuse
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py354 def is_module(self, file): member in _IncludePackageDataAbuse
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild_py.py354 def is_module(self, file): member in _IncludePackageDataAbuse
/aosp_15_r20/external/pytorch/torch/fx/
H A D_symbolic_trace.py591 def create_args_for_root(self, root_fn, is_module, concrete_args=None): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport_source.cpp399 bool is_module) { in importClass()
H A Dpython_print.cpp1420 bool is_module = classType->is_module(); in printClass() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dhelper.cpp697 static bool is_module( in is_module() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h491 py::bool_ is_module = py::isinstance(input, module_type); in tryToInferType() local
H A Dscript_init.cpp1800 bool is_module) { in initJitScriptBindings()
/aosp_15_r20/tools/asuite/atest/
H A Dmodule_info.py517 def is_module(self, name): member in ModuleInfo
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py7593 def __init__(self, is_module, inplace): argument
7665 def __init__(self, is_module): argument
7700 def __init__(self, is_module): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp5799 bool is_module) { in define_interface()