Searched refs:component_shapes (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | typed_queue.h | 36 const std::vector<TensorShape>& component_shapes, 50 const std::vector<TensorShape>& component_shapes, const string& name) in TypedQueue() argument 51 : QueueBase(capacity, component_dtypes, component_shapes, name) {} in TypedQueue()
|
D | queue_base.h | 48 const std::vector<TensorShape>& component_shapes, 63 const std::vector<TensorShape>& component_shapes() const { in component_shapes() function
|
D | padding_fifo_queue.h | 38 const std::vector<PartialTensorShape>& component_shapes,
|
D | fifo_queue.h | 37 const std::vector<TensorShape>& component_shapes,
|
D | priority_queue.h | 52 const std::vector<TensorShape>& component_shapes,
|
D | queue_base.cc | 53 const std::vector<TensorShape>& component_shapes, in QueueBase() argument 57 component_shapes_(component_shapes), in QueueBase()
|
D | random_shuffle_queue_op.cc | 46 const std::vector<TensorShape>& component_shapes, 93 const std::vector<TensorShape>& component_shapes, const string& name) in RandomShuffleQueue() argument 94 : TypedQueue(capacity, component_dtypes, component_shapes, name), in RandomShuffleQueue()
|
D | barrier_ops.cc | 292 const gtl::ArraySlice<TensorShape> component_shapes() const { in component_shapes() function in tensorflow::barrier::Barrier 484 if (barrier->component_shapes() != value_component_shapes_) { in VerifyResource() 487 TensorShapeUtils::ShapeListString(barrier->component_shapes()), in VerifyResource()
|
D | fifo_queue.cc | 37 const std::vector<TensorShape>& component_shapes, in FIFOQueue() argument 39 : TypedQueue(capacity, component_dtypes, component_shapes, name) {} in FIFOQueue()
|
D | priority_queue.cc | 38 const std::vector<TensorShape>& component_shapes, in PriorityQueue() argument 40 : TypedQueue(capacity, component_dtypes, component_shapes, name) {} in PriorityQueue()
|