Searched refs:kColocationGroupPrefix (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 565 if (str_util::ConsumePrefix(&s, kColocationGroupPrefix) && in ValidateColocationConstraints() 816 if (str_util::ConsumePrefix(&v, kColocationGroupPrefix)) { in AddPrefixToNodeDef() 817 list->set_s(i, strings::StrCat(kColocationGroupPrefix, prefix_, v)); in AddPrefixToNodeDef() 859 if (str_util::ConsumePrefix(&val, kColocationGroupPrefix)) { in UpdateUniquifiedColocationNames() 864 strings::StrCat(kColocationGroupPrefix, name_pair->second); in UpdateUniquifiedColocationNames()
|
D | graph_constructor_test.cc | 159 return str_util::ConsumePrefix(&loc, kColocationGroupPrefix) ? string(loc) in ColocationGroup()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 278 if (str_util::ConsumePrefix(&s, kColocationGroupPrefix)) { in GetColocationConstraints() 345 return strings::StrCat(kColocationGroupPrefix, s); in UpdateBuilder()
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_util.h | 46 extern const char* const kColocationGroupPrefix;
|
D | node_def_util.cc | 41 const char* const kColocationGroupPrefix = "loc:@"; variable
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.cc | 47 const StringPiece kColocationGroupPrefixStringPiece(kColocationGroupPrefix);
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1235 StrCat(tensorflow::kColocationGroupPrefix, op->node.name())); in TF_ColocateWith()
|