Skip to content

Commit

Permalink
tfprof: "Swiss Army Knife Tool" To Explore Your Model.
Browse files Browse the repository at this point in the history
Change: 133968335
  • Loading branch information
tensorflower-gardener committed Sep 22, 2016
1 parent 64a1704 commit e4a63b5
Show file tree
Hide file tree
Showing 41 changed files with 4,793 additions and 8 deletions.
13 changes: 13 additions & 0 deletions linenoise.BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
licenses(["notice"]) # 2-clause BSD

exports_files(["LICENSE"])

package(
default_visibility = ["//visibility:public"],
)

cc_library(
name = "linenoise",
srcs = ["linenoise.c"],
hdrs = ["linenoise.h"],
)
3 changes: 3 additions & 0 deletions tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ filegroup(
"//tensorflow/contrib/tensor_forest/hybrid:all_files",
"//tensorflow/contrib/tensorboard:all_files",
"//tensorflow/contrib/testing:all_files",
"//tensorflow/contrib/tfprof/python/tools/tfprof:all_files",
"//tensorflow/contrib/tfprof/tools/tfprof:all_files",
"//tensorflow/contrib/tfprof/tools/tfprof/internal:all_files",
"//tensorflow/contrib/training:all_files",
"//tensorflow/contrib/util:all_files",
"//tensorflow/core:all_files",
Expand Down
Loading

0 comments on commit e4a63b5

Please sign in to comment.