Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildGraph (0.09 sec)

  1. tensorflow/compiler/aot/tests/make_test_graphs.py

      array_ops.identity(updates, name='result')
    
    
    def write_graph(build_graph, out_dir):
      """Build a graph using build_graph and write it out."""
      g = ops.Graph()
      with g.as_default():
        build_graph(out_dir)
        filename = os.path.join(out_dir, 'test_graph_%s.pb' % build_graph.__name__)
        with open(filename, 'wb') as f:
          f.write(
              six.ensure_binary(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 15 15:25:23 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top