Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for legalize_tf_test (0.13 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf_test.cc

                               custom_legalization_passes,
                               /*shape_determination_fns=*/{}, arg_shapes,
                               &arg_core_mapping, &per_core_arg_shapes, client);
    }
    
    TEST(LegalizeTFTest, RecordsStreamzForSuccessfulLegalizeWithMlirBridge) {
      CellReader<int64_t> compilation_status(kCompilationStatusStreamzName);
    
      TF_ASSERT_OK_AND_ASSIGN(
          XlaCompiler::CompilationResult result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

            "@local_xla//xla/mlir_hlo:hlo_dialect_registration",
            "@local_xla//xla/pjrt:compile_options_proto_cc",
            "@stablehlo//:register",
        ],
    )
    
    tf_cc_test(
        name = "legalize_tf_test",
        srcs = ["legalize_tf_test.cc"],
        deps = [
            ":device_type_proto_cc",
            ":legalize_tf",
            "//tensorflow/compiler/jit",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top