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

Function local_conv

tensorflow/tensorflow/python/keras/backend.py:5223–5297  ·  view source on GitHub ↗

Apply N-D convolution with un-shared weights. Arguments: inputs: (N+2)-D tensor with shape (batch_size, channels_in, d_in1, ..., d_inN) if data_format='channels_first', or (batch_size, d_in1, ..., d_inN, channels_in) if data_format='channels_last'.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

local_conv1dFunction · 0.85
local_conv2dFunction · 0.85

Calls 11

image_data_formatFunction · 0.85
int_shapeFunction · 0.85
batch_dotFunction · 0.85
permute_dimensionsFunction · 0.85
productMethod · 0.80
reshapeFunction · 0.70
concatenateFunction · 0.70
rangeFunction · 0.50
sliceFunction · 0.50
appendMethod · 0.45
extendMethod · 0.45

Tested by

no test coverage detected