/external/llvm/cmake/platforms/ |
D | iOS.cmake | 18 message(STATUS "Using SDKROOT ${SDKROOT}") 27 message(STATUS "Using c compiler ${CMAKE_C_COMPILER}") 35 message(STATUS "Using c compiler ${CMAKE_CXX_COMPILER}") 44 message(STATUS "Using ar ${CMAKE_AR}") 53 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
D | README.md | 14 Using a synthetic data, run: 17 # Using eager execution 20 # Using graph execution 28 # Using eager execution 31 # Using graph execution
|
/external/tensorflow/tensorflow/examples/learn/ |
D | README.md | 18 * [Building a Model Using Different GPU Configurations](https://www.tensorflow.org/code/tensorflow/… 31 * [Text Classification Using Recurrent Neural Networks on Words](https://www.tensorflow.org/code/te… 32 * [Text Classification Using Convolutional Neural Networks on Words](https://www.tensorflow.org/cod… 33 * [Text Classification Using Recurrent Neural Networks on Characters](https://www.tensorflow.org/co… 34 * [Text Classification Using Convolutional Neural Networks on Characters](https://www.tensorflow.or…
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/ |
D | README.md | 22 # Using eager execution 25 # Using graph execution 34 # Using eager execution 37 # Using graph execution
|
/external/clang/docs/ |
D | index.rst | 13 Using Clang as a Compiler 42 Using Clang as a Library 60 Using Clang Tools
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-compare-instructions.ll | 158 ; Using registers other than v0, v1 are possible, but would be odd. 167 ; Using registers other than v0, v1 are possible, but would be odd. 176 ; Using registers other than v0, v1 are possible, but would be odd. 185 ; Using registers other than v0, v1 are possible, but would be odd. 194 ; Using registers other than v0, v1 are possible, but would be odd. 203 ; Using registers other than v0, v1 are possible, but would be odd. 212 ; Using registers other than v0, v1 are possible, but would be odd. 270 ; Using registers other than v0, v1 are possible, but would be odd. 279 ; Using registers other than v0, v1 are possible, but would be odd. 288 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|
D | neon-compare-instructions.ll | 180 ; Using registers other than v0, v1 are possible, but would be odd. 190 ; Using registers other than v0, v1 are possible, but would be odd. 200 ; Using registers other than v0, v1 are possible, but would be odd. 210 ; Using registers other than v0, v1 are possible, but would be odd. 220 ; Using registers other than v0, v1 are possible, but would be odd. 230 ; Using registers other than v0, v1 are possible, but would be odd. 240 ; Using registers other than v0, v1 are possible, but would be odd. 306 ; Using registers other than v0, v1 are possible, but would be odd. 316 ; Using registers other than v0, v1 are possible, but would be odd. 326 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkNonAsciiSSID | 31 # Using valid Unicode characters only as SSID 33 # Using a single extended ASCII character (a-grave) as SSID 35 # Using mix of ASCII and Unicode characters as SSID
|
/external/iproute2/examples/bpf/ |
D | README | 5 - bpf_tailcall.c -> Using tail call chains 8 - bpf_map_in_map.c -> Using map in map example
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 388 message(STATUS "SSE2: Using architecture defaults") 394 message(STATUS "SSE3: Using architecture defaults") 400 message(STATUS "SSSE3: Using architecture defaults") 406 message(STATUS "SSE4.1: Using architecture defaults") 412 message(STATUS "SSE4.2: Using architecture defaults") 418 message(STATUS "AVX: Using architecture defaults") 424 message(STATUS "FMA: Using architecture defaults") 430 message(STATUS "AVX512: Using architecture defaults") 436 message(STATUS "Altivec: Using architecture defaults") 442 message(STATUS "VSX: Using architecture defaults") [all …]
|
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
D | lit.cfg | 12 lit_config.note('Using internal shell') 15 lit_config.note('Using external shell')
|
/external/skqp/site/dev/contrib/ |
D | revert.md | 4 Using one-click revert 9 Using Git
|
/external/skia/site/dev/contrib/ |
D | revert.md | 4 Using one-click revert 9 Using Git
|
/external/ImageMagick/api_examples/ |
D | README | 26 cli_process.c Using the function that processes a argument list 27 cli_operators.c Using operator groups to process individual options
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 442 @echo Using SSL: $(USE_SSL) 443 @echo Using NGHTTP2: $(USE_NGHTTP2) 444 @echo Using c-ares: $(USE_CARES) 445 @echo Using SSH2: $(USE_SSH2) 446 @echo Using ZLIB: $(USE_ZLIB) 447 @echo Using IDN: $(USE_IDN) 448 @echo Using IPv6: $(USE_IPV6) 449 @echo Using SSPI: $(USE_SSPI) 450 @echo Using WinSSL: $(USE_WINSSL)
|
/external/walt/docs/ |
D | ChromeOS.md | 1 ## Using WALT on ChromeOS 5 …1. Using the [WALT Android app](https://play.google.com/store/apps/details?id=org.kamrik.latency.w… 36 ### Using WALT Android app
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 198 let Latency = 23; // Using common case 203 let Latency = 31; // Using common case 208 let Latency = 19; // Using common case 213 let Latency = 27; // Using common case 218 let Latency = 27; // Using common case 223 let Latency = 27; // Using common case 228 let Latency = 27; // Using common case 233 let Latency = 35; // Using common case
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.info | 39 * Using libffi:: How to use libffi. 44 File: libffi.info, Node: Introduction, Next: Using libffi, Prev: Top, Up: Top 77 File: libffi.info, Node: Using libffi, Next: Missing Features, Prev: Introduction, Up: Top 79 2 Using libffi 92 File: libffi.info, Node: The Basics, Next: Simple Example, Up: Using libffi 173 File: libffi.info, Node: Simple Example, Next: Types, Prev: The Basics, Up: Using libffi 214 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi 381 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi 393 File: libffi.info, Node: The Closure API, Next: Closure Example, Prev: Multiple ABIs, Up: Using… 469 File: libffi.info, Node: Closure Example, Prev: The Closure API, Up: Using libffi [all …]
|
/external/python/cpython3/Modules/_ctypes/libffi/doc/ |
D | libffi.info | 39 * Using libffi:: How to use libffi. 44 File: libffi.info, Node: Introduction, Next: Using libffi, Prev: Top, Up: Top 77 File: libffi.info, Node: Using libffi, Next: Missing Features, Prev: Introduction, Up: Top 79 2 Using libffi 92 File: libffi.info, Node: The Basics, Next: Simple Example, Up: Using libffi 173 File: libffi.info, Node: Simple Example, Next: Types, Prev: The Basics, Up: Using libffi 214 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi 381 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi 393 File: libffi.info, Node: The Closure API, Next: Closure Example, Prev: Multiple ABIs, Up: Using… 469 File: libffi.info, Node: Closure Example, Prev: The Closure API, Up: Using libffi [all …]
|
/external/eigen/doc/ |
D | LeastSquares.dox | 17 \section LeastSquaresSVD Using the SVD decomposition 35 \section LeastSquaresQR Using the QR decomposition 51 \section LeastSquaresNormalEquations Using normal equations
|
D | StlContainers.dox | 3 /** \eigenManualPage TopicStlContainers Using STL Containers with Eigen 9 Using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", or c… 16 \section allocator Using an aligned allocator
|
/external/v8/tools/turbolizer/ |
D | README.md | 26 bottom of this document under "Using Perf with Turbo." 28 Using the python interface in perf script requires python-dev to be installed 41 Using Perf with Turbo
|
/external/swiftshader/third_party/subzero/ |
D | Makefile.standalone | 191 $(info Using LLVM_SRC_PATH = $(LLVM_SRC_PATH)) 192 $(info Using SB_LLVM_PATH = $(SB_LLVM_PATH)) 193 $(info Using NACL_ROOT = $(NACL_ROOT)) 194 $(info Using TOOLCHAIN_ROOT = $(TOOLCHAIN_ROOT)) 195 $(info Using PNACL_TOOLCHAIN_ROOT = $(PNACL_TOOLCHAIN_ROOT)) 196 $(info Using PNACL_BIN_PATH = $(PNACL_BIN_PATH)) 197 $(info Using CLANG_PATH = $(CLANG_PATH)) 198 $(info Using LIBCXX_INSTALL_PATH = $(LIBCXX_INSTALL_PATH)) 199 $(info Using HOST_ARCH = $(HOST_ARCH))
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 40 Using (3), (4) and the fact that p is prime, the remainder is always 76 Using the cumulative error, the error bounds for qest are: 97 Using (1) and (7), it is sufficient to show that: 122 Using (1) and (7), it is sufficient to show that:
|
/external/toolchain-utils/crosperf/test_cache/compare_output/ |
D | results.txt | 1 …Using emerged autotests already installed at /build/lumpy/usr/local/autotest.\n\nINFO : Running… 3 …test_that.Z4Ld/autotest_key (/tmp/test_that.Z4Ld/autotest_key)\nINFO : Using emerged autotests …
|