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

Method GetOutputName

tensorflow/lite/interpreter.h:238–240  ·  view source on GitHub ↗

Return the name of a given output. The given index must be between 0 and outputs().size().

Source from the content-addressed store, hash-verified

236 /// Return the name of a given output. The given index must be between 0 and
237 /// outputs().size().
238 const char* GetOutputName(int index) const {
239 return context_->tensors[outputs()[index]].name;
240 }
241
242 /// Return the number of tensors in the model.
243 size_t tensors_size() const { return context_->tensors_size; }

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

outputsFunction · 0.85

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36