HomeSort by relevance Sort by last modified time
    Searched refs:PutFixed32 (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
block_builder.cc 75 core::PutFixed32(&buffer_, r);
78 core::PutFixed32(&buffer_, static_cast<uint32_t>(restarts_.size()));
format.cc 51 core::PutFixed32(dst, static_cast<uint32>(kTableMagicNumber & 0xffffffffu));
52 core::PutFixed32(dst, static_cast<uint32>(kTableMagicNumber >> 32));
  /external/tensorflow/tensorflow/core/lib/core/
coding.h 43 extern void PutFixed32(string* dst, uint32 value);
coding.cc 64 void PutFixed32(string* dst, uint32 value) {

Completed in 2275 milliseconds