HomeSort by relevance Sort by last modified time
    Searched refs:MergeWith (Results 1 - 25 of 28) sorted by null

1 2

  /external/tensorflow/tensorflow/core/framework/
partial_tensor_shape_test.cc 202 EXPECT_EQ(Status::OK(), a.MergeWith(a, &test));
209 EXPECT_EQ(Status::OK(), a.MergeWith(b, &test));
216 EXPECT_TRUE(errors::IsInvalidArgument(a.MergeWith(d, &test)));
219 EXPECT_EQ(Status::OK(), a.MergeWith(c, &test));
226 EXPECT_EQ(Status::OK(), c.MergeWith(a, &test));
233 EXPECT_EQ(Status::OK(), a.MergeWith(g, &test));
240 EXPECT_EQ(Status::OK(), g.MergeWith(a, &test));
tensor_shape.h 408 Status MergeWith(const PartialTensorShape& shape,
tensor_shape.cc 567 Status PartialTensorShape::MergeWith(const PartialTensorShape& shape,
  /art/compiler/optimizing/
select_generator.cc 169 block->MergeWith(false_block);
173 block->MergeWith(merge_block);
181 // as a dominator, and `MergeWith` handles changing that to the
dead_code_elimination.cc 438 block->MergeWith(successor);
loop_optimization.cc 621 block->MergeWith(block->GetSingleSuccessor());
    [all...]
nodes.cc     [all...]
  /art/profman/
boot_image_profile.cc 40 out_profile->MergeWith(*profile, /*merge_classes*/ false);
profile_assistant.cc 56 if (!info.MergeWith(cur_info)) {
profile_assistant_test.cc 445 ASSERT_TRUE(expected.MergeWith(info1));
446 ASSERT_TRUE(expected.MergeWith(info2));
476 ASSERT_TRUE(expected.MergeWith(info1));
517 ASSERT_TRUE(expected.MergeWith(info1));
518 ASSERT_TRUE(expected.MergeWith(info2));
519 ASSERT_TRUE(expected.MergeWith(reference_info));
    [all...]
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 129 mergelist_.RemoveLast()->MergeWith(&mergelist_);
  /frameworks/base/tools/aapt2/
ResourceValues.h 340 void MergeWith(Style* style, StringPool* pool);
367 void MergeWith(Styleable* styleable);
ResourceValues_test.cpp 201 a->MergeWith(b.get(), &pool_a);
ResourceValues.cpp 928 void Style::MergeWith(Style* other, StringPool* pool) {
1118 void Styleable::MergeWith(Styleable* other) {
  /art/runtime/jit/
profile_compilation_info_test.cc 122 if (!info.MergeWith(file_profile)) {
446 ASSERT_FALSE(info1.MergeWith(info2));
659 ASSERT_TRUE(saved_info.MergeWith(saved_info_extra));
710 ASSERT_TRUE(saved_info.MergeWith(saved_info_extra));
825 info_backup.MergeWith(info);
826 ASSERT_TRUE(info.MergeWith(info_reindexed));
    [all...]
profile_compilation_info.h 341 bool MergeWith(const ProfileCompilationInfo& info, bool merge_classes = true);
344 bool MergeWith(const std::string& filename);
    [all...]
profile_saver.cc 539 if (!info.MergeWith(*(profile_cache_it->second))) {
    [all...]
profile_compilation_info.cc 188 bool ProfileCompilationInfo::MergeWith(const std::string& filename) {
    [all...]
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 152 existing_styleable->MergeWith(incoming_styleable);
158 existing_style->MergeWith(incoming_style, pool);
  /art/runtime/verifier/
verifier_deps.h 66 void MergeWith(const VerifierDeps& other, const std::vector<const DexFile*>& dex_files);
verifier_deps.cc 48 void VerifierDeps::MergeWith(const VerifierDeps& other,
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
list_kernels.h 195 a.element_shape.MergeWith(b.element_shape, &out->element_shape));
tensor_array.h 255 Status s = element_shape_.MergeWith(candidate, &new_element_shape_);
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 147 Decl *MergeWith;
151 RedeclarableResult(GlobalDeclID FirstID, Decl *MergeWith, bool IsKeyDecl)
152 : FirstID(FirstID), MergeWith(MergeWith), IsKeyDecl(IsKeyDecl) {}
162 Decl *getKnownMergeTarget() const { return MergeWith; }
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 408 milliseconds

1 2