Home
last modified time | relevance | path

Searched defs:RuntimeOptions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime_options.h23 struct RuntimeOptions { struct
24 RuntimeOptions() in RuntimeOptions() function
31 bool reuse_internal_objects;
35 bool bundle_readonly_objects;
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Druntime_options.h23 struct RuntimeOptions { struct
24 enum class Precision {
29 Precision storage_precision = Precision::FP32;
31 Precision accumulator_precision = Precision::FP32;
Dinference_context.mm54 runtimeOptions:(const RuntimeOptions&)options {
Dcompute_task.mm74 runtimeOptions:(const RuntimeOptions&)options {