Home
last modified time | relevance | path

Searched refs:merges (Results 1 – 25 of 99) sorted by relevance

1234

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_case_op.cc201 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()
Dlower_if_op.cc236 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/
Dcallslot_badaa.ll3 ; Make sure callslot optimization merges alias.scope metadata correctly when it merges instructions.
/external/autotest/
DOWNERS.android1 # This project should have only merges from upstream.
/external/harfbuzz_ng/
DREADME.android16 and latest merges.
/external/llvm-project/lld/test/ELF/
Dsymbol-ordering-file-icf.s9 ## Check that after ICF merges 'foo' and 'zed' we still
Deh-frame-hdr-icf-fde.s4 ## merges two sections.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MergeV2Checkpoints.pbtxt22 summary: "V2 format specific: merges the metadata files of sharded checkpoints. The"
/external/llvm-project/llvm/test/Transforms/LoopSimplify/
Dpr26682.ll7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
/external/llvm/test/Transforms/LoopSimplify/
Dpr26682.ll7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsdag-store-merging-bug.ll10 ; store merging immediately merges it back together (but used to get the
/external/freetype/
DREADME.android36 and latest merges:
/external/llvm-project/mlir/test/Transforms/
Dtest-merge-blocks.mlir21 // illegal) by a pattern that merges the second block with the first
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DLLVMBuild.txt17 ; Please keep these as one per line so that out-of-tree merges
/external/llvm/lib/Target/
DLLVMBuild.txt18 ; Please keep these as one per line so that out-of-tree merges
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dfold-phi-load-metadata.ll8 ; Check that instcombine preserves metadata when it merges two loads.
/external/llvm/test/Transforms/InstCombine/
Dfold-phi-load-metadata.ll8 ; Check that instcombine preserves metadata when it merges two loads.
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
Dcompile_cs59 This rule merges multiple compile_cs output libraries and maps into one Java
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr33185.ll42 …;; 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/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/cldr/tools/java/org/unicode/cldr/draft/
DGeneratePickerData.txt88 # Suppress all of the other third-level items after the above merges
/external/python/cpython2/Objects/
Dlistsort.txt196 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/
Dlistsort.txt196 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/
Dcontrol_flow_ops.py1324 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

1234