MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AddOutput

Method AddOutput

tensorflow/lite/kernels/test_util.cc:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int SingleOpModel::AddOutput(const TensorData& t) {
88 int id = AddTensor<float>(t, {});
89 outputs_.push_back(id);
90 return id;
91}
92
93void SingleOpModel::SetBuiltinOp(BuiltinOperator type,
94 BuiltinOptions builtin_options_type,

Callers 3

PadV2OpConstModelMethod · 0.45
PadV2OpDynamicModelMethod · 0.45
PadOpDynamicModelMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected