Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/
Dindex_propagation.py43 def _is_constant(val: _ExprType): function
/external/pytorch/torch/onnx/
Dsymbolic_helper.py458 def _is_constant(value: Any) -> bool: function