Home
last modified time | relevance | path

Searched defs:component_shapes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtyped_queue.h50 const std::vector<TensorShape>& component_shapes, const string& name) in TypedQueue()
H A Dqueue_base.h63 const std::vector<TensorShape>& component_shapes() const { in component_shapes() function
H A Dfifo_queue.cc38 const std::vector<TensorShape>& component_shapes, in FIFOQueue()
H A Dpriority_queue.cc39 const std::vector<TensorShape>& component_shapes, in PriorityQueue()
H A Dpadding_fifo_queue.cc39 const std::vector<PartialTensorShape>& component_shapes, const string& name) in PaddingFIFOQueue()
H A Dqueue_base.cc53 const std::vector<TensorShape>& component_shapes, in QueueBase()
H A Drandom_shuffle_queue_op.cc94 const std::vector<TensorShape>& component_shapes, const string& name) in RandomShuffleQueue()
H A Dbarrier_ops.cc293 const gtl::ArraySlice<TensorShape> component_shapes() const { in component_shapes() function in tensorflow::barrier::Barrier