Home
last modified time | relevance | path

Searched defs:TF_OperationDescription (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_api_internal.h114 struct TF_OperationDescription { struct
115 TF_OperationDescription(TF_Graph* g, const char* op_type, in TF_OperationDescription() argument
119 tensorflow::NodeBuilder node_builder;
120 TF_Graph* graph;
121 std::set<tensorflow::string> colocation_constraints;
Dc_api.h381 typedef struct TF_OperationDescription TF_OperationDescription; typedef
/external/tensorflow/tensorflow/go/
Dgraph.go344 func setAttr(cdesc *C.TF_OperationDescription, status *status, name string, value interface{}) erro…