Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AddNullInput
Method
AddNullInput
tensorflow/lite/kernels/test_util.cc:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
int SingleOpModel::AddNullInput() {
82
int id = kOptionalTensor;
83
inputs_.push_back(id);
84
return id;
85
}
86
87
int SingleOpModel::AddOutput(const TensorData& t) {
88
int id = AddTensor<float>(t, {});
Callers
1
PadOpDynamicModel
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected