/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | class_type.cpp | 473 bool is_module, in create() 487 bool is_module, in ClassType()
|
H A D | type.cpp | 717 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 D | class_type.h | 316 bool is_module() const override { in is_module() function
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/ |
H A D | static.h | 58 using is_module = variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | item_kind.rs | 49 pub(crate) fn is_module(&self) -> bool { in is_module() method
|
D | item.rs | 628 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 D | header_exportable_declarations.cpp | 236 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 D | mapping_tracker.cc | 62 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/ |
D | build_py.py | 354 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/ |
D | build_py.py | 354 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/ |
D | build_py.py | 354 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/ |
D | build_py.py | 354 def is_module(self, file): member in _IncludePackageDataAbuse
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | _symbolic_trace.py | 591 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 D | import_source.cpp | 399 bool is_module) { in importClass()
|
H A D | python_print.cpp | 1420 bool is_module = classType->is_module(); in printClass() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | helper.cpp | 697 static bool is_module( in is_module() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | pybind_utils.h | 491 py::bool_ is_module = py::isinstance(input, module_type); in tryToInferType() local
|
H A D | script_init.cpp | 1800 bool is_module) { in initJitScriptBindings()
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | module_info.py | 517 def is_module(self, name): member in ModuleInfo
|
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_quantize_fx.py | 7593 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 D | ir_emitter.cpp | 5799 bool is_module) { in define_interface()
|