Searched refs:DEFINE_SET_ATTR (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.cc | 124 #define DEFINE_SET_ATTR(value_type, value_field) \ macro 132 DEFINE_SET_ATTR(float, float_attrs_); 133 DEFINE_SET_ATTR(int, int_attrs_); 134 DEFINE_SET_ATTR(bool, bool_attrs_); 135 DEFINE_SET_ATTR(tensorflow::DataType, type_attrs_); 137 #undef DEFINE_SET_ATTR
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | operation_builder_jni.cc | 194 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ macro 198 DEFINE_SET_ATTR(Int, Long, jlong, int64_t); 199 DEFINE_SET_ATTR(Float, Float, jfloat, float); 200 DEFINE_SET_ATTR(Bool, Boolean, jboolean, unsigned char); 201 DEFINE_SET_ATTR(Type, Int, jint, TF_DataType); 202 #undef DEFINE_SET_ATTR
|