Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Encode64
Method
Encode64
tensorflow/core/lib/io/proto_encode_helper.h:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
}
81
void Encode64(uint64 v) { p_ = core::EncodeVarint64(p_, v); }
82
void EncodeBool(bool v) {
83
*p_ = (v ? 1 : 0); // Equal to varint32 encoding of 0 or 1
84
p_++;
Callers
nothing calls this directly
Calls
1
EncodeVarint64
Function · 0.85
Tested by
no test coverage detected