Searched refs:Lite (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/tools/llvm-bolt-fuzzer/ |
| H A D | llvm-bolt-fuzzer.cpp | 19 extern cl::opt<bool> Lite; 26 opts::Lite = false; in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | MLIRForGraphAlgorithms.md | 48 graphs, TF-Lite's flat buffer format, TensorFlow's Graph format, the ONNX 78 1. the TF Lite TOCO translator, which we need to improve error 89 TF Lite is mostly a subset of the larger work to support the functionality of 90 the TF/XLA bridge. TF Lite and the TF/XLA bridge include several compiler passes 134 Dialects (e.g. TF Graph, TF Lite flat buffer, XLA HLO, etc). 197 (e.g. TF Lite when an unsupported op is used) and it is important to be able to 292 effort moves beyond TF Lite / TOCO support. The discussions that are happening 342 TensorFlow, TF-Lite, XLA, etc) is all independently selectable by the build 344 they are a TF-Lite system or a client that is completely unrelated to 398 there is no runtime component to MLIR: the TensorFlow executor, the TF Lite
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | QuickstartRewrites.md | 25 `tfl.add` to represent the add operation in the TensorFlow Lite dialect. 100 TensorFlow Lite's `LeakyRelu`: 273 the legalization pass test in TensorFlow Lite) such as:
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Quantization.md | 196 TensorFlow to TensorFlow Lite conversion uses the QuantizedTypes but has its own 232 As originally implemented, TensorFlow Lite was the primary user of such 236 TensorFlow Lite would use the attributes of the fake_quant operations to make a
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 137 cl::opt<bool> Lite("lite", cl::desc("skip processing of cold functions"), variable 1749 if (BC->isX86() && opts::Lite.getNumOccurrences() == 0 && !opts::StrictMode && in adjustCommandLineOptions() 1751 opts::Lite = true; in adjustCommandLineOptions() 1753 if (opts::Lite && opts::UseOldText) { in adjustCommandLineOptions() 1759 if (opts::Lite && opts::StrictMode) { in adjustCommandLineOptions() 1764 if (opts::Lite) in adjustCommandLineOptions() 2747 if (opts::Lite) { in selectFunctionsToProcess()
|