Home
last modified time | relevance | path

Searched refs:index_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dformat.h67 const BlockHandle& index_handle() const { return index_handle_; } in index_handle() function
Dtable.cc62 s = ReadBlock(file, footer.index_handle(), &contents); in Open()