Searched defs:sequences (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dctc_decoder_ops.cc111 // sequences[b][p][ix] stores decoded value "ix" of path "p" for batch "b".
113 const std::vector<std::vector<std::vector<int> > >& sequences,
117 const int64 batch_size = sequences.size();
121 for (const auto& batch_s : sequences) {
151 auto& p_batch = sequences[b][p];
215 std::vector<std::vector<std::vector<int> > > sequences(batch_size);
217 sequences[b].resize(1);
218 auto& sequence = sequences[b][0];
233 sequences, &decoded_indices, &decoded_values, &decoded_shape));
112 StoreAllDecodedSequences( const std::vector<std::vector<std::vector<int> > >& sequences, OpOutputList* decoded_indices, OpOutputList* decoded_values, OpOutputList* decoded_shape) const argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dh264_bitstream_parser.cc38 // Returns a vector of the NALU start sequences (0 0 0 1) in the given buffer.
41 std::vector<size_t> sequences; local
51 sequences.push_back(static_cast<size_t>(head - buffer));
58 return sequences;
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dsequence_queueing_state_saver.py59 sequences: A dict mapping labels, like `input`, to tensors
65 def __init__(self, length, key, sequences, context):
68 if not isinstance(sequences, dict):
69 raise TypeError("sequences must be a dict")
72 if not sequences:
74 for k in sequences.keys():
84 sequences = dict((k, ops.convert_to_tensor(
85 v, name="sequence_%s" % k)) for k, v in sequences.items())
90 self._sequences = sequences
102 def sequences(sel member in class:_SequenceInputWrapper
507 def sequences(self): member in class:NextQueuedSequenceBatch
[all...]
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4123 // a heuristic to provide nice defaults for sequences of int's & float's
4177 // a heuristic to provide nice defaults for sequences of int's & float's
4260 CV_CALL( cvStartWriteStruct( fs, "sequences", CV_NODE_SEQ ));
4394 CvFileNode *sequences_node = cvGetFileNodeByName( fs, node, "sequences" );
4395 CvSeq* sequences; local
4405 "opencv-sequence-tree instance should contain a field \"sequences\" that should be a sequence" );
4407 sequences = sequences_node->data.seq;
4408 total = sequences->total;
4410 cvStartReadSeq( sequences, &reader, 0 );
4442 CV_NEXT_SEQ_ELEM( sequences
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 289 milliseconds