Home | History | Annotate | Download | only in grappler

Lines Matching refs:node_name

42   const std::set<NodeDef*>& GetOutputs(const string& node_name) const;
47 void UpdateInput(const string& node_name, const string& old_input_name,
49 void AddOutput(const string& node_name, const string& output_name);
50 void RemoveInputs(const string& node_name);
51 void RemoveOutput(const string& node_name, const string& output_name);
52 void RemoveOutputs(const string& node_name);
53 void UpdateOutput(const string& node_name, const string& old_output_name,
179 inline const int index(const string& node_name) const {
180 const auto& it = name_to_index_.find(node_name);
184 inline const string& node_name(int node_idx) const {