/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass_test.cc | 41 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/ |
D | RewriteStructSamplers.cpp | 119 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/ |
D | RewriteR32fImages.cpp | 53 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()
|
D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 66 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/ |
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/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | Unformatted2.input | 9 * Try to rewrite comments, returning rewritten text. 13 * @return the rewritten comment
|
D | Unformatted2.output | 9 * Try to rewrite comments, returning rewritten text. 14 * @return the rewritten comment
|
/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/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | encapsulate_tpu_computations_pass.cc | 1878 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/ |
D | setuptools_ext.py | 42 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/ |
D | performance-inefficient-string-concatenation.rst | 24 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/ |
D | HurlStack.java | 76 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/ |
D | Passes.td | 44 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/ |
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/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | constp-rewrite-branches.ll | 9 ; This branch will be rewritten by HCP. A bug would cause both branches to
|
/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 | 381 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/ |
D | 2007-01-31-InlineAsmAddrMode.ll | 4 ; Test two things: 1) that a frameidx can be rewritten in an inline asm
|
/external/llvm-project/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
|