@@ -103,42 +103,42 @@ pl_cc_test(
103103 ],
104104)
105105
106- pl_cc_test (
107- name = "ml_ops_test" ,
108- srcs = ["ml_ops_test.cc" ],
109- args = [
110- "--sentencepiece_dir=$(location //:sentencepiece.proto)" ,
111- "--embedding_dir=$(location //:embedding.proto)" ,
112- ],
113- data = [
114- "//:embedding.proto" ,
115- "//:sentencepiece.proto" ,
116- ],
117- deps = [
118- ":cc_library" ,
119- "//src/carnot/exec/ml:eigen_testutils" ,
120- "//src/carnot/udf:udf_testutils" ,
121- ],
122- )
123-
124- pl_cc_binary (
125- name = "ml_ops_benchmark" ,
126- testonly = 1 ,
127- srcs = ["ml_ops_benchmark.cc" ],
128- args = [
129- "--sentencepiece_dir=$(location //:sentencepiece.proto)" ,
130- "--embedding_dir=$(location //:embedding.proto)" ,
131- ],
132- data = [
133- "//:embedding.proto" ,
134- "//:sentencepiece.proto" ,
135- ],
136- deps = [
137- ":cc_library" ,
138- "//src/common/benchmark:cc_library" ,
139- # "@org_tensorflow//tensorflow/lite:tflite_with_xnnpack",
140- ],
141- )
106+ # pl_cc_test(
107+ # name = "ml_ops_test",
108+ # srcs = ["ml_ops_test.cc"],
109+ # args = [
110+ # "--sentencepiece_dir=$(location //:sentencepiece.proto)",
111+ # "--embedding_dir=$(location //:embedding.proto)",
112+ # ],
113+ # data = [
114+ # "//:embedding.proto",
115+ # "//:sentencepiece.proto",
116+ # ],
117+ # deps = [
118+ # ":cc_library",
119+ # "//src/carnot/exec/ml:eigen_testutils",
120+ # "//src/carnot/udf:udf_testutils",
121+ # ],
122+ # )
123+
124+ # pl_cc_binary(
125+ # name = "ml_ops_benchmark",
126+ # testonly = 1,
127+ # srcs = ["ml_ops_benchmark.cc"],
128+ # args = [
129+ # "--sentencepiece_dir=$(location //:sentencepiece.proto)",
130+ # "--embedding_dir=$(location //:embedding.proto)",
131+ # ],
132+ # data = [
133+ # "//:embedding.proto",
134+ # "//:sentencepiece.proto",
135+ # ],
136+ # deps = [
137+ # ":cc_library",
138+ # "//src/common/benchmark:cc_library",
139+ # # "@org_tensorflow//tensorflow/lite:tflite_with_xnnpack",
140+ # ],
141+ # )
142142
143143pl_cc_test (
144144 name = "request_path_ops_test" ,
0 commit comments