Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.cc1794 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ macro
1816 DEFINE_GETATTR(TF_OperationGetAttrInt, int64_t, tensorflow::int64, i);
1817 DEFINE_GETATTR(TF_OperationGetAttrFloat, float, float, f);
1818 DEFINE_GETATTR(TF_OperationGetAttrBool, unsigned char, bool, b);
1819 DEFINE_GETATTR(TF_OperationGetAttrType, TF_DataType, DataType, type);
1820 #undef DEFINE_GETATTR