Home
last modified time | relevance | path

Searched defs:filter_fn (Results 1 – 25 of 40) sorted by relevance

12

/external/executorch/examples/models/llama/source_transformation/
Dpre_quantization.py29 def filter_fn(child: torch.nn.Module, cur_fqn: str) -> bool: function
91 def filter_fn(child: torch.nn.Module, cur_fqn: str) -> bool: function
144 def filter_fn(child: torch.nn.Module, cur_fqn: str) -> bool: function
Dlora.py93 def filter_fn(child: torch.nn.Module, cur_fqn: str) -> bool: function
/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/
Dmod.rs11 mod filter_fn; module
Dfilter_fn.rs104 pub fn filter_fn<F>(f: F) -> FilterFn<F> in filter_fn() function
/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/
Dmain.rs160 fn filter_fn() { in filter_fn() function
/external/executorch/examples/models/llama/experimental/
Dload_gguf_q4_0.py39 filter_fn, argument
/external/pytorch/torch/csrc/jit/passes/quantization/
Dfinalize.cpp157 auto filter_fn = [](const Node* n) -> bool { in FoldQuantizedPrepackingOps() local
174 auto filter_fn = [](const Node* n) -> bool { in RegisterPrePackingParams() local
/external/executorch/exir/backend/canonical_partitioners/
Dconfig_partitioner.py133 def filter_fn(node: torch.fx.Node) -> bool: function
/external/flashrom/
Dusbdev.c37 uint16_t vid, uint16_t pid, filter_func filter_fn, void *filter_ctx) in get_by_vid_pid_filter()
/external/pytorch/torch/utils/data/datapipes/dataframe/
Ddatapipes.py85 def __init__(self, source_datapipe, filter_fn): argument
/external/pytorch/torch/csrc/jit/passes/
Dmetal_rewrite.cpp227 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in metalFoldPrePackingOps() local
Dxnnpack_rewrite.cpp400 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in FoldPrePackingOps() local
Dvulkan_rewrite.cpp456 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in vulkanFoldPrePackingOps() local
/external/libdav1d/src/arm/32/
Dipred16.S1411 .macro filter_fn bpc macro
Dmc16.S1447 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, my, bdmax, ds2, sr2 macro
Dmc.S1291 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, my, ds2, sr2, shift_hv macro
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dfilter_parallelization_test.py36 def filter_fn(dataset, predicate): function
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfilter_test.py32 def filter_fn(dataset, predicate): function
Dsnapshot_test.py46 def listdir_and_filter(dirname, filter_fn): argument
/external/libdav1d/src/arm/64/
Dipred16.S3905 .macro filter_fn bpc macro
Dmc16.S1562 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, xmx, my, xmy, bdmax, ds2, sr2, taps macro
Dmc.S1438 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, xmx, my, xmy, ds2, sr2, shift_hv, taps macro
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dexecutor_island_coarsening.cc95 function_ref<bool(const MergedIsland&)> filter_fn = in GetMergableIslands() local
/external/iproute2/ip/
Diprule.c407 rtnl_filter_t filter_fn; in iprule_list_flush_or_save() local
/external/pytorch/torch/ao/quantization/quantizer/
Dx86_inductor_quantizer.py1342 self, node: Node, quantization_config, filter_fn argument

12