Searched defs:GraphDefBuilder (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
H A Dgraph_def_builder.h32 // Node* Identity(NodeOut input, const GraphDefBuilder::Options& opts) {
44 // Node* Identity(NodeOut input, const GraphDefBuilder::Options& opts) {
51 // GraphDefBuilder b;
62 // GraphDefBuilder b(GraphDefBuilder::kFailImmediately);
66 class GraphDefBuilder { class in namespace:tensorflow
145 explicit GraphDefBuilder( function in class:tensorflow::GraphDefBuilder
152 explicit GraphDefBuilder( function in class:tensorflow::GraphDefBuilder
192 // For adding an Op with no inputs to a GraphDefBuilder.
193 Node* SourceOp(const string& op_name, const GraphDefBuilder
[all...]

Completed in 270 milliseconds