Searched refs:flush_periodically (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | serialization_generated.h | 258 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,
|
D | serialization.fbs | 38 flush_periodically:bool;
|
D | serialization.cc | 1024 inference->flush_periodically_ = fb_inference->flush_periodically(); in Decode()
|