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

Method Reset

tensorflow/lite/delegates/gpu/gl/api.cc:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 Status Reset() final {
71 std::lock_guard<std::mutex> lock(guard_);
72 // TODO(akulik): should Reset not return Status?
73 state_ = InferenceContextState::NOT_STARTED;
74 return OkStatus();
75 }
76
77 RuntimeStats stats() const final { return runtime_->stats(); }
78

Callers 2

InvokeMethod · 0.45
InvokeMethod · 0.45

Calls 1

OkStatusFunction · 0.85

Tested by 1

InvokeMethod · 0.36