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

Function padding

tensorflow/lite/schema/schema_generated.h:2969–2971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2967 VT_DILATION_H_FACTOR = 14
2968 };
2969 Padding padding() const {
2970 return static_cast<Padding>(GetField<int8_t>(VT_PADDING, 0));
2971 }
2972 int32_t stride_w() const {
2973 return GetField<int32_t>(VT_STRIDE_W, 0);
2974 }

Callers 8

ToShortStringMethod · 0.85
zero_padding_heightMethod · 0.85
zero_padding_widthMethod · 0.85
zero_paddingMethod · 0.85
ndimsMethod · 0.85
UnPackToMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected