HomeSort by relevance Sort by last modified time
    Searched refs:graph_copy (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms_test.py 469 graph_copy = ops.Graph()
470 with graph_copy.as_default():
472 return graph_copy
  /external/tensorflow/tensorflow/python/training/
moving_averages_test.py 400 graph_copy = ops.Graph()
401 with graph_copy.as_default():
403 return graph_copy
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 292 std::unique_ptr<Graph> graph_copy(new Graph(OpRegistry::Global()));
293 CopyGraph(*graph, graph_copy.get());
299 std::move(graph_copy), args, &result));
328 std::unique_ptr<Graph> graph_copy(new Graph(OpRegistry::Global()));
329 CopyGraph(*graph, graph_copy.get());
335 std::move(graph_copy), args, &result));
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 172 GraphDef graph_copy(graph);
173 graph::SetDefaultDevice(cluster->devices()[0].name(), &graph_copy);
174 TF_CHECK_OK(session->Create(graph_copy));
179 GraphDef graph_copy(graph);
180 graph::SetDefaultDevice(cluster->devices()[1].name(), &graph_copy);
181 auto status = session->Create(graph_copy);
    [all...]

Completed in 734 milliseconds