Home
last modified time | relevance | path

Searched refs:options_ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dnnapi_plugin.h38 absl::make_unique<tflite::StatefulNnApiDelegate>(options_); in Create()
59 options_.accelerator_name = accelerator_.c_str(); in NnapiPlugin()
64 options_.cache_dir = cache_dir_.c_str(); in NnapiPlugin()
69 options_.model_token = model_token_.c_str(); in NnapiPlugin()
71 options_.execution_preference = in NnapiPlugin()
73 options_.disallow_nnapi_cpu = in NnapiPlugin()
75 options_.execution_priority = in NnapiPlugin()
77 options_.allow_fp16 = nnapi_settings->allow_fp16_precision_for_fp32(); in NnapiPlugin()
78 options_.use_burst_computation = nnapi_settings->use_burst_computation(); in NnapiPlugin()
80 options_.max_number_delegated_partitions = in NnapiPlugin()
[all …]
A Dgpu_plugin.cc27 return TfLiteDelegatePtr(TfLiteGpuDelegateV2Create(&options_), in Create()
36 : options_(TfLiteGpuDelegateOptionsV2Default()) { in GpuPlugin()
39 options_.inference_priority1 = in GpuPlugin()
44 options_.experimental_flags |= in GpuPlugin()
48 options_.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_CL_ONLY; in GpuPlugin()
50 options_.experimental_flags |= TFLITE_GPU_EXPERIMENTAL_FLAGS_GL_ONLY; in GpuPlugin()
53 options_.max_delegated_partitions = in GpuPlugin()
60 TfLiteGpuDelegateOptionsV2 options_; member in tflite::delegates::GpuPlugin
A Dhexagon_plugin.cc32 auto* delegate_ptr = TfLiteHexagonDelegateCreate(&options_); in Create()
52 options_ = TfLiteHexagonDelegateOptions({0}); in HexagonPlugin()
54 options_.debug_level = settings->debug_level(); in HexagonPlugin()
55 options_.powersave_level = settings->powersave_level(); in HexagonPlugin()
56 options_.print_graph_profile = settings->print_graph_profile(); in HexagonPlugin()
57 options_.print_graph_debug = settings->print_graph_debug(); in HexagonPlugin()
59 options_.max_delegated_partitions = in HexagonPlugin()
70 TfLiteHexagonDelegateOptions options_; member in tflite::delegates::HexagonPlugin
A Dxnnpack_plugin.cc27 return TfLiteDelegatePtr(TfLiteXNNPackDelegateCreate(&options_), in Create()
36 : options_(TfLiteXNNPackDelegateOptionsDefault()) { in XNNPackPlugin()
39 options_.num_threads = xnnpack_settings->num_threads(); in XNNPackPlugin()
44 TfLiteXNNPackDelegateOptions options_; member in tflite::delegates::XNNPackPlugin
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c51 const WebPAnimEncoderOptions options_; // Global encoding options. member
260 *(WebPAnimEncoderOptions*)&enc->options_ = *enc_options; in WebPAnimEncoderNewInternal()
263 DefaultEncoderOptions((WebPAnimEncoderOptions*)&enc->options_); in WebPAnimEncoderNewInternal()
286 enc->size_ = enc->options_.kmax - enc->options_.kmin + 1; in WebPAnimEncoderNewInternal()
879 if (!enc->options_.allow_mixed) { in GenerateCandidates()
882 } else if (enc->options_.minimize_size) { in GenerateCandidates()
1217 if (enc->count_since_key_frame_ <= enc->options_.kmin) { in CacheFrame()
1261 if (enc->count_since_key_frame_ >= enc->options_.kmax) { in CacheFrame()
1309 if (enc->options_.verbose) { in FlushFrames()
1379 if (enc->options_.verbose) { in WebPAnimEncoderAdd()
[all …]

Completed in 8 milliseconds