Searched refs:DEFINE_SET_ATTR (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/native/ |
D | eager_operation_builder_jni.cc | 245 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ macro 249 DEFINE_SET_ATTR(Int, Long, jlong, int64_t); 250 DEFINE_SET_ATTR(Float, Float, jfloat, float); 251 DEFINE_SET_ATTR(Bool, Boolean, jboolean, unsigned char); 252 DEFINE_SET_ATTR(Type, Int, jint, TF_DataType); 253 #undef DEFINE_SET_ATTR
|
D | graph_operation_builder_jni.cc | 198 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ macro 202 DEFINE_SET_ATTR(Int, Long, jlong, int64_t); 203 DEFINE_SET_ATTR(Float, Float, jfloat, float); 204 DEFINE_SET_ATTR(Bool, Boolean, jboolean, unsigned char); 205 DEFINE_SET_ATTR(Type, Int, jint, TF_DataType); 206 #undef DEFINE_SET_ATTR
|