HomeSort by relevance Sort by last modified time
    Searched defs:platform_string (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
test_macros.cc 86 string platform_string = XLA_PLATFORM; local
88 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) {
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 54 const char* platform_string; /* String to return */ member in struct:PlatformFamily
207 return strdup(p->platform_string);
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 98 const char* platform_string; /* String to return */ member in struct:PlatformFamily
496 return StrCopy(dest, p->platform_string, size);

Completed in 153 milliseconds