OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_batch
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
ctc_decoder_ops.cc
151
auto&
p_batch
= sequences[b][p];
local
152
int64 num_decoded =
p_batch
.size();
154
std::copy_n(
p_batch
.begin(), num_decoded, &values_t(offset));
Completed in 554 milliseconds