HomeSort by relevance Sort by last modified time
    Searched full:n_graph_def (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/tools/graph_transforms/
fold_constants_test.cc 244 GraphDef n_graph_def; local
245 TF_ASSERT_OK(n_root.ToGraphDef(&n_graph_def));
249 o_graph_def, n_graph_def, {"placeholder"}, {"a_const"},
278 GraphDef n_graph_def; local
279 TF_ASSERT_OK(n_root.ToGraphDef(&n_graph_def));
283 o_graph_def, n_graph_def, {"placeholder", "placeholder_1"}, {"add"},

Completed in 57 milliseconds