MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AreEntriesSame

Method AreEntriesSame

tensorflow/core/kernels/initializable_lookup_table.cc:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Status 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

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.50
total_sizeMethod · 0.45

Tested by

no test coverage detected