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

  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io_test.py 228 op_nodes = test_util.assert_ops_in_graph({
261 op_nodes = test_util.assert_ops_in_graph({
292 op_nodes = test_util.assert_ops_in_graph({
497 test_util.assert_ops_in_graph({
544 test_util.assert_ops_in_graph({
  /external/tensorflow/tensorflow/python/framework/
test_util_test.py 50 test_util.assert_ops_in_graph({"hello": "Const"}, ops.get_default_graph())
52 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
55 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
test_util.py 81 def assert_ops_in_graph(expected_ops, graph): function
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
lookup_ops_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/lookup/
lookup_ops_test.py     [all...]

Completed in 393 milliseconds