MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / axis

Function axis

include/common/daq_generated.h:2194–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *>(VT_INPUTS);
2193 }
2194 int32_t axis() const {
2195 return GetField<int32_t>(VT_AXIS, 0);
2196 }
2197 bool Verify(flatbuffers::Verifier &verifier) const {
2198 return VerifyTableStart(verifier) &&
2199 VerifyOffset(verifier, VT_INPUTS) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected