Home | History | Annotate | Download | only in framework

Lines Matching refs:Tuple

33   typedef std::vector<Tensor> Tuple;
35 typedef std::function<void(const Tuple&)> CallbackWithTuple;
37 virtual Status ValidateTuple(const Tuple& tuple) = 0;
38 virtual Status ValidateManyTuple(const Tuple& tuple) = 0;
41 // enqueue the tuple of tensors into the queue, and returns immediately. The
43 virtual void TryEnqueue(const Tuple& tuple, OpKernelContext* ctx,
48 virtual void TryEnqueueMany(const Tuple& tuple, OpKernelContext* ctx,
52 // dequeue an element from the queue and call 'callback' with that tuple