Searched refs:best_practices (Results 1 – 16 of 16) sorted by relevance
9 [best_practices.md](best_practices.md).55 [best_practices.md#fuzzing-a-gui-program](best_practices.md#fuzzing-a-gui-program)58 [best_practices.md#fuzzing-a-network-service](best_practices.md#fuzzing-a-network-service)
126 [best_practices.md#fuzzing-a-network-service](best_practices.md#fuzzing-a-network-service).137 [best_practices.md#fuzzing-a-gui-program](best_practices.md#fuzzing-a-gui-program).155 [best_practices.md#improving-speed](best_practices.md#improving-speed).180 [best_practices.md#improving-stability](best_practices.md#improving-stability).
258 see the [best_practices.md#improving-speed](best_practices.md#improving-speed)
65 See docs/best_practices.md how to fix such setups.
4 * [Best practices](best_practices.md)
58 See [Best Practices](best_practices.md).
80 …[docs/best_practices.md#fuzzing-a-network-service](docs/best_practices.md#fuzzing-a-network-servic…82 [docs/best_practices.md#fuzzing-a-gui-program](docs/best_practices.md#fuzzing-a-gui-program)
53 [Performance best practices](../../performance/best_practices).133 [performance best practices guide](https://www.tensorflow.org/lite/performance/best_practices)
196 best_practices.cpp197 best_practices.h)
121 [Best Practices](../performance/best_practices).
34 Note: Refer to the [performance best practices](../performance/best_practices)
160 * For performance [best practices](https://www.tensorflow.org/lite/performance/best_practices), do …
244 enable_data->best_practices = true; in SetValidationFeatureEnable()472 auto best_practices = new BestPractices; in CreateInstance() local473 if (local_enables.best_practices) { in CreateInstance()474 local_object_dispatch.emplace_back(best_practices); in CreateInstance()476 best_practices->container_type = LayerObjectTypeBestPractices; in CreateInstance()477 best_practices->api_version = api_version; in CreateInstance()539 best_practices->report_data = framework->report_data; in CreateInstance()540 best_practices->instance_dispatch_table = framework->instance_dispatch_table; in CreateInstance()541 best_practices->enabled = framework->enabled; in CreateInstance()542 best_practices->disabled = framework->disabled; in CreateInstance()[all …]
2420 bool best_practices; member
277 [Performance best practices](../performance/best_practices)