| Modifier and Type | Method and Description |
|---|---|
Op.Type |
DifferentialFunction.opType()
The type of the op
|
| Modifier and Type | Method and Description |
|---|---|
static Op.Type |
SameDiff.getTypeFromByte(byte type)
This method converts enums for DataType
|
Op.Type |
SDVariable.opType() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
SameDiff.getFlatOpType(Op.Type type)
This method converts enums for DataType
|
static long |
SameDiff.getOpNum(String name,
Op.Type type)
This method return operation ID for given op name/type pair.
|
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
GraphMapper.opTypeForNode(NODE_TYPE nodeType)
Returns an op type for the given input node
|
Op.Type |
BaseGraphMapper.opTypeForNode(NODE_TYPE nodeDef) |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Accumulation.getOpType() |
static Op.Type |
BaseOp.getOpType(Op op) |
Op.Type |
ShapeOp.opType() |
Op.Type |
NoOp.opType() |
Op.Type |
DynamicCustomOp.opType() |
Op.Type |
BaseTransformOp.opType() |
Op.Type |
BaseScalarOp.opType() |
Op.Type |
BaseBroadcastOp.opType() |
Op.Type |
BaseAccumulation.opType() |
static Op.Type |
Op.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Op.Type[] |
Op.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Variance.getOpType() |
Op.Type |
Sum.getOpType() |
Op.Type |
ShannonEntropy.getOpType() |
Op.Type |
Prod.getOpType() |
Op.Type |
NormMax.getOpType() |
Op.Type |
Norm2.getOpType() |
Op.Type |
Norm1.getOpType() |
Op.Type |
Min.getOpType() |
Op.Type |
Max.getOpType() |
Op.Type |
MatchCondition.getOpType() |
Op.Type |
LogSumExp.getOpType() |
Op.Type |
LogEntropy.getOpType() |
Op.Type |
EqualsWithEps.getOpType() |
Op.Type |
Entropy.getOpType() |
Op.Type |
Dot.getOpType() |
Op.Type |
CountZero.getOpType() |
Op.Type |
CountNonZero.getOpType() |
Op.Type |
Bias.getOpType() |
Op.Type |
ASum.getOpType() |
Op.Type |
Any.getOpType() |
Op.Type |
AMin.getOpType() |
Op.Type |
AMax.getOpType() |
Op.Type |
All.getOpType() |
Op.Type |
WeightedCrossEntropyLoss.opType() |
Op.Type |
TensorMmul.opType() |
Op.Type |
SoftmaxCrossEntropyLoss.opType() |
Op.Type |
SigmoidCrossEntropyLoss.opType() |
Op.Type |
AMin.opType() |
Op.Type |
AMean.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
ManhattanDistance.getOpType() |
Op.Type |
JaccardDistance.getOpType() |
Op.Type |
HammingDistance.getOpType() |
Op.Type |
EuclideanDistance.getOpType() |
Op.Type |
CosineSimilarity.getOpType() |
Op.Type |
CosineDistance.getOpType() |
Op.Type |
ManhattanDistance.opType() |
Op.Type |
JaccardDistance.opType() |
Op.Type |
HammingDistance.opType() |
Op.Type |
EuclideanDistance.opType() |
Op.Type |
CosineSimilarity.opType() |
Op.Type |
CosineDistance.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
WhileDerivative.opType() |
Op.Type |
While.opType() |
Op.Type |
If.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Switch.opType() |
Op.Type |
NextIteration.opType() |
Op.Type |
Merge.opType() |
Op.Type |
LoopCond.opType() |
Op.Type |
Exit.opType() |
Op.Type |
Enter.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Shape.opType() |
Op.Type |
Concat.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
TensorArrayWriteV3.opType() |
Op.Type |
TensorArrayV3.opType() |
Op.Type |
TensorArrayGatherV3.opType() |
Op.Type |
BaseTensorOp.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Fill.opType() |
Op.Type |
Assign.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
BaseRandomOp.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
Range.opType() |
Op.Type |
DropOut.opType() |
| Modifier and Type | Method and Description |
|---|---|
Op.Type |
LossSquaredHinge.opType() |
Op.Type |
LossPoisson.opType() |
Op.Type |
LossMultiLabel.opType() |
Op.Type |
LossMSLE.opType() |
Op.Type |
LossMSE.opType() |
Op.Type |
LossMixtureDensity.opType() |
Op.Type |
LossMCXENT.opType() |
Op.Type |
LossMAPE.opType() |
Op.Type |
LossMAE.opType() |
Op.Type |
LossL2.opType() |
Op.Type |
LossL1.opType() |
Op.Type |
LossKLD.opType() |
Op.Type |
LossHinge.opType() |
Op.Type |
LossFMeasure.opType() |
Op.Type |
LossCosineProximity.opType() |
Op.Type |
LossBinaryXENT.opType() |
Copyright © 2018. All rights reserved.