Searched refs:method_suffix (Results 1 – 3 of 3) sorted by relevance
272 method_suffix = name.replace('.', '_')273 get_name = 'get_' + method_suffix274 restore_name = 'restore_' + method_suffix
488 #define DEFINE_GET_SCALAR_METHOD(jtype, dtype, method_suffix) \ argument489 JNIEXPORT jtype JNICALL Java_org_tensorflow_Tensor_scalar##method_suffix( \498 #method_suffix); \
1252 method_suffix = name.replace('.', '_')1253 get_name = 'get_' + method_suffix1254 restore_name = 'restore_' + method_suffix