Home
last modified time | relevance | path

Searched refs:InferenceContextState (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi.cc51 enum class InferenceContextState { enum
63 if (state_ != InferenceContextState::NOT_STARTED) { in Execute()
66 state_ = InferenceContextState::IN_PROGRESS; in Execute()
73 state_ = InferenceContextState::NOT_STARTED; in Reset()
83 InferenceContextState state_ = InferenceContextState::NOT_STARTED;
99 if (state_ != InferenceContextState::NOT_STARTED) { in Execute()
102 state_ = InferenceContextState::IN_PROGRESS; in Execute()
151 state_ = InferenceContextState::NOT_STARTED; in Reset()
167 InferenceContextState state_ = InferenceContextState::NOT_STARTED;