Searched refs:method_suffix (Results 1 – 3 of 3) sorted by relevance
251 method_suffix = name.replace('.', '_')252 get_name = 'get_' + method_suffix253 restore_name = 'restore_' + method_suffix
539 #define DEFINE_GET_SCALAR_METHOD(jtype, dtype, method_suffix) \ argument540 JNIEXPORT jtype JNICALL Java_org_tensorflow_Tensor_scalar##method_suffix( \549 #method_suffix); \
1252 method_suffix = name.replace('.', '_')1253 get_name = 'get_' + method_suffix1254 restore_name = 'restore_' + method_suffix