/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass_test.cc | 42 void RunPass(const GraphDef& original, GraphDef* rewritten, in RunPass() argument 53 graph->ToGraphDef(rewritten); in RunPass() 57 GraphDef rewritten; in RunPassAndCompare() local 58 RunPass(original, &rewritten); in RunPassAndCompare() 59 TF_EXPECT_GRAPH_EQ(expected, rewritten); in RunPassAndCompare() 64 GraphDef rewritten; in RunPassAndCompare() local 65 RunPass(original, &rewritten); in RunPassAndCompare() 69 SummarizeGraphDef(rewritten))); in RunPassAndCompare() 72 bool graphs_equal = EqualGraphDef(rewritten, alternative, &diff); in RunPassAndCompare() 155 GraphDef rewritten; in TEST() local [all …]
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_perspective.c | 160 bool rewritten = false; in midgard_opt_varying_projection() local 191 rewritten = true; in midgard_opt_varying_projection() 195 if (rewritten) in midgard_opt_varying_projection() 198 progress |= rewritten; in midgard_opt_varying_projection()
|
/external/guice/core/test/com/google/inject/spi/ |
D | ModuleRewriterTest.java | 51 List<Element> rewritten = Lists.newArrayList(); in testRewriteBindings() local 67 rewritten.add(element); in testRewriteBindings() 72 Module rewrittenModule = Elements.getModule(rewritten); in testRewriteBindings()
|
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/ |
D | in1.s | 8 # References to globals must be rewritten to their local targets. 14 # Jumps to PLT symbols are rewritten through redirectors.
|
D | out.s | 14 # References to globals must be rewritten to their local targets. 24 # Jumps to PLT symbols are rewritten through redirectors.
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeVisitorAction.m | 62 * a rewritten t. It is up to the visitor to decide what to do 76 * a rewritten t. It is up to the visitor to decide what to do 115 * a rewritten t. It is up to the visitor to decide what to do 126 * a rewritten t. It is up to the visitor to decide what to do
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | LambdaClassFixer.java | 215 for (String rewritten : methodsToMoveIn) { in copyRewrittenLambdaMethods() 216 String interfaceInternalName = rewritten.substring(0, rewritten.indexOf('#')); in copyRewrittenLambdaMethods() 217 String methodName = rewritten.substring(interfaceInternalName.length() + 1); in copyRewrittenLambdaMethods() 222 rewritten); in copyRewrittenLambdaMethods() 226 checkState(copier.copied(), "Didn't find %s", rewritten); in copyRewrittenLambdaMethods() local
|
/external/eigen/doc/ |
D | PassingByValue.dox | 15 needs to be rewritten as follows, passing v by reference: 31 This function also needs to be rewritten like this:
|
/external/python/cffi/cffi/ |
D | setuptools_ext.py | 42 rewritten = build_file_name.replace('.', '/') + '.py' 43 if os.path.exists(rewritten): 45 rewritten + ':' + ffi_var_name,)
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | HurlStack.java | 81 String rewritten = mUrlRewriter.rewriteUrl(url); in executeRequest() local 82 if (rewritten == null) { in executeRequest() 85 url = rewritten; in executeRequest()
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
D | README.md | 16 * `ReactorPlaysScrabble` is an original benchmark for `Reactor`, but rewritten into Kotlin. 20 …* `FlowPlaysScrabbleBase` is a scrabble benchmark rewritten on top of the `Flow` API without using…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | constp-rewrite-branches.ll | 9 ; This branch will be rewritten by HCP. A bug would cause both branches to
|
D | builtin-prefetch-offset.ll | 10 ; positive, the second check can be eliminated, or rewritten, and in the
|
/external/rootdev/ |
D | README.chromium | 8 been rewritten in its entirety and licensed as per LICENSE.
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | control_flow.md | 380 Code blocks in which `break` statements are used are rewritten with equivalent 386 For example, the `while` loop below is rewritten as (showing the output of the 401 continue # The continue statement is also rewritten in a subsequent pass 425 Code blocks in which `continue` statements are used are rewritten with 429 For example, the `for` loop below is rewritten as (showing the output of the 452 `return` statements are also rewritten using control symbols, in a manner 504 statement with no `else` branch contains a `return` statement it is rewritten as
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-01-31-InlineAsmAddrMode.ll | 4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2007-01-31-InlineAsmAddrMode.ll | 4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
|
/external/markdown/docs/ |
D | release-2.0.txt | 5 making. We have rewritten significant portions of the code, dramatically 46 The core parser had been completely rewritten, increasing performance and, for
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-dead-register-def-bug.ll | 7 ; These instructions are live, and their definitions should not be rewritten.
|
/external/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-0.ll | 5 ; The comparison happens before the relevant use, but it can still be rewritten
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dead-register-def-bug.ll | 7 ; These instructions are live, and their definitions should not be rewritten.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-0.ll | 5 ; The comparison happens before the relevant use, but it can still be rewritten
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RegexReplace.pbtxt | 26 expression in each input string are rewritten), otherwise the `rewrite`
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AddDiscriminators/ |
D | memcpy-discriminator.ll | 31 ; slice [0,8) and slice [8, 12). Users of the original alloca are rewritten 33 ; In particular, the memcpy is rewritten by SROA as two load/store pairs.
|
/external/clang/include/clang/Driver/ |
D | Types.def | 88 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "") 89 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
|