Home
last modified time | relevance | path

Searched refs:rewritten (Results 1 – 25 of 179) sorted by relevance

12345678

/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc42 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/
Dmidgard_opt_perspective.c160 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/
DModuleRewriterTest.java51 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/
Din1.s8 # References to globals must be rewritten to their local targets.
14 # Jumps to PLT symbols are rewritten through redirectors.
Dout.s14 # References to globals must be rewritten to their local targets.
24 # Jumps to PLT symbols are rewritten through redirectors.
/external/antlr/runtime/ObjC/Framework/
DTreeVisitorAction.m62 * 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/
DLambdaClassFixer.java215 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/
DPassingByValue.dox15 needs to be rewritten as follows, passing v by reference:
31 This function also needs to be rewritten like this:
/external/python/cffi/cffi/
Dsetuptools_ext.py42 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/
DHurlStack.java81 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/
DREADME.md16 * `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/
Dconstp-rewrite-branches.ll9 ; This branch will be rewritten by HCP. A bug would cause both branches to
Dbuiltin-prefetch-offset.ll10 ; positive, the second check can be eliminated, or rewritten, and in the
/external/rootdev/
DREADME.chromium8 been rewritten in its entirety and licensed as per LICENSE.
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dcontrol_flow.md380 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/
D2007-01-31-InlineAsmAddrMode.ll4 ; 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/
D2007-01-31-InlineAsmAddrMode.ll4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
/external/markdown/docs/
Drelease-2.0.txt5 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/
Darm64-dead-register-def-bug.ll7 ; These instructions are live, and their definitions should not be rewritten.
/external/llvm/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll7 ; These instructions are live, and their definitions should not be rewritten.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dchange-compare-stride-trickiness-0.ll5 ; The comparison happens before the relevant use, but it can still be rewritten
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RegexReplace.pbtxt26 expression in each input string are rewritten), otherwise the `rewrite`
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AddDiscriminators/
Dmemcpy-discriminator.ll31 ; 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/
DTypes.def88 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "")
89 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")

12345678