Searched defs:CompilationOptions (Results 1 – 1 of 1) sorted by relevance
26 struct CompilationOptions { struct28 bool allow_precision_loss = false;32 bool fuse_operations = true;36 bool inline_parameters = false;40 bool inline_objects = true; // TODO(akulik): unsupported43 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 …]