Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
string GetPaddingAttrString() { return
"padding: {'SAME', 'VALID'}"
; }
74
75
string GetPaddingAttrStringWithExplicit() {
76
return
"padding: {'SAME', 'VALID', 'EXPLICIT'}"
;
Callers
8
fused_conv2d_bias_activation_op.cc
File · 0.85
mkl_nn_ops.cc
File · 0.85
nn_ops.cc
File · 0.85
array_ops.cc
File · 0.85
Conv2DGrad
Function · 0.85
MaxPoolGrad
Function · 0.85
AvgPoolGrad
Function · 0.85
MaxPoolGradGrad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected