Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetVariables
Method
SetVariables
tensorflow/lite/arena_planner_test.cc:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
const std::vector<int>& variables() { return variables_; }
106
107
void SetVariables(const std::vector<int>& variables) {
108
variables_ = variables;
109
}
110
111
void Swap(TestGraph* other) {
112
std::swap(nodes_, other->nodes_);
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected