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

Function GetPaddingAttrString

tensorflow/core/util/padding.cc:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73string GetPaddingAttrString() { return "padding: {'SAME', 'VALID'}"; }
74
75string GetPaddingAttrStringWithExplicit() {
76 return "padding: {'SAME', 'VALID', 'EXPLICIT'}";

Callers 8

mkl_nn_ops.ccFile · 0.85
nn_ops.ccFile · 0.85
array_ops.ccFile · 0.85
Conv2DGradFunction · 0.85
MaxPoolGradFunction · 0.85
AvgPoolGradFunction · 0.85
MaxPoolGradGradFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected