Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler_options.h26 struct CompilationOptions { struct
28 bool allow_precision_loss = false;
32 bool fuse_operations = true;
36 bool inline_parameters = false;
40 bool inline_objects = true; // TODO(akulik): unsupported
43 ObjectType preferred_obj_type = ObjectType::UNKNOWN;
51 ObjectType ref_obj_type = ObjectType::UNKNOWN;
57 bool dynamic_batch = false;
60 bool auto_input_fusion = true;
64 bool sampler_textures = false;
[all …]