Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddecode_compressed_op.cc85 const Tensor* bytes_tensor; in Compute() local
86 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()