Files
tensorflow--tensorflow/tensorflow/python/eager/benchmarks/BUILD
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

28 lines
703 B
Python

load(
"//tensorflow/tools/test:performance.bzl",
"cuda_py_benchmark_test",
)
package(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
default_visibility = ["//tensorflow:internal"],
licenses = ["notice"],
)
cuda_py_benchmark_test(
name = "kpi_benchmark_test",
size = "medium",
srcs = ["kpi_benchmark_test.py"],
tags = [
"no_windows", # b/141617449
"notap", # b/456542868
"optonly",
],
deps = [
"//tensorflow:tensorflow_py_no_contrib",
"//tensorflow/python/eager:benchmarks_test_base",
"//tensorflow/python/eager:context",
"//tensorflow/python/profiler:trace",
],
)