public class AdjustContrast extends BaseAdjustContrast
DynamicCustomOp.DynamicCustomOpsBuilder
axis, bArguments, dArguments, iArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArguments
dimensions, extraArgs, inPlace, sameDiff, scalarValue
Constructor and Description |
---|
AdjustContrast() |
AdjustContrast(@NonNull INDArray in,
double factor) |
AdjustContrast(@NonNull INDArray in,
double factor,
INDArray out) |
AdjustContrast(@NonNull SameDiff sameDiff,
@NonNull SDVariable in,
double factor) |
AdjustContrast(@NonNull SameDiff sameDiff,
@NonNull SDVariable in,
@NonNull SDVariable factor) |
Modifier and Type | Method and Description |
---|---|
String |
opName()
This method returns op opName as string
|
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputDataTypes
addBArgument, addDArgument, addIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, assertValidForExecution, bArgs, builder, calculateOutputShape, calculateOutputShape, clearArrays, dArgs, doDiff, getBArgument, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, initFromOnnx, initFromTensorFlow, inputArguments, numBArguments, numDArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, onnxName, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, setInputArgument, setInputArguments, setOutputArgument, tArgs, toString, wrapFilterNull, wrapOrNull, wrapOrNull
arg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, equals, getNumOutputs, getValue, hashCode, isConfigProperties, larg, mappingsForFunction, onnxNames, outputs, outputVariable, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNames
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isInplaceCall
public AdjustContrast()
public AdjustContrast(@NonNull @NonNull INDArray in, double factor)
public AdjustContrast(@NonNull @NonNull SameDiff sameDiff, @NonNull @NonNull SDVariable in, @NonNull @NonNull SDVariable factor)
public AdjustContrast(@NonNull @NonNull SameDiff sameDiff, @NonNull @NonNull SDVariable in, double factor)
public String opName()
DynamicCustomOp
opName
in interface CustomOp
opName
in class DynamicCustomOp
public String tensorflowName()
DifferentialFunction
tensorflowName
in class DynamicCustomOp
Copyright © 2020. All rights reserved.