Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dwhile_context.cc21 std::vector<Node*> enter_nodes, in WhileContext()
H A Dwhile_context.h43 const std::vector<Node*>& enter_nodes() const { return enter_nodes_; } in enter_nodes() function
H A Dgraph.cc918 std::vector<Node*> enter_nodes, in AddWhileContext()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dpreprocess_graph.cpp20 std::vector<Node*> enter_nodes; in insertEnterMethodCalls() local