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.py251 method_suffix = name.replace('.', '_')
252 get_name = 'get_' + method_suffix
253 restore_name = 'restore_' + method_suffix
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc539 #define DEFINE_GET_SCALAR_METHOD(jtype, dtype, method_suffix) \ argument
540 JNIEXPORT jtype JNICALL Java_org_tensorflow_Tensor_scalar##method_suffix( \
549 #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