HomeSort by relevance Sort by last modified time
    Searched full:golden_batch_end (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/
unidirectional_sequence_rnn_test.cc 336 float* golden_batch_end = golden_batch_start + rnn.num_units(); local
337 expected.insert(expected.end(), golden_batch_start, golden_batch_end);
338 expected.insert(expected.end(), golden_batch_start, golden_batch_end);

Completed in 567 milliseconds