Home
last modified time | relevance | path

Searched refs:fn_obj (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-keras/Keras-2.4.3/tests/keras/
H A Dmetrics_confusion_matrix_test.py196 assert fn_obj.name == 'my_fn'
197 assert len(fn_obj.weights) == 1
198 assert fn_obj.thresholds == [0.4, 0.9]
207 fn_obj = metrics.FalseNegatives()
214 result = fn_obj(y_true, y_pred)
218 fn_obj = metrics.FalseNegatives()
224 result = fn_obj(y_true, y_pred, sample_weight=sample_weight)
228 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])
234 result = fn_obj(y_true, y_pred)
238 fn_obj = metrics.FalseNegatives(thresholds=[0.15, 0.5, 0.85])
[all …]
/dports/lang/v8/v8-9.6.180.12/src/d8/
H A Dasync-hooks-wrapper.cc100 Local<Object> fn_obj = args[0].As<Object>(); in CreateHook() local
104 fn_obj->Get(currentContext, String::NewFromUtf8Literal(isolate, #name)) \ in CreateHook()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/d8/
H A Dasync-hooks-wrapper.cc97 Local<Object> fn_obj = args[0].As<Object>(); in CreateHook() local
101 fn_obj->Get(currentContext, String::NewFromUtf8Literal(isolate, #name)) \ in CreateHook()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/d8/
H A Dasync-hooks-wrapper.cc97 Local<Object> fn_obj = args[0].As<Object>(); in CreateHook() local
101 fn_obj->Get(currentContext, String::NewFromUtf8Literal(isolate, #name)) \ in CreateHook()
/dports/sysutils/libdnf/libdnf-0.64.0/python/hawkey/
H A Dsack-py.cpp483 add_cmdline_package(_SackObject *self, PyObject *fn_obj) try in add_cmdline_package() argument
487 PycompString fn(fn_obj); in add_cmdline_package()
/dports/www/node10/node-v10.24.1/src/
H A Dasync_wrap.cc294 Local<Object> fn_obj = args[0].As<Object>(); in SetupHooks() local
297 Local<Value> name##_v = fn_obj->Get( \ in SetupHooks()