Home
last modified time | relevance | path

Searched defs:fallback_key (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/libarttools/include/tools/
H A Dsystem_properties.h57 std::string Get(const std::string& key, const std::string& fallback_key, Args... args) const { in Get()
95 bool GetBool(const std::string& key, const std::string& fallback_key, Args... args) const { in GetBool()
/aosp_15_r20/external/autotest/client/common_lib/
H A Dglobal_config.py222 def get_config_value_with_fallback(self, section, key, fallback_key, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt.cc252 auto fallback_key = in ConvertToFallbackExecuteOp() local