Searched refs:bytes_tensor (Results 1 – 1 of 1) sorted by relevance
85 const Tensor* bytes_tensor; in Compute() local86 OP_REQUIRES_OK(context, context->input("bytes", &bytes_tensor)); in Compute()87 const auto& bytes_flat = bytes_tensor->flat<tstring>(); in Compute()91 context->allocate_output("output", bytes_tensor->shape(), in Compute()