Searched refs:replace_node_with_constant (Results 1 – 4 of 4) sorted by relevance
/external/pytorch/torch/_inductor/ |
D | freezing.py | 14 from torch._inductor.constant_folding import constant_fold, replace_node_with_constant 58 replace_node_with_constant(gm, node, real_input)
|
D | constant_folding.py | 18 def replace_node_with_constant( function 249 replace_node_with_constant(gm, node, constant)
|
D | compile_fx.py | 291 replace_node_with_constant, 313 replace_node_with_constant(
|
/external/pytorch/torch/_export/passes/ |
D | constant_folding.py | 20 def replace_node_with_constant(gm, node, constant, name=None): function 213 replace_node_with_constant(gm, node, constant)
|