tf_1.8_xla_doc
|
#include "tensorflow/compiler/tf2xla/tf2xla.pb.h"
#include "tensorflow/compiler/xla/client/client.h"
#include "tensorflow/compiler/xla/client/computation.h"
#include "tensorflow/core/framework/graph.pb.h"
Go to the source code of this file.
Namespaces | |
tensorflow | |
Functions | |
Status | tensorflow::ConvertGraphDefToXla (const GraphDef &graph_def, const tf2xla::Config &config, xla::Client *client, xla::Computation *computation) |
Convert tensorflow graph_def to XLA UserComputation. More... | |