Home
last modified time | relevance | path

Searched refs:graph_def_string (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtransform_graph_wrapper.cc29 string TransformGraphWithStringInputs(string graph_def_string, in TransformGraphWithStringInputs() argument
34 if (!graph_def.ParseFromString(graph_def_string)) { in TransformGraphWithStringInputs()
66 [](const py::object graph_def_string, const py::object inputs_string, in PYBIND11_MODULE()
69 graph_def_string.cast<std::string>(), in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_ops.cc121 tstring graph_def_string; in Compute() local
123 ParseScalarArgument(ctx, kGraphDef, &graph_def_string)); in Compute()
125 OP_REQUIRES(ctx, graph_def.ParseFromString(graph_def_string), in Compute()