| Package | Description |
|---|---|
| org.nd4j.bytebuddy.arithmetic.relative |
| Modifier and Type | Method and Description |
|---|---|
static RelativeByteBuddyIntArithmetic.Operation |
RelativeByteBuddyIntArithmetic.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeByteBuddyIntArithmetic.Operation[] |
RelativeByteBuddyIntArithmetic.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static net.bytebuddy.implementation.bytecode.StackManipulation |
RelativeByteBuddyIntArithmetic.opFor(RelativeByteBuddyIntArithmetic.Operation operation)
Returns the proper stack manipulation
for the given operation
|
| Constructor and Description |
|---|
RelativeByteBuddyIntArithmetic(int val1,
int val2,
RelativeByteBuddyIntArithmetic.Operation op)
Initialize with 2 values
and an operation to do on them
|
RelativeIntegerArithmeticByteCodeAppender(int val1,
int val2,
RelativeByteBuddyIntArithmetic.Operation op) |
Copyright © 2015. All Rights Reserved.