Home | History | Annotate | Download | only in kernels

Lines Matching defs:Tuple

45   typedef std::vector<Tensor> Tuple;
47 typedef std::function<void(const Tensor&, const Tensor&, const Tuple&)>
102 // For each key, update the corresponding incomplete tuple with the
108 Tuple insert_tuple;
128 std::vector<Tuple> ready_tuples;
157 // tuple by slicing entries into new Tensors. This part is slow
227 callback(Tensor(DT_INT64), Tensor(DT_STRING), Tuple());
235 [this, ctx, callback](const Tuple& t) {
238 Tuple values;
310 std::vector<Tuple>* ready_tuples, bool* new_elements)
337 // Initialize the incomplete tuple for a new key.
368 // and store it in the incomplete tuple at component_index.
376 // Check the components of the tuple to see if it has become complete
384 // Add tuple to the ready queue. A queue tuple has the index
387 Tuple ready_tuple;
604 const Barrier::Tuple& values) {