Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compile_tf_graph_test (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph_test.cc

    A. Unique TensorFlower <******@****.***> 1712992524 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:08:57 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

            "@local_xla//xla/mlir_hlo:hlo_dialect_registration",
            "@local_xla//xla/pjrt:compile_options_proto_cc",
        ],
    )
    
    tf_cc_test(
        name = "compile_tf_graph_test",
        testonly = 1,
        srcs = ["compile_tf_graph_test.cc"],
        data = [
            "testdata/prepare_to_library.mlir",
        ],
        linkstatic = 1,
        deps = [
            ":compile_tf_graph",
            "//tensorflow/compiler/jit",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top