| 716 | Node* sink_node() const { return FindNodeId(kSinkId); } |
| 717 | |
| 718 | const OpRegistryInterface* op_registry() const { return &ops_; } |
| 719 | const FunctionLibraryDefinition& flib_def() const { return ops_; } |
| 720 | |
| 721 | void CheckDeviceNameIndex(int index) { |
no outgoing calls