/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test.cc | 91 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 …]
|
D | c_api_experimental_test.cc | 103 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/ |
D | c_api_test.cc | 109 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/ |
D | cStringIO.c | 736 static struct PycStringIO_CAPI CAPI = { variable 769 v = PyCapsule_New(&CAPI, PycStringIO_CAPSULE_NAME, NULL); in initcStringIO()
|
D | datetimemodule.c | 4751 static PyDateTime_CAPI CAPI = { variable 4881 x = PyCapsule_New(&CAPI, PyDateTime_CAPSULE_NAME, NULL); in initdatetime()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | Makefile.PL.in | 248 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
|
/external/ImageMagick/PerlMagick/default/ |
D | Makefile.PL.in | 249 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.PL.in | 249 ($Config{'archname'} =~ /-object$/i ? ('CAPI' => 'TRUE') : ()),
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 6247 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/ |
D | 2.7.rst | 2282 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/ |
D | 2.7.rst | 2258 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");
|