Searched refs:AttrKeyAndValue (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function.cc | 936 class AttrKeyAndValue { class 942 AttrKeyAndValue(absl::string_view key_name, int key_suffix, string value, in AttrKeyAndValue() function in tensorflow::__anonb69655eb0611::AttrKeyAndValue 949 bool operator<(const AttrKeyAndValue& b) const { in operator <() 1023 absl::InlinedVector<AttrKeyAndValue, 8> entries; in Canonicalize() 1028 entries.push_back(AttrKeyAndValue(p.first, -1, Print(p.second))); in Canonicalize() 1032 entries.push_back(AttrKeyAndValue("_target", -1, options.target, in Canonicalize() 1033 AttrKeyAndValue::kCEscape)); in Canonicalize() 1036 entries.push_back(AttrKeyAndValue("_input_dev", i, options.input_devices[i], in Canonicalize() 1037 AttrKeyAndValue::kCEscape)); in Canonicalize() 1040 entries.push_back(AttrKeyAndValue("_output_dev", i, in Canonicalize() [all …]
|