Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h668 #define GET_ATTR(T) \ macro
673 GET_ATTR(string)
674 GET_ATTR(bool)
675 #undef GET_ATTR
Dfunction.cc1168 #define GET_ATTR(T) \ macro
1173 GET_ATTR(string)
1174 GET_ATTR(bool) in GET_ATTR() function
1175 #undef GET_ATTR in GET_ATTR()