Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc936 class AttrKeyAndValue { class
942 AttrKeyAndValue(absl::string_view key_name, int key_suffix, string value, in AttrKeyAndValue() function in tensorflow::__anon4e057a0f0611::AttrKeyAndValue
949 bool operator<(const AttrKeyAndValue& b) const { in operator <()
998 absl::InlinedVector<AttrKeyAndValue, 8> entries; in Canonicalize()
1003 entries.push_back(AttrKeyAndValue(p.first, -1, Print(p.second))); in Canonicalize()
1007 entries.push_back(AttrKeyAndValue("_target", -1, options.target, in Canonicalize()
1008 AttrKeyAndValue::kCEscape)); in Canonicalize()
1011 entries.push_back(AttrKeyAndValue("_input_dev", i, options.input_devices[i], in Canonicalize()
1012 AttrKeyAndValue::kCEscape)); in Canonicalize()
1015 entries.push_back(AttrKeyAndValue("_output_dev", i, in Canonicalize()
[all …]