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

Method Decode

tensorflow/core/framework/variant.h:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268 }
269 bool Decode(string buf) {
270 if (!is_empty()) {
271 return GetValue()->Decode(std::move(buf));
272 }
273 return true;
274 }
275
276 template <typename VT>
277 static constexpr bool CanInlineType() {

Callers

nothing calls this directly

Calls 1

GetValueFunction · 0.50

Tested by

no test coverage detected