MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CopyToRepeatedField

Function CopyToRepeatedField

tensorflow/compiler/xla/literal.cc:1748–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746
1747template <typename RepeatedFieldT, typename NativeT>
1748void CopyToRepeatedField(RepeatedFieldT* dest,
1749 const absl::Span<const NativeT> src) {
1750 *dest = RepeatedFieldT(src.begin(), src.end());
1751}
1752
1753} // namespace
1754

Callers 1

WriteToProtoMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected