MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_AddControlInput

Function TF_AddControlInput

tensorflow/c/c_api.cc:805–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void TF_AddControlInput(TF_OperationDescription* desc, TF_Operation* input) {
806 desc->node_builder.ControlInput(&input->node);
807}
808
809void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) {
810 desc->colocation_constraints.emplace(

Calls

no outgoing calls

Tested by 1

AddWithCtrlDependencyFunction · 0.68