aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/data/captured_function.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/data/captured_function.cc')
-rw-r--r--tensorflow/core/kernels/data/captured_function.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/kernels/data/captured_function.cc b/tensorflow/core/kernels/data/captured_function.cc
index 186740c2ac..ad2365b25b 100644
--- a/tensorflow/core/kernels/data/captured_function.cc
+++ b/tensorflow/core/kernels/data/captured_function.cc
@@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/core/platform/notification.h"
namespace tensorflow {
+namespace data {
/* static */
Status CapturedFunction::Create(
@@ -418,4 +419,5 @@ CapturedFunction::CapturedFunction(const NameAttrList& func,
captured_inputs_(std::move(captured_inputs)),
use_inter_op_parallelism_(use_inter_op_parallelism) {}
+} // namespace data
} // namespace tensorflow