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

Function TfLiteInterpreterDelete

tensorflow/lite/experimental/c/c_api.cc:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void TfLiteInterpreterDelete(TfLiteInterpreter* interpreter) {
144 delete interpreter;
145}
146
147int32_t TfLiteInterpreterGetInputTensorCount(
148 const TfLiteInterpreter* interpreter) {

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
DisposeMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68