Home
last modified time | relevance | path

Searched refs:sep_tensor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstring_split_op.cc259 const Tensor* sep_tensor; in Compute() local
260 OP_REQUIRES_OK(ctx, ctx->input("sep", &sep_tensor)); in Compute()
261 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(sep_tensor->shape()), in Compute()
263 sep_tensor->shape().DebugString())); in Compute()
264 const auto sep_vec = sep_tensor->flat<tstring>(); in Compute()