public class KeanuVertexToTensorOpMapper
extends java.lang.Object
e.g. AdditionVertex.class ->
leftArg <= left hand arg from additionVertex rightArg <= right hand arg from additionVertex
lookup leftArg and rightArg return leftArg + ".plus(" + rightArg + ")"
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENABLE_IN_PLACE |
| Constructor and Description |
|---|
KeanuVertexToTensorOpMapper() |
| Modifier and Type | Method and Description |
|---|---|
static io.improbable.keanu.backend.keanu.compiled.KeanuVertexToTensorOpMapper.OpMapper |
getOpMapperFor(java.lang.Class<?> clazz) |
public static final boolean ENABLE_IN_PLACE