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

  /external/tensorflow/tensorflow/core/lib/strings/
numbers.h 88 StringPiece Uint64ToHexString(uint64 v, char* buf);
numbers_test.cc 44 TEST(Uint64ToHexString, Ints) {
49 StringPiece s = Uint64ToHexString(fp, buf);
numbers.cc 370 StringPiece Uint64ToHexString(uint64 v, char* buf) {
  /external/tensorflow/tensorflow/core/framework/
rendezvous.cc 64 src_device, ";", strings::Uint64ToHexString(src_incarnation, buf), ";",

Completed in 226 milliseconds