Home
last modified time | relevance | path

Searched refs:feasible (Results 1 – 25 of 101) sorted by relevance

12345

/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc218 std::set<std::string> feasible; in PYBIND11_MODULE() local
225 std::inserter(feasible, feasible.begin())); in PYBIND11_MODULE()
227 feasible = supported_dev.second; in PYBIND11_MODULE()
231 for (const std::string& type : feasible) { in PYBIND11_MODULE()
/external/cronet/third_party/icu/patches/
Dwordbrk.patch21 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
63 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
101 +# TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-tfl-to-tosa-pipeline.mlir12 // feasible to hand edit.
/external/rust/crates/gdbstub_arch/
DREADME.md22 particularly feasible to write detailed tests for each architecture! If you
/external/freetype/docs/
DPROBLEMS63 or newer. If this isn't feasible, apply the following patch.
/external/boringssl/src/
DBREAKING-CHANGES.md39 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/cronet/third_party/boringssl/src/
DBREAKING-CHANGES.md39 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/
Duninit-vals-ps-region.m15 if (global.data == 0) // When the true branch is feasible 'a = 3'.
/external/openthread/tools/harness-simulation/
DREADME.md7 …ns. Either two machines or one machine running two (sub)systems (for example, VM, WSL) is feasible.
/external/skia/tests/
Dtests.bzl36 as feasible, to avoid unnecessary bloat or recompilation if something unrelated
121 as feasible, to avoid unnecessary bloat or recompilation if something unrelated
/external/libchrome/mojo/public/cpp/platform/
DREADME.md45 For cases where it is not feasible to transfer a `PlatformHandle` from one
/external/zstd/tests/
Dparamgrill.c550 static int feasible(const BMK_benchResult_t results, const constraint_t target) { in feasible() function
596 if(feasible(result1, target) && feasible(result2, target)) { in compareResultLT()
605 return feasible(result2, target) in compareResultLT()
606 || (!feasible(result1, target) in compareResultLT()
752 if(!feasible(r, targetConstraints)) { in insertWinner()
1745 if((feas && !feasible(resultMax, target)) || in allBench()
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt36 > feasible and should be fun. (Again, link time cost is the issue.)
/external/stardoc/docs/
Dfuture_plans.md38 carefully consider whether it is feasible to ask Bazel for the authoritative
/external/angle/doc/
DCompilingTranslatorWithEmscripten.md104 It's not feasible to interact with the translator's data structures, nor
/external/python/pybind11/docs/advanced/pycpp/
Dutilities.rst32 be feasible. This can be fixed using a guard around the library function that
/external/webrtc/docs/native-code/rtp-hdrext/inband-cn/
DREADME.md22 …implementation, not even mentioning that decoding packets is not always feasible. This document pr…
/external/cronet/third_party/icu/source/data/brkitr/rules/
Dword.txt52 # TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
Dword_fi_sv.txt52 # TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
Dword_POSIX.txt52 # TODO: Determine whether it's feasible to drop the Chromium-specific behaviors
/external/tensorflow/tensorflow/lite/tools/optimize/debugging/
DREADME.md14 This is now feasible using the TensorFlow Lite Quantization Debugger, as shown
/external/ruy/ruy/profiler/
DREADME.md145 is likely being spent. When one has such a-priori knowledge, it is feasible to
/external/cronet/third_party/lss/
DREADME.md11 between arches when reasonably feasible. e.g. Newer architectures no longer
/external/catch2/docs/
Dlimitations.md98 …t suite that takes too long to run and you want to make it parallel, there are 2 feasible solutions
/external/ltp/doc/
Dnommu-notes.txt53 Since this isn't feasible without virtual memory, there is no fork() function.

12345