| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops | |
| org.nd4j.linalg.api.ops.executioner | |
| org.nd4j.linalg.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOpContext
Implementation of common methods for OpContext
|
| Modifier and Type | Method and Description |
|---|---|
OpContext |
OpExecutioner.buildContext()
This method returns OpContext which can be used (and reused) to execute custom ops
|
OpContext |
DefaultOpExecutioner.buildContext() |
| Modifier and Type | Method and Description |
|---|---|
INDArray[] |
OpExecutioner.exec(CustomOp op,
OpContext context)
This method executes op with given context
|
INDArray[] |
DefaultOpExecutioner.exec(CustomOp op,
OpContext context) |
| Modifier and Type | Method and Description |
|---|---|
static INDArray[] |
Nd4j.exec(CustomOp op,
OpContext context)
Execute the operation and return the result
|
Copyright © 2019. All rights reserved.