Home
last modified time | relevance | path

Searched defs:ModuleType (Results 1 – 25 of 42) sorted by relevance

12

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py136 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument
137 modules_to_reload: Optional[List[ModuleType]] = None,
200 module: ModuleType,
201 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument
202 modules_to_reload: Optional[List[ModuleType]] = None,
300 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument
301 modules_to_reload: Optional[List[ModuleType]] = None,
349 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument
350 modules_to_reload: Optional[List[ModuleType]] = None,
439 additional_skip_names: Optional[List[Union[str, ModuleType]]] = None, argument
[all …]
Dfake_path.py54 def _copy_module(old: ModuleType) -> ModuleType:
/external/pytorch/tools/test/
Dtest_executorch_unboxing.py86 self, unboxing: Unboxing, types: ModuleType
110 self, unboxing: Unboxing, types: ModuleType
134 self, unboxing: Unboxing, types: ModuleType
158 self, unboxing: Unboxing, types: ModuleType
/external/pytorch/torch/utils/
D_config_module.py20 def install_config_module(module: ModuleType) -> None:
31 source: Union[ModuleType, type],
32 dest: Union[ModuleType, SubConfigProxy],
81 def get_assignments_with_compile_ignored_comments(module: ModuleType) -> Set[str]:
/external/executorch/runtime/
D__init__.py131 def __init__(self, legacy_module: ModuleType) -> None:
158 def __init__(self, *, legacy_module: ModuleType) -> None:
/external/python/cpython3/Lib/importlib/resources/
D_common.py59 def get_resource_reader(package: types.ModuleType) -> Optional[ResourceReader]:
107 def from_package(package: types.ModuleType):
/external/skia/src/sksl/
DSkSLModuleDataFile.cpp18 std::string GetModuleData(ModuleType /*name*/, const char* filename) { in GetModuleData() argument
DSkSLModule.h41 enum class ModuleType : int8_t { enum
/external/pytorch/binaries/
Dspeed_benchmark_torch.cc280 using ModuleType = torch::jit::mobile::Module; in main() typedef
282 using ModuleType = torch::jit::Module; in main() typedef
/external/dagger2/javatests/dagger/internal/codegen/
DModuleValidationTest.java41 private enum ModuleType { enum in ModuleValidationTest
48 ModuleType(Class<? extends Annotation> annotation) { in ModuleType() method in ModuleValidationTest.ModuleType
/external/grpc-grpc/src/python/grpcio/grpc/
D_runtime_protos.py30 def _has_runtime_proto_symbols(mod: types.ModuleType) -> bool:
/external/pytorch/torch/csrc/api/include/torch/
Dpython.h107 py::class_<ModuleType, Extra...> add_module_bindings( in add_module_bindings()
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py321 def from_paths(cls, protos: Iterable[str | Path | ModuleType]) -> Library:
346 def __init__(self, modules: Iterable[ModuleType]):
/external/python/cpython3/Lib/
Drunpy.py24 ModuleType = type(sys) variable
Dtypes.py52 ModuleType = type(sys) variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h96 support::ubig16_t ModuleType; member
134 support::ubig16_t ModuleType; member
/external/pytorch/torch/distributed/tensor/experimental/
D_attention.py548 fn_module: types.ModuleType,
603 def _restore_function(fn: Callable, fn_module: types.ModuleType) -> None:
/external/python/cpython3/Lib/test/test_module/
D__init__.py11 ModuleType = type(sys) variable
/external/pigweed/pw_cli/py/pw_cli/
Dplugins.py505 module: types.ModuleType, recursive: bool = False
/external/executorch/extension/pybindings/test/
Dmake_test.py127 runtime: ModuleType,
/external/bcc/src/cc/
Dsyms.h120 enum class ModuleType { enum
/external/bcc/src/cc/includes/
Dsyms.h120 enum class ModuleType { enum
/external/pytorch/torch/_dynamo/
Dtrace_rules.py3177 def _module_dir(m: types.ModuleType):
/external/pytorch/torch/package/
Dpackage_importer.py456 def _install_on_parent(self, parent: str, name: str, module: types.ModuleType):
/external/pytorch/torch/onnx/_internal/fx/passes/
Dtype_promotion.py1148 cls, ref_module: ModuleType

12