Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dplatform_strings.h81 #define TF_PLAT_STR_MAGIC_PREFIX_ "\0S\\s\":^p*L}" macro
104 #define TF_PLAT_STR_(x) TF_PLAT_STR_MAGIC_PREFIX_ #x "=" TF_PLAT_STR_AS_STR_(x)
330 TF_PLAT_STR_MAGIC_PREFIX_ "TF_PLAT_STR_VERSION=" TF_PLAT_STR_VERSION_ \
Dplatform_strings.cc33 static const char prefix[] = TF_PLAT_STR_MAGIC_PREFIX_; in GetPlatformStrings()