| 49 | } |
| 50 | |
| 51 | inline bool HasPreprocessedAnnotations(const OpSpec &spec) { |
| 52 | return spec.HasArgument("preprocessed_annotations") || |
| 53 | (spec.HasArgument("meta_files_path") && spec.GetArgument<bool>("meta_files_path")); |
| 54 | } |
| 55 | |
| 56 | inline bool HasSavePreprocessedAnnotations(const OpSpec &spec) { |
| 57 | return spec.HasArgument("save_preprocessed_annotations") || |
no test coverage detected