@Deprecated public class LegacyPooling2D extends BaseTransformOp
| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyPooling2D.Pooling2DType
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataBuffer |
im2colShape
Deprecated.
|
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
LegacyPooling2D()
Deprecated.
|
LegacyPooling2D(INDArray x,
int kh,
int kw,
int sy,
int sx,
int ph,
int pw,
int dh,
int dw,
boolean isSameMode,
LegacyPooling2D.Pooling2DType type,
double extra,
INDArray z)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
Deprecated.
The actual implementation for automatic differentiation.
|
Object[] |
extraArgs()
Deprecated.
Extra arguments
|
boolean |
isExecSpecial()
Deprecated.
Whether the executioner
needs to do a special call or not
|
String |
onnxName()
Deprecated.
The opName of this function in onnx
|
String |
opName()
Deprecated.
The name of the op
|
int |
opNum()
Deprecated.
The number of the op (mainly for old legacy XYZ ops
like
Op) |
String |
tensorflowName()
Deprecated.
The opName of this function tensorflow
|
calculateOutputShape, opType, zequals, exec, exec, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, yarg, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgsBuff, extraArgsDataBuff, init, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, yprotected DataBuffer im2colShape
public LegacyPooling2D()
public LegacyPooling2D(INDArray x, int kh, int kw, int sy, int sx, int ph, int pw, int dh, int dw, boolean isSameMode, LegacyPooling2D.Pooling2DType type, double extra, INDArray z)
public boolean isExecSpecial()
OpisExecSpecial in interface OpisExecSpecial in class BaseOppublic int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic Object[] extraArgs()
Oppublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.