Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/transforms/
H A Dutils.py29 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
/aosp_15_r20/external/executorch/backends/arm/_passes/
H A Darm_pass_utils.py37 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
/aosp_15_r20/external/executorch/backends/xnnpack/utils/
H A Dutils.py105 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
/aosp_15_r20/external/executorch/backends/vulkan/
H A Dutils.py38 def is_param_node(program: ExportedProgram, node: torch.fx.Node) -> bool: function