Searched refs:sep_tensor (Results 1 – 1 of 1) sorted by relevance
259 const Tensor* sep_tensor; in Compute() local260 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()