Home
last modified time | relevance | path

Searched defs:filter_ops (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/sparse/dlmc/
H A Dmatmul_bench.py64 def filter_ops(operation): function
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dop_partitioner_demo.py215 def filter_ops(node: torch.fx.Node) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dtpu_strategy.py1633 filter_ops = lambda x: [o for o in x if not isinstance(o, ops.Operation)] function
/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h503 } filter_ops; typedef
514 filter_ops *filter_ops; /* filter ops */ member