Searched refs:inference_power_state (Results 1 – 3 of 3) sorted by relevance
1158 tflite::EdgeTpuPowerState inference_power_state; member1163 : inference_power_state(tflite::EdgeTpuPowerState_UNDEFINED_POWERSTATE), in EdgeTpuSettingsT()1176 tflite::EdgeTpuPowerState inference_power_state() const { in inference_power_state() function1207 void add_inference_power_state(tflite::EdgeTpuPowerState inference_power_state) { in add_inference_power_state()1208 …nt32_t>(EdgeTpuSettings::VT_INFERENCE_POWER_STATE, static_cast<int32_t>(inference_power_state), 0); in add_inference_power_state()1233 … tflite::EdgeTpuPowerState inference_power_state = tflite::EdgeTpuPowerState_UNDEFINED_POWERSTATE,1241 builder_.add_inference_power_state(inference_power_state);1247 … tflite::EdgeTpuPowerState inference_power_state = tflite::EdgeTpuPowerState_UNDEFINED_POWERSTATE,1254 inference_power_state,2377 { auto _e = inference_power_state(); _o->inference_power_state = _e; } in UnPackTo()[all …]
252 *builder, ConvertEdgeTpuPowerState(settings.inference_power_state()), in ConvertEdgeTpuSettings()
250 optional EdgeTpuPowerState inference_power_state = 1; field