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

Method StackSize

oneflow/maybe/error.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 static std::size_t StackSize(const T& se) { return se.StackSize(); }
86
87 static ConstRefExceptVoid<StackEntryType> StackElem(const T& se, std::size_t index) {
88 return se.StackElem(index);

Callers

nothing calls this directly

Calls 1

StackSizeMethod · 0.45

Tested by

no test coverage detected