Home
last modified time | relevance | path

Searched defs:MergeWith (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Done_dim_grouping_aggregator.h62 Status MergeWith(TensorAggregator&& other) override { in MergeWith() function
H A Dagg_vector_aggregator.h52 Status MergeWith(TensorAggregator&& other) override { in MergeWith() function
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.cpp902 void Style::MergeWith(Style* other, android::StringPool* pool) { in MergeWith() function in aapt::Style
1090 void Styleable::MergeWith(Styleable* other) { in MergeWith() function in aapt::Styleable
/aosp_15_r20/external/armnn/src/armnn/
H A DSubgraphViewSelector.cpp65 void MergeWith(PartialSubgraph* other) in MergeWith() function in armnn::__anon04db257d0111::PartialSubgraph
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp147 Decl *MergeWith; member in clang::ASTDeclReader::RedeclarableResult
151 RedeclarableResult(GlobalDeclID FirstID, Decl *MergeWith, bool IsKeyDecl) in RedeclarableResult()
2242 Decl *MergeWith = nullptr; in VisitRedeclarable() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.cc898 Status PartialTensorShape::MergeWith(const PartialTensorShape& shape, in MergeWith() function in tensorflow::PartialTensorShape
/aosp_15_r20/art/runtime/verifier/
H A Dverifier_deps.cc59 void VerifierDeps::MergeWith(std::unique_ptr<VerifierDeps> other, in MergeWith() function in art::verifier::VerifierDeps
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc746 bool ProfileCompilationInfo::MergeWith(const std::string& filename) { in MergeWith() function in art::ProfileCompilationInfo
1963 bool ProfileCompilationInfo::MergeWith(const ProfileCompilationInfo& other, in MergeWith() function in art::ProfileCompilationInfo
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc2553 void HBasicBlock::MergeWith(HBasicBlock* other) { in MergeWith() function in art::HBasicBlock