Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetAsVector
Function
GetAsVector
tensorflow/lite/tools/optimize/quantize_weights_test.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
template <typename T>
64
std::vector<T> GetAsVector(const flatbuffers::Vector<T>* vec) {
65
return std::vector<T>(vec->begin(), vec->end());
66
}
67
68
class QuantizeWeightsTest : public testing::Test {
69
protected:
Callers
1
TEST_F
Function · 0.70
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected