Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepdrive/deepdrive
/ convolve
Function
convolve
tensorflow_agent/layers.py:13–14 ·
view source on GitHub ↗
(i, k)
Source
from the content-addressed store, hash-verified
11
assert c_o % group == 0
12
13
def
convolve(i, k):
14
return
tf.nn.conv2d(i, k, [1, s_h, s_w, 1], padding=padding)
15
16
if
group == 1:
17
conv = convolve(input, kernel)
Callers
1
conv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected