Home
last modified time | relevance | path

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

12345678910

/external/tensorflow/tensorflow/core/common_runtime/
Disolate_placer_inspection_required_ops_pass_test.cc41 void RunPass(const GraphDef& original, GraphDef* rewritten, in RunPass() argument
52 graph->ToGraphDef(rewritten); in RunPass()
56 GraphDef rewritten; in RunPassAndCompare() local
57 RunPass(original, &rewritten); in RunPassAndCompare()
58 TF_EXPECT_GRAPH_EQ(expected, rewritten); in RunPassAndCompare()
63 GraphDef rewritten; in RunPassAndCompare() local
64 RunPass(original, &rewritten); in RunPassAndCompare()
68 SummarizeGraphDef(rewritten))); in RunPassAndCompare()
71 bool graphs_equal = EqualGraphDef(rewritten, alternative, &diff); in RunPassAndCompare()
154 GraphDef rewritten; in TEST() local
[all …]
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp119 TIntermTyped *rewritten = RewriteExpressionVisitBinaryHelper( in visitBinary() local
122 if (rewritten == nullptr) in visitBinary()
127 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
260 TIntermTyped *rewritten = nullptr; in RewriteModifiedStructFieldSelectionExpression() local
265 rewritten = new TIntermSymbol(extractedSamplers.at(samplerName)); in RewriteModifiedStructFieldSelectionExpression()
271 rewritten = new TIntermSymbol(structureUniformMap.at(baseUniformVar)); in RewriteModifiedStructFieldSelectionExpression()
298 rewritten = new TIntermBinary(EOpIndexDirectStruct, rewritten, in RewriteModifiedStructFieldSelectionExpression()
304 rewritten = new TIntermBinary(EOpIndexDirect, rewritten, indexNode->getRight()); in RewriteModifiedStructFieldSelectionExpression()
315 rewritten = new TIntermBinary(EOpIndexIndirect, rewritten, indexExpression); in RewriteModifiedStructFieldSelectionExpression()
325 return rewritten; in RewriteModifiedStructFieldSelectionExpression()
[all …]
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp53 TIntermTyped *rewritten = in visitAggregate() local
55 if (rewritten == nullptr) in visitAggregate()
60 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitAggregate()
89 TIntermTyped *rewritten = block.getChildNode(0)->getAsTyped(); in RewriteExpression() local
91 return rewritten; in RewriteExpression()
345 TIntermTyped *rewritten = in visitAggregate() local
347 if (rewritten == nullptr) in visitAggregate()
352 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitAggregate()
DRewriteArrayOfArrayOfOpaqueUniforms.cpp66 TIntermTyped *rewritten = in visitBinary() local
68 if (rewritten == nullptr) in visitBinary()
73 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
316 TIntermTyped *rewritten = in visitBinary() local
318 if (rewritten == nullptr) in visitBinary()
323 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
/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/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DUnformatted2.input9 * Try to rewrite comments, returning rewritten text.
13 * @return the rewritten comment
DUnformatted2.output9 * Try to rewrite comments, returning rewritten text.
14 * @return the rewritten comment
/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/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1878 int* lifted_arg_count, bool* rewritten);
1883 absl::optional<string> new_func_name, bool* rewritten) { in LiftOutsideCompilationOnlyArgsAndReplaceFunctionDef() argument
1884 *rewritten = false; in LiftOutsideCompilationOnlyArgsAndReplaceFunctionDef()
1886 fbody.graph, flr, fld, lifted_arg_count, rewritten)); in LiftOutsideCompilationOnlyArgsAndReplaceFunctionDef()
1888 if (*rewritten) { in LiftOutsideCompilationOnlyArgsAndReplaceFunctionDef()
2125 int* lifted_arg_count, bool* rewritten) { in LiftOutsideCompilationOnlyArgsFromWhileNode() argument
2126 *rewritten = false; in LiftOutsideCompilationOnlyArgsFromWhileNode()
2190 *rewritten = true; in LiftOutsideCompilationOnlyArgsFromWhileNode()
2198 bool* rewritten) { in LiftOutsideCompilationOnlyArgsFromIfNode() argument
2199 *rewritten = false; in LiftOutsideCompilationOnlyArgsFromIfNode()
[all …]
/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-inefficient-string-concatenation.rst24 Could be rewritten in a greatly more efficient way like:
33 And this can be rewritten too:
/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java76 String rewritten = mUrlRewriter.rewriteUrl(url); in executeRequest() local
77 if (rewritten == null) { in executeRequest()
80 url = rewritten; in executeRequest()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/Transforms/
DPasses.td44 implement the `ReturnLike` trait are not rewritten in general, as they
45 require that the correspondign parent operation is also rewritten.
/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/llvm-project/llvm/test/CodeGen/Hexagon/
Dconstp-rewrite-branches.ll9 ; This branch will be rewritten by HCP. A bug would cause both branches to
/external/rootdev/
DREADME.chromium8 been rewritten in its entirety and licensed as per LICENSE.
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dcontrol_flow.md381 Code blocks in which `break` statements are used are rewritten with equivalent
387 For example, the `while` loop below is rewritten as (showing the output of the
402 continue # The continue statement is also rewritten in a subsequent pass
441 Code blocks in which `continue` statements are used are rewritten with
445 For example, the `for` loop below is rewritten as (showing the output of the
468 `return` statements are also rewritten using control symbols, in a manner
520 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/llvm-project/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

12345678910