HomeSort by relevance Sort by last modified time
    Searched defs:ToGraphDef (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph_def_builder.cc 67 Status GraphDefBuilder::ToGraphDef(GraphDef* graph_def) const {
69 graph_.ToGraphDef(graph_def);
testlib.cc 526 void ToGraphDef(Graph* g, GraphDef* gdef) { g->ToGraphDef(gdef); }
graph_partition_test.cc 205 const GraphDef& ToGraphDef() {
206 TF_EXPECT_OK(in_.ToGraphDef(&in_graph_def_));
212 TF_EXPECT_OK(scope_a_.ToGraphDef(&graph_def));
219 TF_EXPECT_OK(scope_b_.ToGraphDef(&graph_def));
244 Partition(ToGraphDef(), &partitions_);
257 Partition(ToGraphDef(), &partitions_);
278 Partition(ToGraphDef(), &partitions_);
302 Partition(ToGraphDef(), &partitions_);
325 Partition(ToGraphDef(), &partitions_);
350 Partition(ToGraphDef(), &partitions_)
    [all...]
graph.cc 624 void Graph::ToGraphDef(GraphDef* graph_def) const {
630 ToGraphDef(&ret);
  /external/tensorflow/tensorflow/cc/framework/
scope.cc 309 Status Scope::ToGraphDef(GraphDef* gdef) const {
313 graph()->ToGraphDef(gdef);
320 graph()->ToGraphDef(&graph_def);
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc     [all...]

Completed in 429 milliseconds