MCPcopy 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
81int SingleOpModel::AddNullInput() {
82 int id = kOptionalTensor;
83 inputs_.push_back(id);
84 return id;
85}
86
87int SingleOpModel::AddOutput(const TensorData& t) {
88 int id = AddTensor<float>(t, {});

Callers 1

PadOpDynamicModelMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected