Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization_generated.h258 bool flush_periodically() const { in flush_periodically() function
339 void add_flush_periodically(bool flush_periodically) { in add_flush_periodically()
340 …ent<uint8_t>(InferenceContext::VT_FLUSH_PERIODICALLY, static_cast<uint8_t>(flush_periodically), 0); in add_flush_periodically()
394 bool flush_periodically = false, int32_t flush_period = 0,
429 builder_.add_flush_periodically(flush_periodically);
436 bool flush_periodically = false, int32_t flush_period = 0,
470 _fbb, need_flush, flush_periodically, flush_period, need_manual_release,
Dserialization.fbs38 flush_periodically:bool;
Dserialization.cc1024 inference->flush_periodically_ = fb_inference->flush_periodically(); in Decode()