/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | meta_optimizer.cc | 299 #define USER_IS_ON(CFG) cfg_.CFG() == RewriterConfig::ON in InitializeOptimizers() argument 300 #define USER_IS_EXPERIMENTAL_MLIR(CFG) \ in InitializeOptimizers() argument 302 #define USER_IS_EXPERIMENTAL_BOTH(CFG) \ in InitializeOptimizers() argument 304 #define USER_NOT_OFF(CFG) cfg_.CFG() != RewriterConfig::OFF in InitializeOptimizers() argument 305 #define PLUGIN_IS_ON(CFG) \ in InitializeOptimizers() argument 307 #define PLUGIN_IS_EXPERIMENTAL_MLIR(CFG) \ in InitializeOptimizers() argument 309 #define PLUGIN_IS_EXPERIMENTAL_BOTH(CFG) \ in InitializeOptimizers() argument 311 #define PLUGIN_NOT_OFF(CFG) \ in InitializeOptimizers() argument 313 #define BOTH_ARE_ON(CFG) (USER_IS_ON(CFG) && PLUGIN_IS_ON(CFG)) in InitializeOptimizers() argument 314 #define BOTH_NOT_OFF(CFG) (USER_NOT_OFF(CFG) && PLUGIN_NOT_OFF(CFG)) in InitializeOptimizers() argument [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/rust/ |
H A D | cfg.rs | 226 pub struct CFG<N> { struct 228 nodes: Vec<CFGNode<N>>, argument 231 impl<N> CFG<N> { impl 337 impl<N> Index<usize> for CFG<N> { implementation 345 impl<N> IndexMut<usize> for CFG<N> { implementation 351 impl<'a, N> IntoIterator for &'a CFG<N> { implementation 360 impl<'a, N> IntoIterator for &'a mut CFG<N> { implementation
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
H A D | MapperConfigBase.java | 142 protected MapperConfigBase(MapperConfigBase<CFG,T> src, in MapperConfigBase() method in MapperConfigBase 162 protected MapperConfigBase(MapperConfigBase<CFG,T> src) in MapperConfigBase() method in MapperConfigBase 174 protected MapperConfigBase(MapperConfigBase<CFG,T> src, BaseSettings base) in MapperConfigBase() method in MapperConfigBase 186 protected MapperConfigBase(MapperConfigBase<CFG,T> src, int mapperFeatures) in MapperConfigBase() method in MapperConfigBase 198 protected MapperConfigBase(MapperConfigBase<CFG,T> src, SubtypeResolver str) { in MapperConfigBase() method in MapperConfigBase 209 protected MapperConfigBase(MapperConfigBase<CFG,T> src, PropertyName rootName) { in MapperConfigBase() method in MapperConfigBase 220 protected MapperConfigBase(MapperConfigBase<CFG,T> src, Class<?> view) in MapperConfigBase() method in MapperConfigBase 235 protected MapperConfigBase(MapperConfigBase<CFG,T> src, SimpleMixInResolver mixins) in MapperConfigBase() method in MapperConfigBase 250 protected MapperConfigBase(MapperConfigBase<CFG,T> src, ContextAttributes attr) in MapperConfigBase() method in MapperConfigBase
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/cfg/ |
D | cfg.go | 55 type CFG struct { struct 56 fset *token.FileSet 57 Blocks []*Block // block[0] is entry; order otherwise undefined 195 func (g *CFG) Format(fset *token.FileSet) string { 220 func (g *CFG) Dot(fset *token.FileSet) string {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 129 struct CFG { struct 133 CFG(const Function *F, bool TrackBBLifetime); argument 145 static void printDiff(raw_ostream &out, const CFG &Before, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Passes/ |
D | StandardInstrumentations.h | 146 struct CFG { struct 150 CFG(const Function *F, bool TrackBBLifetime); argument 162 static void printDiff(raw_ostream &out, const CFG &Before, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/ |
D | StandardInstrumentations.h | 146 struct CFG { struct 150 CFG(const Function *F, bool TrackBBLifetime); argument 162 static void printDiff(raw_ostream &out, const CFG &Before, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/ |
D | StandardInstrumentations.h | 146 struct CFG { struct 150 CFG(const Function *F, bool TrackBBLifetime); argument 162 static void printDiff(raw_ostream &out, const CFG &Before, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/ |
D | StandardInstrumentations.h | 152 struct CFG { struct 156 CFG(const Function *F, bool TrackBBLifetime); argument 168 static void printDiff(raw_ostream &out, const CFG &Before, argument
|
/aosp_15_r20/external/rust/cxx/gen/build/src/ |
D | cfg.rs | 309 pub static mut CFG: Cfg = Cfg { constant 429 CFG, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/ |
D | errors.rs | 118 const CFG: &str = r#" in error_with_path() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/ |
D | errors.rs | 118 const CFG: &str = r#" in error_with_path() constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/ |
H A D | app.rs | 55 const CFG: &str = "cfg"; constant
|
/aosp_15_r20/external/rust/cxx/gen/cmd/src/ |
D | app.rs | 55 const CFG: &str = "cfg"; constant
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_flash_ex.h | 114 #define IS_FLASH_LVE_PIN(CFG) (((CFG) == FLASH_LVE_PIN_CTRL) || ((CFG) == FLASH_LVE_PIN_FORCED)) argument
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_flash_ex.h | 114 #define IS_FLASH_LVE_PIN(CFG) (((CFG) == FLASH_LVE_PIN_CTRL) || ((CFG) == FLASH_LVE_PIN_FORCED)) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | CFGReachabilityAnalysis.h | 23 class CFG; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | CFGReachabilityAnalysis.h | 23 class CFG; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | CFGReachabilityAnalysis.h | 23 class CFG; variable
|
/aosp_15_r20/external/coreboot/src/drivers/genesyslogic/gl9750/ |
H A D | gl9750.h | 8 #define CFG 0x800 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | CFGReachabilityAnalysis.h | 23 class CFG; variable
|
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/ |
H A D | CFGReachabilityAnalysis.h | 24 class CFG; variable
|
/aosp_15_r20/external/clang/include/clang/Analysis/ |
H A D | CFGStmtMap.h | 22 class CFG; variable
|
/aosp_15_r20/external/coreboot/src/drivers/genesyslogic/gl9755/ |
H A D | gl9755.h | 8 #define CFG 0x800 macro
|
/aosp_15_r20/external/clang/unittests/Analysis/ |
H A D | CFGTest.cpp | 23 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument
|