Home
last modified time | relevance | path

Searched defs:component_dtypes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtyped_queue.h49 int32_t capacity, const DataTypeVector& component_dtypes, in TypedQueue()
H A Dqueue_base.h52 const DataTypeVector& component_dtypes() const override { in component_dtypes() function
H A Dfifo_queue.cc37 FIFOQueue::FIFOQueue(int capacity, const DataTypeVector& component_dtypes, in FIFOQueue()
H A Dpriority_queue.cc38 const DataTypeVector& component_dtypes, in PriorityQueue()
H A Dpadding_fifo_queue.cc38 int capacity, const DataTypeVector& component_dtypes, in PaddingFIFOQueue()
H A Dqueue_base.cc52 QueueBase::QueueBase(int32_t capacity, const DataTypeVector& component_dtypes, in QueueBase()
H A Drandom_shuffle_queue_op.cc93 const DataTypeVector& component_dtypes, in RandomShuffleQueue()