MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / Count

Method Count

oneflow/api/cpp/framework/shape.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55int64_t Shape::NumAxes() const { return shape_->NumAxes(); }
56
57int64_t Shape::Count(int64_t begin_axis, int64_t end_axis) const {
58 return shape_->Count(begin_axis, end_axis);
59}
60
61int64_t Shape::Count(int64_t begin_axis) const { return shape_->Count(begin_axis); }
62

Callers 4

from_bufferMethod · 0.45
copy_toMethod · 0.45
TESTFunction · 0.45
TestReluFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TestReluFunction · 0.36