Searched defs:InferenceContextBuilder (Results 1 – 1 of 1) sorted by relevance
332 struct InferenceContextBuilder { struct333 typedef InferenceContext Table;334 flatbuffers::FlatBufferBuilder &fbb_;335 flatbuffers::uoffset_t start_;336 void add_need_flush(bool need_flush) { in add_need_flush()339 void add_flush_periodically(bool flush_periodically) { in add_flush_periodically()342 void add_flush_period(int32_t flush_period) { in add_flush_period()345 void add_need_manual_release(bool need_manual_release) { in add_need_manual_release()348 void add_precision(tflite::gpu::data::CalculationsPrecision precision) { in add_precision()351 void add_storage_type(tflite::gpu::data::TensorStorageType storage_type) { in add_storage_type()[all …]