Navigation Menu

Skip to content

Commit

Permalink
Morphological filtering operations: Dilation and erosion.
Browse files Browse the repository at this point in the history
Change: 123935296
  • Loading branch information
A. Unique TensorFlower authored and tensorflower-gardener committed Jun 3, 2016
1 parent 1c54034 commit 283782a
Show file tree
Hide file tree
Showing 9 changed files with 1,699 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tensorflow/core/kernels/BUILD
Expand Up @@ -1227,6 +1227,7 @@ tf_kernel_libraries(
":conv_ops",
":depthwise_conv_grad_op",
":depthwise_conv_op",
":dilation_ops",
":ops_util",
":pooling_ops",
"//tensorflow/core:framework",
Expand Down Expand Up @@ -1347,6 +1348,19 @@ cc_library(
],
)

tf_kernel_library(
name = "dilation_ops",
prefix = "dilation_ops",
deps = [
":ops_util",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:nn_ops_op_lib",
"//third_party/eigen3",
],
)

tf_kernel_library(
name = "batchtospace_op",
prefix = "batchtospace_op",
Expand Down

0 comments on commit 283782a

Please sign in to comment.