Home
last modified time | relevance | path

Searched defs:is_quant (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/utils/
H A Dquant_utils.py32 def is_quant(tensor: torch.fx.Node) -> bool: function
/aosp_15_r20/external/executorch/backends/xnnpack/utils/
H A Dquant_utils.py66 def is_quant(node: torch.fx.Node) -> bool: function