Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AddControlEdge (0.06 seconds)

  1. tensorflow/c/c_api.cc

    void TF_AddOperationControlInput(TF_Graph* graph, TF_Operation* op,
                                     TF_Operation* input) {
      using tensorflow::RecordMutation;
      mutex_lock l(graph->mu);
      graph->graph.AddControlEdge(&input->node, &op->node);
      RecordMutation(graph, *op, "adding control input");
    }
    
    void TF_SetAttr(TF_Graph* graph, TF_Operation* op, const char* attr_name,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
Back to Top