MCPcopy Create free account

hub / github.com/Image-Py/planer / functions

Functions122 in github.com/Image-Py/planer

↓ 43 callersFunctionnode
(attrs, name, k=None, para=None)
planer/io.py:39
↓ 4 callersFunctionpad
(img, shp, mode='constant', constant_values=0)
planer/util.py:4
↓ 4 callersFunctionsk
(ss, k)
planer/util.py:321
↓ 3 callersFunctionread_onnx
(path)
planer/io.py:53
↓ 3 callersFunctionresize
(img, size, backend=None)
planer/util.py:253
↓ 3 callersFunctionsigmoid
(x)
planer/util.py:105
↓ 3 callersFunctionsource
(mroot, lst)
planer/__init__.py:66
↓ 2 callersFunctionconv_auto
(img, core, mode='reflect', keeptp=True)
planer/util.py:224
↓ 2 callersFunctionconv_rc
(img, core_r, core_c, mode='reflect')
planer/util.py:233
↓ 2 callersMethodinfo
(self, obj)
planer/net.py:31
↓ 2 callersFunctionmake_slice
(l, w, mar)
planer/util.py:245
↓ 2 callersFunctionpool
(img, f, core=(2, 2), pads=(0,0,0,0), stride=(2, 2), const=0)
planer/util.py:79
↓ 2 callersFunctionupsample
(img, k, mode, trans_mode='half-pixcel', round_mode='round_prefer_ceil')
planer/util.py:212
↓ 1 callersFunctionConv2d
(x, K, B=None, group=1, strides=(1,1), dilations=(1,1), pads=(0,0,0,0))
planer/layer.py:22
↓ 1 callersFunctionModel
(model, auto=True)
planer/__init__.py:116
↓ 1 callersFunctionavgpool
(i, c=(2, 2), mar=(0,0,0,0), s=(2, 2))
planer/util.py:97
↓ 1 callersFunctionclear_buf
()
planer/util.py:15
↓ 1 callersFunctionconv_dnn
(img, core, bias=None, group=1, pads=(1, 1, 1, 1), strides=(1, 1), dilation=(1, 1), mode='constant')
planer/util.py:66
↓ 1 callersFunctionconv_for
(img, core, group=1, pads=(1, 1, 1, 1), strides=(1, 1), dilation=(1, 1), mode='constant')
planer/util.py:17
↓ 1 callersFunctionconv_stride
(img, core, group=1, pads=(1, 1, 1, 1), strides=(1, 1), dilation=(1, 1), mode='constant')
planer/util.py:46
↓ 1 callersFunctioncore
(obj, silent=False)
planer/__init__.py:22
↓ 1 callersFunctiondownload
(url, path, info=print, progress=progress)
planer/__init__.py:61
↓ 1 callersFunctiondownloads
(root, lst, names='required', force=False, info=print, progress=progress)
planer/__init__.py:83
↓ 1 callersMethodforward
(self, *x, debug=False)
planer/net.py:37
↓ 1 callersMethodforward
(self, *x)
planer/layer.py:11
↓ 1 callersFunctionget_source
(path)
planer/__init__.py:100
↓ 1 callersFunctiongrid_slice
(H, W, h, w, mar)
planer/util.py:249
↓ 1 callersFunctionlist_source
(root, lst)
planer/__init__.py:72
↓ 1 callersMethodload_json
(self, inputs, inits, body, flow, debug=False)
planer/net.py:10
↓ 1 callersMethodload_weights
(self, data)
planer/net.py:83
↓ 1 callersFunctionlstm
(X, Y, w, r, b, ht, ct, dir=1)
planer/util.py:102
↓ 1 callersFunctionmake_upmat
(k)
planer/util.py:121
↓ 1 callersFunctionmaxpool
(i, c=(2, 2), mar=(0,0,0,0), s=(2, 2))
planer/util.py:94
↓ 1 callersFunctionoffset
(k, trans_mode, round_mode)
planer/util.py:155
↓ 1 callersMethodpara
(self)
planer/layer.py:10
↓ 1 callersFunctionpix_offset
(img, dr, dc)
planer/util.py:172
↓ 1 callersFunctionplaner_catlog
()
planer/__init__.py:76
↓ 1 callersFunctionprogress
(i, n, bar=[None])
planer/__init__.py:53
↓ 1 callersFunctiontanh
(x)
planer/util.py:103
↓ 1 callersFunctionupsample_blinear
(img, k)
planer/util.py:133
↓ 1 callersFunctionupsample_nearest
(img, k, trans_mode='half-pixel', round_mode='round_prefer_ceil')
planer/util.py:184
↓ 1 callersFunctionupsample_size
(img, size)
planer/util.py:194
↓ 1 callersFunctionwrap
(*p, **key)
planer/util.py:293
FunctionAdd
(x1, x2)
planer/layer.py:93
FunctionAveragePool
(x, w=(2,2), pads=(0,0,0,0), strides=(2,2))
planer/layer.py:74
FunctionBatchNorm
(x, K, B)
planer/layer.py:125
FunctionCast
(x, dtype='flaot32')
planer/layer.py:202
FunctionClip
(x, min=0, max=1)
planer/layer.py:247
FunctionConcatenate
(*xs, axis=0)
planer/layer.py:90
FunctionConst
(value=0, dtype='float32')
planer/layer.py:136
FunctionConstantofShape
(x, value=0, dtype='float32')
planer/layer.py:167
FunctionConvTranspose2d
(x, K, B=None, strides=[2,2], dilations=[1,1], pads=[0,0,0,0], output_padding=[0,0], group=1)
planer/layer.py:28
FunctionDense
(x, K, B, shp=None)
planer/layer.py:15
FunctionDiv
(x1, x2)
planer/layer.py:105
FunctionEqual
(x1, x2)
planer/layer.py:207
FunctionErf
(x)
planer/layer.py:255
FunctionExp
(x)
planer/layer.py:178
FunctionExpand
(x, shp)
planer/layer.py:198
FunctionFlatten
(x)
planer/layer.py:59
FunctionGather
(x, idx, axis=0)
planer/layer.py:157
FunctionGlobalAveragePool
(x)
planer/layer.py:77
FunctionGreater
(a, b)
planer/layer.py:228
FunctionGreaterOrEqual
(a, b)
planer/layer.py:232
FunctionHardSigmoid
(x, alpha=0.2, beta=0.5)
planer/layer.py:66
FunctionIdentity
(x)
planer/layer.py:55
FunctionInstanceNormalization
(x, s, bias, epsilon=1e-5)
planer/layer.py:217
FunctionLSTM
(X, W, R, B=0, sequence_lens=0, initial_h=0, initial_c=0, hidden_size=None, direction='forward')
planer/layer.py:36
FunctionLeakyReLU
(x, alpha=0.2)
planer/layer.py:48
FunctionLog
(x)
planer/layer.py:182
FunctionLogSoftmax
(x, axis=-1)
planer/layer.py:148
FunctionMatMul
(x, y)
planer/layer.py:20
FunctionMaxpool
(x, w=(2,2), pads=(0,0,0,0), strides=(2,2))
planer/layer.py:71
FunctionMul
(x1, x2)
planer/layer.py:101
FunctionNonZero
(x)
planer/layer.py:230
FunctionPad
(x, pads, constant_value=0, mode='constant')
planer/layer.py:241
FunctionPow
(x, p)
planer/layer.py:109
FunctionRange
(start, end, delta)
planer/layer.py:204
FunctionReLU
(x)
planer/layer.py:44
FunctionReciprocal
(x)
planer/layer.py:186
FunctionReduceMax
(x, axes=-1, keepdims=True)
planer/layer.py:119
FunctionReduceMean
(x, axes=-1, keepdims=True)
planer/layer.py:116
FunctionReduceMin
(x, axes=-1, keepdims=True)
planer/layer.py:122
FunctionReduceSum
(x, axes=-1, keepdims=True)
planer/layer.py:113
FunctionReshape
(x, shp)
planer/layer.py:159
FunctionResize
(x, roi, k, size=None, mode='nearest', coordinate_transformation_mode='half_pixel', nearest_mode='round_p
planer/layer.py:84
FunctionReturn
(*x)
planer/layer.py:260
FunctionScatternd
(data, indices, updates)
planer/layer.py:211
FunctionShape
(x)
planer/layer.py:155
FunctionSigmoid
(x)
planer/layer.py:61
FunctionSlice
(x, start, end, axis=None, step=None)
planer/layer.py:188
FunctionSoftmax
(x, axis=-1)
planer/layer.py:141
FunctionSplit
(x, split=None, axis=0)
planer/layer.py:170
FunctionSqrt
(x)
planer/layer.py:53
FunctionSqueeze
(x, axes=[0])
planer/layer.py:133
FunctionSub
(x1, x2)
planer/layer.py:97
FunctionTanh
(x)
planer/layer.py:174
FunctionTile
(x, repeat)
planer/layer.py:57
FunctionTopK
(x, k, axis=-1, largest=1, sorted=1)
planer/layer.py:234
FunctionTranspose
(x, axis)
planer/layer.py:165
FunctionUnsqueeze
(x, axes=None)
planer/layer.py:129
next →1–100 of 122, ranked by callers