Home
last modified time | relevance | path

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

/external/pytorch/torch/fx/passes/utils/
Dmatcher_utils.py43 placeholder_nodes: List[Node] = field(default_factory=list) variable in InternalMatch
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc200 std::vector<Node*> placeholder_nodes; in PostprocessDataEdgesBetweenOutsideCompilations() local