HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 26 - 50 of 14007) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/docs_src/performance/xla/
developing_new_backend.md 10 be significantly simpler and scalable than implementing every existing
15 1. Existing CPU architecture not yet officially supported by XLA, with or
16 without an existing [LLVM](http://llvm.org) backend.
17 2. Non-CPU-like hardware with an existing LLVM backend.
18 3. Non-CPU-like hardware without an existing LLVM backend.
23 ## Scenario 1: Existing CPU architecture not yet officially supported by XLA
25 In this scenario, start by looking at the existing [XLA CPU backend]
37 If there is no existing LLVM backend but another kind of code generator exists,
38 it should be possible to reuse most of the existing CPU backend.
40 ## Scenario 2: Non-CPU-like hardware with an existing LLVM backen
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
FileMatchersTest.java 27 assertMatches("matches existing directory", FileMatchers.anExistingDirectory(), directory);
28 assertDoesNotMatch("doesn't match existing file", FileMatchers.anExistingDirectory(), file);
33 assertMatches("matches existing file", FileMatchers.anExistingFileOrDirectory(), file);
34 assertMatches("matches existing directory", FileMatchers.anExistingFileOrDirectory(), directory);
39 assertMatches("matches existing file", FileMatchers.anExistingFile(), file);
40 assertDoesNotMatch("doesn't match existing directory", FileMatchers.anExistingFile(), directory);
  /external/python/cpython2/Lib/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 15 module) in the case of an existing dbm. If the dbm does not exist and
23 # existing key)
29 list = d.keys() # return a list of all existing keys (slow!)
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
69 # guess the type of an existing database
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
pyversioncheck.py 77 print '--- Testing existing and identical version file'
79 print '--- Testing existing package with new version'
81 print '--- Testing package with non-existing version file'
83 print '--- Test package with 2 locations, first non-existing second ok'
87 print '--- Testing existing and identical version file'
89 print '--- Testing existing package with new version'
91 print '--- Testing package with non-existing version file'
93 print '--- Test package with 2 locations, first non-existing second ok'
  /external/clang/test/SemaObjC/
override-nullability.m 12 - (nullable id)bad:(nonnull id)obj; // expected-warning {{conflicting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnull'}} \
13 // expected-warning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts with existing specifier 'nullable'}}
  /external/curl/tests/data/
test1085 9 non-existing host
32 -g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
test1099 23 TFTP get first a non-existing file then an existing
  /external/python/cpython2/Tools/versioncheck/
pyversioncheck.py 77 print '--- Testing existing and identical version file'
79 print '--- Testing existing package with new version'
81 print '--- Testing package with non-existing version file'
83 print '--- Test package with 2 locations, first non-existing second ok'
87 print '--- Testing existing and identical version file'
89 print '--- Testing existing package with new version'
91 print '--- Testing package with non-existing version file'
93 print '--- Test package with 2 locations, first non-existing second ok'
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
InflationTask.java 20 * An interface for running inflation tasks that allows aborting and superseding existing
27 * Supersedes an existing task. i.e another task was superceeded by this.
  /frameworks/rs/
rsSampler.cpp 88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; local
89 if (existing->mHal.state.magFilter != magFilter) continue;
90 if (existing->mHal.state.minFilter != minFilter ) continue;
91 if (existing->mHal.state.wrapS != wrapS) continue;
92 if (existing->mHal.state.wrapT != wrapT) continue;
93 if (existing->mHal.state.wrapR != wrapR) continue;
94 if (existing->mHal.state.aniso != aniso) continue;
95 returnRef.set(existing);
  /build/make/tools/ziptime/
README.txt 5 file.zip is an existing Zip archive to rewrite
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 11 echo Existing files will be overwritten.
  /device/linaro/hikey/factory-images/
README 9 # Package with an existing image
  /external/boringssl/src/third_party/fiat/
METADATA 13 local_modifications: "Fiat-generated code has been integrated into existing BoringSSL code"
  /external/guice/core/src/com/google/inject/internal/
ScopeBindingProcessor.java 52 ScopeBinding existing = injector.state.getScopeBinding(annotationType); local
53 if (existing != null) {
54 if (!scope.equals(existing.getScope())) {
55 errors.duplicateScopes(existing, annotationType, scope);
  /external/llvm/test/MC/AsmParser/
directive_file-2.s 5 // but keep the debug info existing in the assembly file.
  /external/python/cpython2/Lib/idlelib/
idlever.py 8 # Kept for now only for possible existing extension use
  /external/scapy/doc/scapy/
backmatter.rst 10 - Dirk Loss integrated and restructured the existing docs to make this book.
  /external/selinux/libsepol/man/man8/
genpolbools.8 9 rewrites an existing binary policy with different boolean settings,
  /external/tensorflow/tensorflow/contrib/cluster_resolver/
README.md 3 Cluster Resolvers are a new way of specifying cluster information for distributed execution. Built on top of existing `ClusterSpec` framework, Cluster Resolvers allow users to simply specify a configuration and a cluster management service and a `ClusterResolver` will automatically fetch the relevant information from the service and populate `ClusterSpec`s.

Completed in 1173 milliseconds

12 3 4 5 6 7 8 91011>>