Searched refs:width_seq_tensor (Results 1 – 1 of 1) sorted by relevance
243 const Tensor& width_seq_tensor = context->input(4); in Compute() local297 auto width_seq_tensor_flat = width_seq_tensor.flat<int64_t>(); in Compute()317 for (int64_t ws = 0; ws < width_seq_tensor.dim_size(0) - 1; ++ws) { in Compute()