HomeSort by relevance Sort by last modified time
    Searched refs:component_shapes (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
typed_queue.h 36 const std::vector<TensorShape>& component_shapes,
50 const std::vector<TensorShape>& component_shapes, const string& name)
51 : QueueBase(capacity, component_dtypes, component_shapes, name) {}
fifo_queue.h 36 const std::vector<TensorShape>& component_shapes,
padding_fifo_queue.h 38 const std::vector<PartialTensorShape>& component_shapes,
priority_queue.h 52 const std::vector<TensorShape>& component_shapes,
queue_base.h 46 // component_shapes: The shapes of each component in a queue-element tuple,
51 const std::vector<TensorShape>& component_shapes,
66 const std::vector<TensorShape>& component_shapes() const { function in class:tensorflow::QueueBase
fifo_queue.cc 37 const std::vector<TensorShape>& component_shapes,
39 : TypedQueue(capacity, component_dtypes, component_shapes, name) {}
queue_base.cc 53 const std::vector<TensorShape>& component_shapes,
57 component_shapes_(component_shapes),
barrier_ops.cc 293 const gtl::ArraySlice<TensorShape> component_shapes() const { function in class:tensorflow::barrier::Barrier
485 if (barrier->component_shapes() != value_component_shapes_) {
488 TensorShapeUtils::ShapeListString(barrier->component_shapes()),
random_shuffle_queue_op.cc 46 const std::vector<TensorShape>& component_shapes,
92 const std::vector<TensorShape>& component_shapes, const string& name)
93 : TypedQueue(capacity, component_dtypes, component_shapes, name),
priority_queue.cc 38 const std::vector<TensorShape>& component_shapes,
40 : TypedQueue(capacity, component_dtypes, component_shapes, name) {}

Completed in 82 milliseconds