Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.cc1682 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ macro
1704 DEFINE_GETATTR(TF_OperationGetAttrInt, int64_t, tensorflow::int64, i);
1705 DEFINE_GETATTR(TF_OperationGetAttrFloat, float, float, f);
1706 DEFINE_GETATTR(TF_OperationGetAttrBool, unsigned char, bool, b);
1707 DEFINE_GETATTR(TF_OperationGetAttrType, TF_DataType, DataType, type);
1708 #undef DEFINE_GETATTR