Home
last modified time | relevance | path

Searched defs:extra_check (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/_ops/
H A D_common.py12 def _sharded_op_common(op, early_stop_func, extra_check): argument
63 op, early_stop_func=None, extra_check=None, customized_func=None argument
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dfreezing_patterns.py99 def register_freezing_graph_pattern(pattern, extra_check=_return_true, pass_number=0): argument
107 def register_binary_folding_pattern(pattern, extra_check=_return_true): argument
H A Dreinplace.py33 extra_check: Callable[[torch.fx.Node], bool] = lambda node: True variable in InplaceableOp
H A Dpost_grad.py192 def register_lowering_pattern(pattern, extra_check=_return_true, pass_number=1): argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_micro_gemm.py185 extra_check: Optional[Callable[..., bool]] = None variable in CppMicroGemmConfig
210 extra_check=None, argument
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/
H A D_common.py32 op, early_stop_func=None, extra_check=None, customized_func=None argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_custom_post_grad_passes.py94 pattern, extra_check, custom_pass_dict argument
H A Dtest_pattern_matcher.py1002 def extra_check(match): function
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_memory_planning.py142 def extra_check( member in ModuleListArg
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/
DCargo.toml171 extra_check = [] qkey
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_verifier.cc477 ExtraCheckFn extra_check) { in VerifyTypeDescriptor()