HomeSort by relevance Sort by last modified time
    Searched defs:TF_Operation (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/c/
c_api_internal.h 124 struct TF_Operation {
154 std::vector<TF_Operation*> return_nodes;
228 void RecordMutation(TF_Graph* graph, const TF_Operation& op,
c_api.h 385 // invalidate old TF_Operation* pointers.
386 typedef struct TF_Operation TF_Operation;
390 TF_Operation* oper;
396 TF_Operation* oper;
501 TF_Operation* input);
509 TF_Operation* op);
611 // * a TF_Operation is added to the graph,
619 TF_CAPI_EXPORT extern TF_Operation* TF_FinishOperation(
622 // TF_Operation functions. Operations are immutable once created, s
    [all...]

Completed in 48 milliseconds