Skip to content

Commit 7fe4384

Browse files
committed
Properly open source tensor api in github through copybara
PiperOrigin-RevId: 918034944
1 parent cc68da8 commit 7fe4384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • litert/tensor/internal

litert/tensor/internal/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ cc_library(
8080
name = "graph",
8181
srcs = ["graph.cc"],
8282
hdrs = ["graph.h"],
83-
# copybara:uncomment includes = ["../utils"],
8483
defines = select({
8584
":op_debugger_enabled": ["LITERT_OP_DEBUGGER_ENABLED=1"],
8685
"//conditions:default": [],
8786
}),
87+
# copybara:uncomment includes = ["../utils"],
8888
deps = [
8989
"//litert/tensor:buffer",
9090
"//litert/tensor:datatypes",

0 commit comments

Comments
 (0)