MCPcopy Create free account
hub / github.com/alibaba/nann / local_conv1d

Function local_conv1d

tensorflow/tensorflow/python/keras/backend.py:5301–5332  ·  view source on GitHub ↗

Apply 1D conv with un-shared weights. Arguments: inputs: 3D tensor with shape: (batch_size, steps, input_dim) if data_format is "channels_last" or (batch_size, input_dim, steps) if data_format is "channels_first". kernel: the unshared weight for

(inputs, kernel, kernel_size, strides, data_format=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

local_convFunction · 0.85

Tested by

no test coverage detected