Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py272 method_suffix = name.replace('.', '_')
273 get_name = 'get_' + method_suffix
274 restore_name = 'restore_' + method_suffix
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc488 #define DEFINE_GET_SCALAR_METHOD(jtype, dtype, method_suffix) \ argument
489 JNIEXPORT jtype JNICALL Java_org_tensorflow_Tensor_scalar##method_suffix( \
498 #method_suffix); \
/external/python/cpython2/Lib/test/
Dregrtest.py1252 method_suffix = name.replace('.', '_')
1253 get_name = 'get_' + method_suffix
1254 restore_name = 'restore_' + method_suffix