xla_test(
name = "bad_rng_shape_validation_test",
srcs = ["bad_rng_shape_validation_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:statusor",
"//tensorflow/compiler/xla:test",
xla_test(
name = "check_execution_arity_test",
srcs = ["check_execution_arity_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:literal_util",
"//tensorflow/compiler/xla:shape_util",
xla_test(
name = "query_inferred_shape_test",
srcs = ["query_inferred_shape_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla:statusor",
xla_test(
name = "axpy_simple_test",
srcs = ["axpy_simple_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla/client:computation_builder",
"//tensorflow/compiler/xla/client:local_client",
xla_test(
name = "pred_test",
srcs = ["pred_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla/client:computation_builder",
xla_test(
name = "select_test",
srcs = ["select_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/compiler/xla/client:computation_builder",
xla_test(
name = "transpose_test",
srcs = ["transpose_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:reference_util",
xla_test(
name = "constants_test",
srcs = ["constants_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array3d",
name = "slice_test",
srcs = ["slice_test.cc"],
shard_count = 40,
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:reference_util",
xla_test(
name = "multidimensional_slice_test",
srcs = ["multidimensional_slice_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array3d",
xla_test(
name = "vector_ops_reduce_test",
srcs = ["vector_ops_reduce_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array3d",
name = "reduce_test",
srcs = ["reduce_test.cc"],
shard_count = 40,
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "copy_test",
srcs = ["copy_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
":client_library_test_base",
"//tensorflow/compiler/xla:array2d",
xla_test(
name = "reduce_hlo_test",
srcs = ["reduce_hlo_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
":client_library_test_base",
"//tensorflow/compiler/xla/tests:hlo_test_base",
xla_test(
name = "binop_scaling_test",
srcs = ["binop_scaling_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "broadcast_simple_test",
srcs = ["broadcast_simple_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "pad_test",
srcs = ["pad_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "fmax_test",
srcs = ["fmax_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla/client:computation_builder",
"//tensorflow/compiler/xla/client:local_client",
xla_test(
name = "log_test",
srcs = ["log_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla/client:computation_builder",
"//tensorflow/compiler/xla/client:local_client",
xla_test(
name = "matrix_ops_simple_test",
srcs = ["matrix_ops_simple_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:literal_util",
name = "reshape_test",
srcs = ["reshape_test.cc"],
shard_count = 30,
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "reverse_test",
srcs = ["reverse_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array4d",
xla_test(
name = "vector_ops_simple_test",
srcs = ["vector_ops_simple_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array4d",
"//tensorflow/compiler/xla:shape_util",
xla_test(
name = "concat_test",
srcs = ["concat_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:array2d",
"//tensorflow/compiler/xla:array3d",
xla_test(
name = "convert_test",
srcs = ["convert_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla:types",
xla_test(
name = "floor_ceil_test",
srcs = ["floor_ceil_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla/client:computation_builder",
"//tensorflow/compiler/xla/client:local_client",
xla_test(
name = "replay_test",
srcs = ["replay_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:literal_util",
"//tensorflow/compiler/xla:protobuf_util",
xla_test(
name = "broadcast_test",
srcs = ["broadcast_test.cc"],
+ tags = [
+ "enable_for_xla_interpreter",
+ ],
deps = [
"//tensorflow/compiler/xla:literal_util",
"//tensorflow/compiler/xla:shape_util",