Searched refs:force_backend (Results 1 – 4 of 4) sorted by relevance
47 if (gpu_settings->force_backend() == GPUBackend_OPENCL) { in GpuPlugin()49 } else if (gpu_settings->force_backend() == GPUBackend_OPENGL) { in GpuPlugin()
177 ConvertGPUBackend(settings.force_backend())); in ConvertGPUSettings()
766 tflite::GPUBackend force_backend; member770 force_backend(tflite::GPUBackend_UNSET) { in GPUSettingsT()787 tflite::GPUBackend force_backend() const { in force_backend() function811 void add_force_backend(tflite::GPUBackend force_backend) { in add_force_backend()812 fbb_.AddElement<int32_t>(GPUSettings::VT_FORCE_BACKEND, static_cast<int32_t>(force_backend), 0); in add_force_backend()830 tflite::GPUBackend force_backend = tflite::GPUBackend_UNSET) {832 builder_.add_force_backend(force_backend);2222 { auto _e = force_backend(); _o->force_backend = _e; } in UnPackTo()2235 auto _force_backend = _o->force_backend; in CreateGPUSettings()
161 optional GPUBackend force_backend = 3; field