| 807 | } |
| 808 | |
| 809 | void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) { |
| 810 | desc->colocation_constraints.emplace( |
| 811 | StrCat(tensorflow::kColocationGroupPrefix, op->node.name())); |
| 812 | } |
| 813 | |
| 814 | void TF_SetAttrString(TF_OperationDescription* desc, const char* attr_name, |
| 815 | const void* value, size_t length) { |