Home
last modified time | relevance | path

Searched refs:key_and_value (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dcorert_converter.cc86 for (auto key_and_value : attrs) { in CreateOpAttrs() local
87 if (!IsUnusedAttribute(key_and_value.getName())) { in CreateOpAttrs()
88 auto converted = ConvertAttribute(key_and_value.getValue()); in CreateOpAttrs()
92 builder_.getStringAttr(key_and_value.getName().strref()); in CreateOpAttrs()
103 for (auto key_and_value : attrs) { in CreateOpFuncAttrs() local
104 auto attr_key = key_and_value.getName(); in CreateOpFuncAttrs()
105 auto attr_value = key_and_value.getValue(); in CreateOpFuncAttrs()
Dtf_to_tfrt.cc579 for (auto &key_and_value : op->getAttrs()) { in matchAndRewrite() local
580 StringRef name = key_and_value.getName(); in matchAndRewrite()
584 attr_array.push_back(key_and_value); in matchAndRewrite()
/external/tensorflow/tensorflow/core/framework/
Dcancellation.cc75 for (auto key_and_value : callbacks_to_run) { in StartCancelWithStatus() local
76 CallbackConfiguration& config = key_and_value.second; in StartCancelWithStatus()
Dresource_mgr.cc214 Container::value_type key_and_value(Key(type.hash_code(), borrowed_name), in DoCreate() local
217 auto st = container->insert(std::move(key_and_value)); in DoCreate()