Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_function_test.cc30 TEST(CAPI, RemoteExecuteSilentCopiesAsyncFunc) { in TEST() argument
34 TEST(CAPI, RemoteExecuteSilentCopiesFuncRemoteOutputs) { in TEST() argument
39 TEST(CAPI, RemoteExecuteSilentCopiesAsyncFuncRemoteOutputs) { in TEST() argument
44 TEST(CAPI, RemoteExecuteSilentCopiesLocalAsyncFunc) { in TEST() argument
48 TEST(CAPI, RemoteExecuteSilentCopiesLocalFuncRemoteOutputs) { in TEST() argument
53 TEST(CAPI, RemoteExecuteSilentCopiesLocalAsyncFuncRemoteOutputs) { in TEST() argument
58 TEST(CAPI, RemoteExecuteSilentCopiesLocalAsyncFuncOrdering) { in TEST() argument
64 TEST(CAPI, RemoteExecuteSilentCopiesRemoteAsyncPackedInputFuncOrdering) { in TEST() argument
Dc_api_remote_test.cc117 TEST(CAPI, RemoteExecute) { TestRemoteExecute(false); } in TEST() argument
118 TEST(CAPI, RemoteExecuteAsync) { TestRemoteExecute(true); } in TEST() argument
127 TEST(CAPI, RemoteExecuteSilentCopies) { in TEST() argument
130 TEST(CAPI, RemoteExecuteSilentCopiesAsync) { in TEST() argument
133 TEST(CAPI, RemoteExecuteSilentCopiesLocal) { in TEST() argument
136 TEST(CAPI, RemoteExecuteSilentCopiesLocalAsync) { in TEST() argument
Dc_api_test.cc154 TEST(CAPI, Context) { in TEST() argument
176 TEST(CAPI, TensorHandle) { in TEST() argument
269 TEST(CAPI, TensorHandleCopyBetweenDevices) { in TEST() argument
273 TEST(CAPI, TensorHandleCopyBetweenDevicesAsync) { in TEST() argument
309 TEST(CAPI, TensorHandleCopyBetweenDevicesError) { in TEST() argument
313 TEST(CAPI, TensorHandleCopyBetweenDevicesErrorAsync) { in TEST() argument
388 TEST(CAPI, TensorHandleCopyBetweenTwoGPUDevices) { in TEST() argument
392 TEST(CAPI, TensorHandleCopyBetweenTwoGPUDevicesAsync) { in TEST() argument
461 TEST(CAPI, TensorHandleSilentCopy) { in TEST() argument
465 TEST(CAPI, TensorHandleSilentCopyAsync) { in TEST() argument
[all …]
Dc_api_experimental_test.cc41 TEST(CAPI, MonitoringCounter0) { in TEST() argument
72 TEST(CAPI, MonitoringCounterMultiple) { in TEST() argument
93 TEST(CAPI, MonitoringGauge0) { in TEST() argument
117 TEST(CAPI, MonitoringMultipleGauge) { in TEST() argument
141 TEST(CAPI, MonitoringSampler0) { in TEST() argument
170 TEST(CAPI, MonitoringMultipleSampler) { in TEST() argument
207 TEST(CAPI, CancellationManager) { in TEST() argument
215 TEST(CAPI, ExecutorContextDestructionOrder) { in TEST() argument
244 TEST(CAPI, Function_ident_CPU) { in TEST() argument
361 TEST(CAPI, Executor_MatMul_CPU) { Executor_MatMul_CPU(false); } in TEST() argument
[all …]
Dc_api_cluster_test.cc194 TEST(CAPI, RemoteExecuteChangeServerDef) { in TEST() argument
197 TEST(CAPI, RemoteExecuteChangeServerDefAsync) { in TEST() argument
241 TEST(CAPI, RemoteExecuteUpdateServerDef) { in TEST() argument
245 TEST(CAPI, RemoteExecuteUpdateServerDefAsync) { in TEST() argument
337 TEST(CAPI, TestRemoteExecuteUpdateServerDefResourceAccess) { in TEST() argument
341 TEST(CAPI, TestRemoteExecuteUpdateServerDefResourceAccessAsync) { in TEST() argument
405 TEST(CAPI, RemoteExecuteUpdateServerDefWithFailures) { in TEST() argument
409 TEST(CAPI, RemoteExecuteUpdateServerDefWithFailuresAsync) { in TEST() argument
475 TEST(CAPI, ConnectToClusterLocalhostFirst) { TestConnectToCluster(false); } in TEST() argument
477 TEST(CAPI, ConnectToClusterRenameFirst) { TestConnectToCluster(true); } in TEST() argument
Dc_api_distributed_test.cc239 TEST(CAPI, TestLocalFunctionWithPackedInput) { in TEST() argument
243 TEST(CAPI, TestRemoteFunctionWithPackedInput) { in TEST() argument
341 TEST(CAPI, DistributedFunctionGraphPassOnlyOnce) { in TEST() argument
544 TEST(CAPI, DistributedFunctionNoError) { in TEST() argument
550 TEST(CAPI, DISABLED_DistributedFunctionCancelledOnError) { in TEST() argument
617 TEST(CAPI, RemoteExecuteDeleteContextWithOutstandingRPC) { in TEST() argument
621 TEST(CAPI, RemoteExecuteDeleteContextWithOutstandingRPCAsync) { in TEST() argument
/external/tensorflow/tensorflow/c/
Dc_api_test.cc112 TEST(CAPI, Version) { EXPECT_STRNE("", TF_Version()); } in TEST() argument
114 TEST(CAPI, Status) { in TEST() argument
129 TEST(CAPI, Tensor) { in TEST() argument
151 TEST(CAPI, MalformedTensor) { in TEST() argument
160 TEST(CAPI, AllocateTensor) { in TEST() argument
173 TEST(CAPI, MaybeMove) { in TEST() argument
189 TEST(CAPI, LibraryLoadFunctions) { in TEST() argument
257 TEST(CAPI, TensorEncodeDecodeStrings) { in TEST() argument
267 TEST(CAPI, SessionOptions) { in TEST() argument
272 TEST(CAPI, DeprecatedSession) { in TEST() argument
[all …]
/external/libcap/doc/values/
D21.txt34 - manufacturer commands in isdn CAPI support driver
/external/tensorflow/third_party/mlir/
DBUILD185 "lib/CAPI/Dialect/Standard.cpp",
186 "lib/CAPI/IR/AffineExpr.cpp",
187 "lib/CAPI/IR/AffineMap.cpp",
188 "lib/CAPI/IR/BuiltinAttributes.cpp",
189 "lib/CAPI/IR/BuiltinTypes.cpp",
190 "lib/CAPI/IR/Diagnostics.cpp",
191 "lib/CAPI/IR/DialectHandle.cpp",
192 "lib/CAPI/IR/IR.cpp",
193 "lib/CAPI/IR/IntegerSet.cpp",
194 "lib/CAPI/IR/Pass.cpp",
[all …]
/external/llvm-project/mlir/test/
DCMakeLists.txt2 add_subdirectory(CAPI)
/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/tensorflow/tensorflow/lite/c/
Dc_api_test.cc31 TEST(CAPI, Version) { EXPECT_STRNE("", TfLiteVersion()); } in TEST() argument
/external/llvm-project/mlir/
DCMakeLists.txt105 add_subdirectory(lib/CAPI)
/external/llvm-project/mlir/docs/
DCAPI.md190 `include/mlir-c/<...>Dialect/` and `lib/CAPI/<...>Dialect/`. The core APIs
191 provide implementation-private headers in `include/mlir/CAPI/IR` that allow one
/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/llvm-project/clang/docs/
DClangFormattedStatus.rst5857 * - mlir/include/mlir/CAPI
6267 * - mlir/lib/CAPI/IR
6272 * - mlir/lib/CAPI/Registration
6277 * - mlir/lib/CAPI/Standard
6282 * - mlir/lib/CAPI/Transforms
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dcustom-style-interface.min.js.map1 …ADF,CACiB,CAAA,CADjB,CAGApB,EAAA,CAAamB,CACTC,EAAJ,EACEjB,CAAA,CAAAA,IAAA,CAPI,CATU,CAXkC,CAAxD,C,…
/external/python/cpython3/Modules/
D_datetimemodule.c6488 static PyDateTime_CAPI CAPI = { variable
6642 CAPI.TimeZone_UTC = PyDateTime_TimeZone_UTC; in PyInit__datetime()
6675 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");