Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/op-attrs/include/op-attrs/get_output_shapes.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "op-attrs/operator_attrs.h"
#include "op-attrs/parallel_tensor_shape.h"
#include "ops/reverse.h"
#include "tensor_shape.h"
#include "utils/containers.h"
#include "utils/optional.h"
Expand Down Expand Up @@ -140,6 +141,8 @@ ParallelTensorShape get_output_shape(RepartitionAttrs const &,
ParallelTensorShape const &);
ParallelTensorShape get_output_shape(ReplicateAttrs const &,
ParallelTensorShape const &);
ParallelTensorShape get_output_shape(ReverseAttrs const &,
ParallelTensorShape const &);
std::vector<ParallelTensorShape> get_output_shapes(SplitAttrs const &,
ParallelTensorShape const &);
ParallelTensorShape get_output_shape(SoftmaxAttrs const &,
Expand Down
Loading