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

Function GetPaddingAttrStringWithExplicit

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

Source from the content-addressed store, hash-verified

73string GetPaddingAttrString() { return "padding: {'SAME', 'VALID'}"; }
74
75string GetPaddingAttrStringWithExplicit() {
76 return "padding: {'SAME', 'VALID', 'EXPLICIT'}";
77}
78
79string GetExplicitPaddingsAttrString() {
80 return "explicit_paddings: list(int) = []";

Callers 2

mkl_nn_ops.ccFile · 0.85
nn_ops.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected