Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc150 void IncrementByte(int offset, int delta) { contents_[offset] += delta; } in IncrementByte() function in tensorflow::io::__anon3461d06d0111::RecordioTest
321 IncrementByte(6, 100); in TEST_F()
327 IncrementByte(10, 100); in TEST_F()
333 IncrementByte(14, 10); in TEST_F()
339 IncrementByte(WrittenBytes() - 1, 10); in TEST_F()