Home
last modified time | relevance | path

Searched defs:MergeInput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A Dmethods.go135 type MergeInput = struct { struct
136 pragma.NoUnkeyedLiterals
138 Source protoreflect.Message
139 Destination protoreflect.Message
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmerge.go23 func (mi *MessageInfo) merge(in protoiface.MergeInput) protoiface.MergeOutput {
H A Dlegacy_message.go420 func legacyMerge(in protoiface.MergeInput) protoiface.MergeOutput {
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h295 bool MergeInput(int idx, ShapeHandle shape) { in MergeInput() function