Searched refs:graph_def_string (Results 1 – 2 of 2) sorted by relevance
29 string TransformGraphWithStringInputs(string graph_def_string, in TransformGraphWithStringInputs() argument34 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()
121 tstring graph_def_string; in Compute() local123 ParseScalarArgument(ctx, kGraphDef, &graph_def_string)); in Compute()125 OP_REQUIRES(ctx, graph_def.ParseFromString(graph_def_string), in Compute()