MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ManyOutShape

Function ManyOutShape

tensorflow/core/kernels/queue_base.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 Status ValidateTupleCommon(const Tuple& tuple) const;
114
115 TensorShape ManyOutShape(int i, int64 batch_size) {
116 TensorShape shape({batch_size});
117 shape.AppendShape(component_shapes_[i]);
118 return shape;
119 }
120
121 void Cancel(Action action, CancellationManager* cancellation_manager,
122 CancellationToken token);

Callers 5

ValidateManyTupleMethod · 0.85
TryDequeueManyMethod · 0.85
TryDequeueManyMethod · 0.85
TryDequeueManyMethod · 0.85
TryDequeueManyMethod · 0.85

Calls 1

AppendShapeMethod · 0.45

Tested by

no test coverage detected