Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_graph.cc231 op_->colocation_constraints.clear(); in SetAttrStringList()
233 op_->colocation_constraints.emplace(static_cast<const char*>(values[i]), in SetAttrStringList()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc812 desc->colocation_constraints.emplace( in TF_ColocateWith()
826 desc->colocation_constraints.clear(); in TF_SetAttrStringList()
828 desc->colocation_constraints.emplace(static_cast<const char*>(values[i]), in TF_SetAttrStringList()
1015 desc->colocation_constraints.clear(); in TF_SetAttrValueProto()
1017 desc->colocation_constraints.insert(location); in TF_SetAttrValueProto()
1035 if (!desc->colocation_constraints.empty()) { in TF_FinishOperationLocked()
1038 std::vector<string>(desc->colocation_constraints.begin(), in TF_FinishOperationLocked()
1039 desc->colocation_constraints.end())); in TF_FinishOperationLocked()
H A Dc_api_internal.h113 std::set<tensorflow::string> colocation_constraints; member