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

Method out_reshape

tensorflow/core/kernels/reduction_ops_common.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace tensorflow {
21
22TensorShape ReductionHelper::out_reshape() const {
23 TensorShape shape;
24 for (auto size : out_reshape_) shape.AddDim(size);
25 return shape;
26}
27
28// The final output shape must be allocated with this shape.
29TensorShape ReductionHelper::out_shape() const {

Callers 1

ComputeMethod · 0.80

Calls 1

AddDimMethod · 0.45

Tested by

no test coverage detected