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