Home
last modified time | relevance | path

Searched refs:replace_node_with_constant (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/_inductor/
Dfreezing.py14 from torch._inductor.constant_folding import constant_fold, replace_node_with_constant
58 replace_node_with_constant(gm, node, real_input)
Dconstant_folding.py18 def replace_node_with_constant( function
249 replace_node_with_constant(gm, node, constant)
Dcompile_fx.py291 replace_node_with_constant,
313 replace_node_with_constant(
/external/pytorch/torch/_export/passes/
Dconstant_folding.py20 def replace_node_with_constant(gm, node, constant, name=None): function
213 replace_node_with_constant(gm, node, constant)