| 76 | } |
| 77 | |
| 78 | Status InitializableLookupTable::AreEntriesSame(const InitTableIterator& iter, |
| 79 | bool* result) { |
| 80 | *result = iter.total_size() == size(); |
| 81 | return Status::OK(); |
| 82 | } |
| 83 | |
| 84 | } // namespace lookup |
| 85 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected