Home
last modified time | relevance | path

Searched defs:Module (Results 276 – 300 of 2267) sorted by relevance

1...<<11121314151617181920>>...91

/aosp_15_r20/external/pytorch/torch/distributed/tensor/debug/
H A D_op_coverage.py24 def get_inductor_decomp_graphs(model: nn.Module, args, kwargs):
50 def print_op_coverage_summary(model: nn.Module, args, kwargs, *, output_csv=False):
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dtracer.py16 self, scope: Scope, current_module: torch.nn.Module, current_module_path: str
36 def is_leaf_module(self, m: torch.nn.Module, module_qualified_name: str) -> bool:
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/
H A Dregistration_saving_test.py142 class Module(autotrackable.AutoTrackable): class
172 class Module(autotrackable.AutoTrackable): class
194 class Module(autotrackable.AutoTrackable): class
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
H A DModule.java10 public class Module { class
41 Module(INativePeer nativePeer) { in Module() method in Module
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dfunctional_call.py13 module: "torch.nn.Module",
160 models: List[nn.Module],
/aosp_15_r20/external/executorch/extension/gguf_util/converters/
H A Dllama_converter.py74 pt_model: nn.Module, gguf_model_args: GGUFModelArgs, gguf_weights: GGUFWeights
93 def _create_pte_program(pt_model: nn.Module) -> bytes:
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/
H A Dgen_saved_models.py48 class Module(module.Module): class
74 class Module(module.Module): class
/aosp_15_r20/build/soong/cc/
H A Dstub_library.go37 func IsStubTarget(m *Module) bool {
42 func getInstalledFileName(ctx android.SingletonContext, m *Module) string {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DCodeGenAction.h17 class Module; variable
32 std::unique_ptr<llvm::Module> Module; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DCodeGenAction.h17 class Module; variable
32 std::unique_ptr<llvm::Module> Module; member
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/
H A Dmisc.py79 def _get_candidates(module: torch.nn.Module):
86 def remove_all_weight_norm(model : torch.nn.Module, verbose=False):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DCodeGenAction.h17 class Module; variable
32 std::unique_ptr<llvm::Module> Module; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DCodeGenAction.h17 class Module; variable
32 std::unique_ptr<llvm::Module> Module; member
/aosp_15_r20/build/soong/apex/
H A Dapex.go596 …droidMkModuleName string, installDir string, class apexFileClass, module android.Module) apexFile {
1389 func apexFileForNativeLibrary(ctx android.BaseModuleContext, ccMod *cc.Module, handleSpecialLibs bo…
1425 func apexFileForExecutable(ctx android.BaseModuleContext, cc *cc.Module) apexFile {
1439 func apexFileForRustExecutable(ctx android.BaseModuleContext, rustm *rust.Module) apexFile {
1451 func apexFileForRustLibrary(ctx android.BaseModuleContext, rustm *rust.Module) apexFile {
2370 func apexBootclasspathFragmentFiles(ctx android.ModuleContext, module blueprint.Module) []apexFile {
2419 func apexClasspathFragmentProtoFile(ctx android.ModuleContext, module blueprint.Module) *apexFile {
2431 …ootclasspathFragmentContentModule(ctx android.ModuleContext, fragmentModule blueprint.Module, java…
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_result.py1227 class Module(object): class
1255 class Module(object): class
1283 class Module(object): class
1313 class Module(object): class
1352 class Module(object): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_result.py1227 class Module(object): class
1255 class Module(object): class
1283 class Module(object): class
1313 class Module(object): class
1352 class Module(object): class
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dgast_util.py61 Module = gast.Module variable
69 Module = functools.partial(gast.Module, type_ignores=None) # pylint:disable=invalid-name variable
/aosp_15_r20/build/soong/android/
H A Dsdk.go34 func MinApiLevelForSdkSnapshot(ctx EarlyModuleContext, module Module) ApiLevel {
425 SdkMemberType(child Module) SdkMemberType
537 IsInstance(module Module) bool
803 PopulateFromVariant(ctx SdkMemberContext, variant Module)
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_init.py204 managed_modules: List[nn.Module],
205 expected_managed_modules: List[nn.Module],
651 self, model: nn.Module, mesh: DeviceMesh, mlp_dim: int
H A Dtest_fully_shard_clip_grad_norm_.py28 ref_model: nn.Module,
30 model: nn.Module,
/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Dparallel_apply.py25 modules: Sequence[Module],
59 module: Module,
/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DModule.java21 public class Module { class
62 Module(NativePeer nativePeer) { in Module() method in Module
/aosp_15_r20/external/pytorch/torch/_export/
H A Dtools.py18 model: torch.nn.Module,
62 mod: torch.nn.Module,
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DFrontendActions.h19 class Module; variable
94 clang::Module *Module; variable
/aosp_15_r20/external/executorch/examples/models/llama/experimental/
H A Dload_gguf_q4_0.py100 model: torch.nn.Module, gguf_weights: GGUFWeights
122 pt_model: torch.nn.Module, gguf_weights: GGUFWeights

1...<<11121314151617181920>>...91