Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddTensors
Method
AddTensors
tensorflow/lite/graph_info_test.cc:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void AddTensors(int count) { tensors_.resize(count + tensors_.size()); }
71
72
void SetInputsAndOutputs(const std::vector<int>& inputs,
73
const std::vector<int>& outputs) {
Callers
1
TEST
Function · 0.45
Calls
2
resize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected