/external/executorch/examples/models/llama/source_transformation/ |
D | pre_quantization.py | 29 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
|
D | lora.py | 93 def filter_fn(child: torch.nn.Module, cur_fqn: str) -> bool: function
|
/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/ |
D | mod.rs | 11 mod filter_fn; module
|
D | filter_fn.rs | 104 pub fn filter_fn<F>(f: F) -> FilterFn<F> in filter_fn() function
|
/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/ |
D | main.rs | 160 fn filter_fn() { in filter_fn() function
|
/external/executorch/examples/models/llama/experimental/ |
D | load_gguf_q4_0.py | 39 filter_fn, argument
|
/external/pytorch/torch/csrc/jit/passes/quantization/ |
D | finalize.cpp | 157 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/ |
D | config_partitioner.py | 133 def filter_fn(node: torch.fx.Node) -> bool: function
|
/external/flashrom/ |
D | usbdev.c | 37 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/ |
D | datapipes.py | 85 def __init__(self, source_datapipe, filter_fn): argument
|
/external/pytorch/torch/csrc/jit/passes/ |
D | metal_rewrite.cpp | 227 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in metalFoldPrePackingOps() local
|
D | xnnpack_rewrite.cpp | 400 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in FoldPrePackingOps() local
|
D | vulkan_rewrite.cpp | 456 PrePackingOpsFilterFn filter_fn = [](const Node* n) -> bool { in vulkanFoldPrePackingOps() local
|
/external/libdav1d/src/arm/32/ |
D | ipred16.S | 1411 .macro filter_fn bpc macro
|
D | mc16.S | 1447 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, my, bdmax, ds2, sr2 macro
|
D | mc.S | 1291 .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/ |
D | filter_parallelization_test.py | 36 def filter_fn(dataset, predicate): function
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | filter_test.py | 32 def filter_fn(dataset, predicate): function
|
D | snapshot_test.py | 46 def listdir_and_filter(dirname, filter_fn): argument
|
/external/libdav1d/src/arm/64/ |
D | ipred16.S | 3905 .macro filter_fn bpc macro
|
D | mc16.S | 1562 .macro filter_fn type, dst, d_strd, src, s_strd, w, h, mx, xmx, my, xmy, bdmax, ds2, sr2, taps macro
|
D | mc.S | 1438 .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/ |
D | executor_island_coarsening.cc | 95 function_ref<bool(const MergedIsland&)> filter_fn = in GetMergableIslands() local
|
/external/iproute2/ip/ |
D | iprule.c | 407 rtnl_filter_t filter_fn; in iprule_list_flush_or_save() local
|
/external/pytorch/torch/ao/quantization/quantizer/ |
D | x86_inductor_quantizer.py | 1342 self, node: Node, quantization_config, filter_fn argument
|