Searched refs:feasible (Results 1 – 25 of 70) sorted by relevance
123
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 278 std::set<string> feasible; in TF_GetSupportedDevices() local 284 std::inserter(feasible, feasible.begin())); in TF_GetSupportedDevices() 286 feasible = supported_dev.second; in TF_GetSupportedDevices() 290 for (const string& type : feasible) { in TF_GetSupportedDevices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
D | return-zapped.ll | 6 ; false branch to be feasible. We later discover that @testf actually
|
/external/freetype/docs/ |
D | PROBLEMS | 63 or newer. If this isn't feasible, apply the following patch.
|
/external/boringssl/src/ |
D | BREAKING-CHANGES.md | 39 In some cases, this kind of staged approach is not feasible: perhaps the same code cannot simultane… 60 If breaking the compile is not feasible, break at runtime, in the hope that consumers have some amo… 72 …ange to appear in consumers. This ensures that reverting the change is still feasible if necessary.
|
/external/clang/test/Analysis/ |
D | uninit-vals-ps-region.m | 15 if (global.data == 0) // When the true branch is feasible 'a = 3'.
|
D | misc-ps-region-store.m | 332 // be '0', meaning that this branch is not feasible. 1138 // here is not feasible in practice, so this is a false positive.
|
/external/libchrome/mojo/public/cpp/platform/ |
D | README.md | 45 For cases where it is not feasible to transfer a `PlatformHandle` from one
|
/external/syzkaller/docs/linux/ |
D | setup_ubuntu-host_android-device_arm32-kernel.md | 16 If feasible, recompile and reinstall the Linux kernel with any debugging options available on your …
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 36 > feasible and should be fun. (Again, link time cost is the issue.)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 36 > feasible and should be fun. (Again, link time cost is the issue.)
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 36 > feasible and should be fun. (Again, link time cost is the issue.)
|
/external/curl/packages/Symbian/ |
D | readme.txt | 45 feasible.
|
/external/u-boot/doc/ |
D | README.xtensa | 17 architecture family. It is, however, not feasible to support individual
|
/external/catch2/docs/ |
D | limitations.md | 89 …t suite that takes too long to run and you want to make it parallel, there are 2 feasible solutions
|
/external/ltp/doc/ |
D | nommu-notes.txt | 53 Since this isn't feasible without virtual memory, there is no fork() function.
|
/external/wycheproof/doc/ |
D | dsa.md | 62 be feasible to forge signatures with the values (r=1, s=0) or (r=1, s=q).
|
D | dh.md | 55 feasible [FGHT16]. Moreover some libraries use primes that are susceptible to
|
/external/libtextclassifier/annotator/ |
D | annotator.cc | 2118 bool feasible = true; in ModelChunk() local 2122 feasible = false; in ModelChunk() 2127 if (!feasible) { in ModelChunk()
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 67 dictionary on disk, if feasible. This is called automatically when the shelf
|
/external/python/cpython2/Doc/library/ |
D | shelve.rst | 69 dictionary on disk, if feasible. This is called automatically when the shelf
|
/external/python/cpython3/Doc/distutils/ |
D | introduction.rst | 34 always feasible to expect them to create a multitude of built distributions. It
|
/external/python/cpython2/Doc/distutils/ |
D | introduction.rst | 34 always feasible to expect them to create a multitude of built distributions. It
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 313 // The ELF stub used for TLS-descriptor access saves every feasible
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | XRayExample.rst | 309 the graph using another tool, then that should be feasible as well. ``llvm-xray
|
/external/gemmlowp/doc/ |
D | quantization.md | 64 In order for such zero-padding to be feasible in a quantized implementation of
|
123