| 164 | void set_name(std::string name) { name_ = std::move(name); } |
| 165 | |
| 166 | std::vector<Value<TensorT>*> values() const final { |
| 167 | return FilterValues([](const ValueDef&) { return true; }); |
| 168 | } |
| 169 | |
| 170 | std::vector<Node*> nodes() const final { |
| 171 | return FilterNodes([](const NodeDef&) { return true; }); |
no outgoing calls