/external/tensorflow/tensorflow/core/common_runtime/ |
D | lower_case_op.cc | 201 std::vector<Node*> merges(num_outputs); in AddOutputs() local 202 outputs_.resize(merges.size()); in AddOutputs() 213 .Finalize(graph_, &merges[i])); in AddOutputs() 214 outputs_[i] = NodeOut(merges[i], 0); in AddOutputs() 247 graph_->AddEdge(merges[e->src_output()], 0, e->dst(), e->dst_input()); in AddOutputs()
|
D | lower_if_op.cc | 236 std::vector<Node*> merges(then_call_node_->num_outputs()); in AddOutputs() local 237 outputs_.resize(merges.size()); in AddOutputs() 244 graph_, &merges[i])); in AddOutputs() 245 outputs_[i] = NodeOut(merges[i], 0); in AddOutputs() 275 graph_->AddEdge(merges[e->src_output()], 0, e->dst(), e->dst_input()); in AddOutputs()
|
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/ |
D | callslot_badaa.ll | 3 ; Make sure callslot optimization merges alias.scope metadata correctly when it merges instructions.
|
/external/autotest/ |
D | OWNERS.android | 1 # This project should have only merges from upstream.
|
/external/harfbuzz_ng/ |
D | README.android | 16 and latest merges.
|
/external/llvm-project/lld/test/ELF/ |
D | symbol-ordering-file-icf.s | 9 ## Check that after ICF merges 'foo' and 'zed' we still
|
D | eh-frame-hdr-icf-fde.s | 4 ## merges two sections.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MergeV2Checkpoints.pbtxt | 22 summary: "V2 format specific: merges the metadata files of sharded checkpoints. The"
|
/external/llvm-project/llvm/test/Transforms/LoopSimplify/ |
D | pr26682.ll | 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | pr26682.ll | 7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sdag-store-merging-bug.ll | 10 ; store merging immediately merges it back together (but used to get the
|
/external/freetype/ |
D | README.android | 36 and latest merges:
|
/external/llvm-project/mlir/test/Transforms/ |
D | test-merge-blocks.mlir | 21 // illegal) by a pattern that merges the second block with the first
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | LLVMBuild.txt | 17 ; Please keep these as one per line so that out-of-tree merges
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 18 ; Please keep these as one per line so that out-of-tree merges
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fold-phi-load-metadata.ll | 8 ; Check that instcombine preserves metadata when it merges two loads.
|
/external/llvm/test/Transforms/InstCombine/ |
D | fold-phi-load-metadata.ll | 8 ; Check that instcombine preserves metadata when it merges two loads.
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 59 This rule merges multiple compile_cs output libraries and maps into one Java
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | pr33185.ll | 42 …;; Ensure we don't replace this divide with a phi of ops that merges the wrong loop iteration value 102 …;; Ensure we don't replace this divide with a phi of ops that merges the wrong loop iteration value
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 12 ; Check that the loop exit merges values from all the iterations. This
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GeneratePickerData.txt | 88 # Suppress all of the other third-level items after the above merges
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 196 merges (*sort, !sort) need all N//2 temp slots (or almost all). ~sort 197 also ends up doing balanced merges, but systematically benefits a lot from 242 the same length) merges, which is the most efficient way to proceed when 262 here, so that the merges end up perfectly balanced (see next section). We 276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to 283 runs each of length 33, and then all merges are perfectly balanced. Better! 369 trigger 7 perfectly balanced merges. 375 then we get a sequence of perfectly balanced merges (with, perhaps, some 566 to galloping mode (and again both within a merge and across merges). For
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 196 merges (*sort, !sort) need all N//2 temp slots (or almost all). ~sort 197 also ends up doing balanced merges, but systematically benefits a lot from 242 the same length) merges, which is the most efficient way to proceed when 262 here, so that the merges end up perfectly balanced (see next section). We 276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to 283 runs each of length 33, and then all merges are perfectly balanced. Better! 369 trigger 7 perfectly balanced merges. 375 then we get a sequence of perfectly balanced merges (with, perhaps, some 566 to galloping mode (and again both within a merge and across merges). For
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 1324 merges = [merge(pair)[0] for pair in zip(res_f_flat, res_t_flat)] 1325 merges = _convert_flows_to_tensorarrays( 1326 nest.flatten(orig_res_t, expand_composites=True), merges) 1335 merges = nest.pack_sequence_as( 1336 structure=orig_res_t, flat_sequence=merges, expand_composites=True) 1340 merges = _UnpackIfSingleton(merges) 1341 return merges
|