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

Function axis

tensorflow/lite/schema/schema_generated.h:3853–3855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3851 VT_FUSED_ACTIVATION_FUNCTION = 6
3852 };
3853 int32_t axis() const {
3854 return GetField<int32_t>(VT_AXIS, 0);
3855 }
3856 ActivationFunctionType fused_activation_function() const {
3857 return static_cast<ActivationFunctionType>(GetField<int8_t>(VT_FUSED_ACTIVATION_FUNCTION, 0));
3858 }

Callers 7

axisMethod · 0.85
operator()Method · 0.85
CopyAllDefinedAxisMethod · 0.85
GetAxisFunction · 0.85
PopulateAxisIfNeededMethod · 0.85
UnPackToMethod · 0.85
foldMethod · 0.85

Calls

no outgoing calls

Tested by 1

PopulateAxisIfNeededMethod · 0.68