mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Add beam_search kernels used by BeamSearchDecoder to tensorflow.contrib.
PiperOrigin-RevId: 157775011
This commit is contained in:
parent
6b16c33b32
commit
4f3ae76996
|
|
@ -84,6 +84,7 @@ cc_library(
|
|||
"//tensorflow/contrib/input_pipeline:input_pipeline_ops_kernels",
|
||||
"//tensorflow/contrib/layers:sparse_feature_cross_op_kernel",
|
||||
"//tensorflow/contrib/nccl:nccl_kernels",
|
||||
"//tensorflow/contrib/seq2seq:beam_search_ops_kernels",
|
||||
"//tensorflow/contrib/tensor_forest:tensor_forest_kernels",
|
||||
"//tensorflow/contrib/text:all_kernels",
|
||||
],
|
||||
|
|
@ -99,6 +100,7 @@ cc_library(
|
|||
"//tensorflow/contrib/input_pipeline:input_pipeline_ops_op_lib",
|
||||
"//tensorflow/contrib/layers:sparse_feature_cross_op_op_lib",
|
||||
"//tensorflow/contrib/nccl:nccl_ops_op_lib",
|
||||
"//tensorflow/contrib/seq2seq:beam_search_ops_op_lib",
|
||||
"//tensorflow/contrib/tensor_forest:tensor_forest_ops_op_lib",
|
||||
"//tensorflow/contrib/text:all_ops",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user