Home
last modified time | relevance | path

Searched refs:CAPI (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc91 TEST(CAPI, Context) { in TEST() argument
208 TEST(CAPI, RemoteExecute) { TestRemoteExecute(false); } in TEST() argument
209 TEST(CAPI, RemoteExecuteAsync) { TestRemoteExecute(true); } in TEST() argument
295 TEST(CAPI, RemoteExecuteSilentCopies) { TestRemoteExecuteSilentCopies(false); } in TEST() argument
296 TEST(CAPI, RemoteExecuteSilentCopiesAsync) { in TEST() argument
434 TEST(CAPI, RemoteExecuteChangeServerDef) { in TEST() argument
437 TEST(CAPI, RemoteExecuteChangeServerDefAsync) { in TEST() argument
441 TEST(CAPI, TensorHandle) { in TEST() argument
528 TEST(CAPI, TensorHandleCopyBetweenDevices) { in TEST() argument
532 TEST(CAPI, TensorHandleCopyBetweenDevicesAsync) { in TEST() argument
[all …]
Dc_api_experimental_test.cc103 TEST(CAPI, ExecuteWithTracing) { ExecuteWithProfiling(false); } in TEST() argument
104 TEST(CAPI, ExecuteWithTracingAsync) { ExecuteWithProfiling(true); } in TEST() argument
106 TEST(CAPI, MultipleProfilerSession) { in TEST() argument
/external/tensorflow/tensorflow/c/
Dc_api_test.cc109 TEST(CAPI, Version) { EXPECT_STRNE("", TF_Version()); } in TEST() argument
111 TEST(CAPI, Status) { in TEST() argument
126 TEST(CAPI, Tensor) { in TEST() argument
148 TEST(CAPI, MalformedTensor) { in TEST() argument
157 TEST(CAPI, AllocateTensor) { in TEST() argument
170 TEST(CAPI, MaybeMove) { in TEST() argument
186 TEST(CAPI, LibraryLoadFunctions) { in TEST() argument
254 TEST(CAPI, TensorEncodeDecodeStrings) { in TEST() argument
264 TEST(CAPI, SessionOptions) { in TEST() argument
269 TEST(CAPI, DeprecatedSession) { in TEST() argument
[all …]
/external/python/cpython2/Modules/
DcStringIO.c736 static struct PycStringIO_CAPI CAPI = { variable
769 v = PyCapsule_New(&CAPI, PycStringIO_CAPSULE_NAME, NULL); in initcStringIO()
Ddatetimemodule.c4751 static PyDateTime_CAPI CAPI = { variable
4881 x = PyCapsule_New(&CAPI, PyDateTime_CAPSULE_NAME, NULL); in initdatetime()
/external/ImageMagick/PerlMagick/quantum/
DMakefile.PL.in248 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
/external/ImageMagick/PerlMagick/default/
DMakefile.PL.in249 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
/external/ImageMagick/PerlMagick/
DMakefile.PL.in249 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
/external/python/cpython3/Modules/
D_datetimemodule.c6247 static PyDateTime_CAPI CAPI = { variable
6387 CAPI.TimeZone_UTC = PyDateTime_TimeZone_UTC; in PyInit__datetime()
6436 x = PyCapsule_New(&CAPI, PyDateTime_CAPSULE_NAME, NULL); in PyInit__datetime()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2282 example, the :mod:`socket` module's API is exposed as ``socket.CAPI``,
2299 if (!PyCapsule_IsValid(capsule, "mymodule.CAPI") {
2304 vtable = PyCapsule_GetPointer(capsule, "mymodule.CAPI");
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2258 example, the :mod:`socket` module's API is exposed as ``socket.CAPI``,
2275 if (!PyCapsule_IsValid(capsule, "mymodule.CAPI") {
2280 vtable = PyCapsule_GetPointer(capsule, "mymodule.CAPI");