HomeSort by relevance Sort by last modified time
    Searched refs:RecordMutation (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/c/
python_api.cc 26 RecordMutation(graph, *op, "adding control input");
41 RecordMutation(graph, *op, "setting attribute");
50 RecordMutation(graph, *op, "clearing attribute");
56 RecordMutation(graph, *op, "setting device");
96 RecordMutation(graph, *dst.oper, "updating input tensor");
181 RecordMutation(graph, *dst, "adding input tensor");
c_api_internal.h 93 // session has been run (this is detected in RecordMutation function). If the
228 void RecordMutation(TF_Graph* graph, const TF_Operation& op,
c_api.cc 684 void RecordMutation(TF_Graph* graph, const TF_Operation& op,
    [all...]

Completed in 209 milliseconds