tf_1.8_xla_doc
Namespaces | Functions
graph_constructor.cc File Reference
#include "tensorflow/core/graph/graph_constructor.h"
#include <algorithm>
#include <set>
#include <string>
#include <unordered_map>
#include <vector>
#include "tensorflow/core/common_runtime/shape_refiner.h"
#include "tensorflow/core/framework/function.h"
#include "tensorflow/core/framework/function.pb.h"
#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/framework/node_def.pb.h"
#include "tensorflow/core/framework/node_def_util.h"
#include "tensorflow/core/framework/tensor_shape.pb.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/framework/versions.h"
#include "tensorflow/core/framework/versions.pb.h"
#include "tensorflow/core/graph/algorithm.h"
#include "tensorflow/core/graph/graph.h"
#include "tensorflow/core/graph/tensor_id.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/gtl/inlined_vector.h"
#include "tensorflow/core/lib/strings/scanner.h"
#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/public/version.h"
Include dependency graph for graph_constructor.cc:

Namespaces

 tensorflow
 

Functions

Status tensorflow::ConvertGraphDefToGraph (const GraphConstructorOptions &opts, const GraphDef &gdef, Graph *g)
 Convert GraphDef defined protobuf to type Graph More...