Home
last modified time | relevance | path

Searched defs:CFG (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc299 #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 Dcfg.rs226 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 DMapperConfigBase.java142 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/
Dcfg.go55 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 DStandardInstrumentations.h129 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/
DStandardInstrumentations.h146 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/
DStandardInstrumentations.h146 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/
DStandardInstrumentations.h146 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/
DStandardInstrumentations.h152 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/
Dcfg.rs309 pub static mut CFG: Cfg = Cfg { constant
429 CFG, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Derrors.rs118 const CFG: &str = r#" in error_with_path() constant
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Derrors.rs118 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 Dapp.rs55 const CFG: &str = "cfg"; constant
/aosp_15_r20/external/rust/cxx/gen/cmd/src/
Dapp.rs55 const CFG: &str = "cfg"; constant
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash_ex.h114 #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 Dstm32l4xx_hal_flash_ex.h114 #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/
DCFGReachabilityAnalysis.h23 class CFG; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h23 class CFG; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h23 class CFG; variable
/aosp_15_r20/external/coreboot/src/drivers/genesyslogic/gl9750/
H A Dgl9750.h8 #define CFG 0x800 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DCFGReachabilityAnalysis.h23 class CFG; variable
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h24 class CFG; variable
/aosp_15_r20/external/clang/include/clang/Analysis/
H A DCFGStmtMap.h22 class CFG; variable
/aosp_15_r20/external/coreboot/src/drivers/genesyslogic/gl9755/
H A Dgl9755.h8 #define CFG 0x800 macro
/aosp_15_r20/external/clang/unittests/Analysis/
H A DCFGTest.cpp23 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument

1234