Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dplatform_strings.h74 #define TF_PLAT_STR_VERSION_ "1.0" macro
330 TF_PLAT_STR_MAGIC_PREFIX_ "TF_PLAT_STR_VERSION=" TF_PLAT_STR_VERSION_ \
Dplatform_strings_test.cc123 CheckStr(str, "TF_PLAT_STR_VERSION", TF_PLAT_STR_VERSION_); in RunTest()