MCPcopy Create free account
hub / github.com/OpenMined/TenSEAL / decode

Method decode

tenseal/cpp/context/tensealencoder.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 */
90 template <class T, class R>
91 void decode(const Plaintext& pt, R& result) {
92 auto encoder = this->get<T>();
93 encoder->decode(pt, result);
94 }
95
96 /*
97 Template for slot count.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected