HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 76 - 100 of 415) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/compiler/
branch-elimination.h 48 void Merge(const ControlPathConditions& other);
operation-typer.h 31 Type* Merge(Type* left, Type* right);
redundancy-elimination.h 33 void Merge(EffectPathChecks const* that);
load-elimination.h 61 AbstractChecks const* Merge(AbstractChecks const* that, Zone* zone) const;
96 AbstractElements const* Merge(AbstractElements const* that,
137 AbstractField const* Merge(AbstractField const* that, Zone* zone) const {
182 AbstractMaps const* Merge(AbstractMaps const* that, Zone* zone) const {
212 void Merge(AbstractState const* that, Zone* zone);
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 305 ASSERT_TRUE(attr1.Merge(attr2));
316 EXPECT_FALSE(valid_attr.Merge(invalid_attr));
322 EXPECT_FALSE(attr1.Merge(attr2));
332 ASSERT_TRUE(nested_attr1.Merge(nested_attr2));
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 91 bool RRInfo::Merge(const RRInfo &Other) {
92 // Conservatively merge the ReleaseMetadata information.
96 // Conservatively merge the boolean state.
101 // Merge the call sets.
104 // Merge the insert point sets. If there are any differences,
105 // that makes this a partial merge.
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
147 // If we're doing a merge on a path that's previously seen a partial
148 // merge, conservatively drop the sequence, to avoid doing partial
149 // RR elimination. If the branch predicates for the two merge differ
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary_test.cc 164 // Create two separate summaries and merge.
172 // Merge summary 2 into 1 and verify.
173 summary1.Merge(summary2);
183 // Merge summary 1 into 2 and verify same result.
185 summary2.Merge(summary1);
197 // Create two separate summaries and merge.
211 // Merge guarantees an approximation error of max(eps1, eps2).
212 // Merge summary 2 into 1 and verify.
213 summary1.Merge(summary2);
  /external/tensorflow/tensorflow/core/ops/
resource_variable_ops.cc 100 c->Merge(handle_shape_and_type.shape, value_shape, &unused));
188 TF_RETURN_IF_ERROR(c->Merge(c->input(2), concat, &unused_updates_shape));
210 TF_RETURN_IF_ERROR(c->Merge(c->input(2), concat, &unused_updates_shape));
math_ops.cc 37 TF_RETURN_WITH_CONTEXT_IF_ERROR(c->Merge(c->input(i), cur, &cur),
91 TF_RETURN_IF_ERROR(c->Merge(a_batch_dims, b_batch_dims, &batch_dims));
95 TF_RETURN_IF_ERROR(c->Merge(c->Dim(a_shape, adj_x ? -2 : -1),
530 TF_RETURN_IF_ERROR(c->Merge(output, in, &output));
628 // Merge handle shape and dtype if applicable.
634 "Trying to merge handles pointing to different numbers of "
644 "Trying to merge handles pointing to different dtypes.");
648 c->Merge(s1.shape, s2.shape, &merged_handle_data[i].shape));
657 TF_RETURN_IF_ERROR(c->Merge(data, other, &data));
683 TF_RETURN_IF_ERROR(c->Merge(data, cond, &data))
    [all...]
sparse_ops.cc 116 TF_RETURN_IF_ERROR(c->Merge(inner_left, inner_right, &unused_dim));
237 TF_RETURN_IF_ERROR(c->Merge(c->Dim(ind, 0), c->Dim(val, 0), &num_dim));
241 // Merge into output_ind_cols and output_shape.
243 c->Merge(output_ind_cols, c->Dim(ind, 1), &output_ind_cols));
244 TF_RETURN_IF_ERROR(c->Merge(output_shape, shape, &output_shape));
565 TF_RETURN_IF_ERROR(c->Merge(N, c->Dim(input_values, 0), &N));
567 TF_RETURN_IF_ERROR(c->Merge(c->Dim(input_indices, 1),
string_ops.cc 81 // Merge the non-scalars to find the output shape.
82 // Don't merge inputs with unknown rank, as they can actually be scalars
87 TF_RETURN_IF_ERROR(c->Merge(out, c->input(i), &out));
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 70 // Merge the shapes or dims.
71 Status Merge(ShapeHandle h1, ShapeHandle h2, ShapeHandle* result) {
73 // The result was initialized in a previous merge to a shape of known
107 // Merge the dimensions d1 and d2. Return the known shape if there is one,
110 Status Merge(DimensionHandle d1, DimensionHandle d2, int64* result) {
162 Status Merge(Handle x, Handle y);
200 Status DisjointSet<Handle>::Merge(Handle x, Handle y) {
208 // x and y are not in same set, so we merge them
212 TF_RETURN_IF_ERROR(processor_.Merge(y, x, &y_root->value));
215 TF_RETURN_IF_ERROR(processor_.Merge(x, y, &x_root->value))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 2 # Merge or print the coverage data collected by asan's coverage.
4 # We need to merge these integers into a set and then
18 " " + prog_name + " merge FILE [FILE...] > OUTPUT\n" \
75 def Merge(files):
85 s = Merge(files)
96 s = Merge(files)
239 elif sys.argv[1] == "merge":
  /external/tensorflow/tensorflow/python/tools/
freeze_graph.py 176 text_format.Merge(f.read(), input_graph_def)
191 text_format.Merge(f.read(), input_meta_graph_def)
207 text_format.Merge(f.read(), saver_def)
optimize_for_inference.py 85 text_format.Merge(data.decode("utf-8"), input_graph_def)
strip_unused_lib.py 109 text_format.Merge(f.read(), input_graph_def)
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 458 void Instruction::getAAMetadata(AAMDNodes &N, bool Merge) const {
459 if (Merge)
465 if (Merge)
471 if (Merge)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExecutionDepsFix.cpp 150 bool Merge(DomainValue *A, DomainValue *B);
254 /// Merge - All instructions and registers in B are moved to A, and B is
256 bool ExeDepsFix::Merge(DomainValue *A, DomainValue *B) {
257 assert(!A->isCollapsed() && "Cannot merge into collapsed");
258 assert(!B->isCollapsed() && "Cannot merge from collapsed");
300 // Currently open, merge in predecessor.
302 Merge(LiveRegs[rx], pdv);
376 // incoming DomainValues that we want to merge.
401 // doms are now sorted in order of appearance. Try to merge them all, giving
411 if (Merge(dv, latest)) continue
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 70 // Merge Corpora[1:] into Corpora[0].
71 void Merge(const std::vector<std::string> &Corpora);
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 70 // Merge Corpora[1:] into Corpora[0].
71 void Merge(const std::vector<std::string> &Corpora);
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 70 // Merge Corpora[1:] into Corpora[0].
71 void Merge(const std::vector<std::string> &Corpora);
  /test/vts/utils/python/common/
vts_spec_utils.py 174 text_format.Merge(vts_spec_string, vts_spec_proto)
  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.cc 196 TF_RETURN_IF_ERROR(c->Merge(inner_a, inner_b, &merged));
229 // Merge the length of bias_shape into the third to last dimension
238 TF_RETURN_IF_ERROR(c->Merge(input_bias_dim, bias_dim, &merged_bias_dim));
250 TF_RETURN_IF_ERROR(c->Merge(input_bias_dim, bias_dim, &merged_bias_dim));
459 c->Merge(input_depth_dim, filter_input_depth_dim, &unused));
527 c->Merge(c->Dim(input_shape, 4), c->Dim(filter_shape, 3), &unused));
597 c->Merge(c->Dim(input_shape, 3), input_depth, &input_depth));
712 TF_RETURN_IF_ERROR(c->Merge(channel_dim, c->Dim(vec, 0), &channel_dim));
743 TF_RETURN_IF_ERROR(c->Merge(channel_dim, c->Dim(x, 3), &channel_dim));
745 TF_RETURN_IF_ERROR(c->Merge(channel_dim, c->Dim(x, 1), &channel_dim))
    [all...]
  /external/skia/experimental/skottie/
Skottie.cpp 394 static constexpr sksg::Merge::Mode gModes[] = {
395 sksg::Merge::Mode::kMerge, // "mm": 1
396 sksg::Merge::Mode::kUnion, // "mm": 2
397 sksg::Merge::Mode::kDifference, // "mm": 3
398 sksg::Merge::Mode::kIntersect, // "mm": 4
399 sksg::Merge::Mode::kXOR , // "mm": 5
404 merged.push_back(sksg::Merge::Make(std::move(geos), mode));
422 inputs.push_back(sksg::Merge::Make(std::move(geos), sksg::Merge::Mode::kMerge));
495 { "mm", ShapeType::kGeometryEffect, 0 }, // merge -> AttachMergeGeometryEffec
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 393 static constexpr sksg::Merge::Mode gModes[] = {
394 sksg::Merge::Mode::kMerge, // "mm": 1
395 sksg::Merge::Mode::kUnion, // "mm": 2
396 sksg::Merge::Mode::kDifference, // "mm": 3
397 sksg::Merge::Mode::kIntersect, // "mm": 4
398 sksg::Merge::Mode::kXOR , // "mm": 5
403 merged.push_back(sksg::Merge::Make(std::move(geos), mode));
421 inputs.push_back(sksg::Merge::Make(std::move(geos), sksg::Merge::Mode::kMerge));
494 { "mm", ShapeType::kGeometryEffect, 0 }, // merge -> AttachMergeGeometryEffec
    [all...]

Completed in 527 milliseconds

1 2 34 5 6 7 8 91011>>