Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for make_test_graphs (0.23 sec)

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

    Brian Wieder <******@****.***> 1686842507 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 15 15:25:23 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/BUILD

            ":test_graph_tfvariable_test",
            ":tfcompile_test",
        ],
        visibility = ["//visibility:public"],
    )
    
    py_strict_binary(
        name = "make_test_graphs",
        testonly = 1,
        srcs = ["make_test_graphs.py"],
        python_version = "PY3",
        srcs_version = "PY3",
        deps = [
            "//tensorflow/core:protos_all_py",
            "//tensorflow/python/client:session",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top