Searched refs:fallback_key (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | global_config.py | 222 def get_config_value_with_fallback(self, section, key, fallback_key, argument 257 return self.get_config_value(fallback_section, fallback_key,
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
D | tf_to_tfrt.cc | 252 auto fallback_key = in ConvertToFallbackExecuteOp() local 265 cost_analysis_.GetCost(op, fallback_key.getInt())); in ConvertToFallbackExecuteOp() 271 op_func_attrs, fallback_key, op_name, cost); in ConvertToFallbackExecuteOp() 284 op_func_attrs, fallback_key, op_name, cost); in ConvertToFallbackExecuteOp() 291 new_operands, device, op_attrs, op_func_attrs, fallback_key, op_name, in ConvertToFallbackExecuteOp()
|