| Modifier and Type | Method and Description |
|---|---|
OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.Builder.build() |
OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.Builder.buildPartial() |
OnnxProto3.AttributeProto |
OnnxProto3.NodeProtoOrBuilder.getAttribute(int index)
Additional named attributes.
|
OnnxProto3.AttributeProto |
OnnxProto3.NodeProto.getAttribute(int index)
Additional named attributes.
|
OnnxProto3.AttributeProto |
OnnxProto3.NodeProto.Builder.getAttribute(int index)
Additional named attributes.
|
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.getDefaultInstance() |
OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.getDefaultInstanceForType() |
OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.Builder.getDefaultInstanceForType() |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseDelimitedFrom(InputStream input) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(byte[] data) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(ByteBuffer data) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(com.github.os72.protobuf351.ByteString data) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(InputStream input) |
static OnnxProto3.AttributeProto |
OnnxProto3.AttributeProto.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<OnnxProto3.AttributeProto> |
OnnxProto3.NodeProtoOrBuilder.getAttributeList()
Additional named attributes.
|
List<OnnxProto3.AttributeProto> |
OnnxProto3.NodeProto.getAttributeList()
Additional named attributes.
|
List<OnnxProto3.AttributeProto> |
OnnxProto3.NodeProto.Builder.getAttributeList()
Additional named attributes.
|
com.github.os72.protobuf351.Parser<OnnxProto3.AttributeProto> |
OnnxProto3.AttributeProto.getParserForType() |
static com.github.os72.protobuf351.Parser<OnnxProto3.AttributeProto> |
OnnxProto3.AttributeProto.parser() |
| Modifier and Type | Method and Description |
|---|---|
OnnxProto3.NodeProto.Builder |
OnnxProto3.NodeProto.Builder.addAttribute(int index,
OnnxProto3.AttributeProto value)
Additional named attributes.
|
OnnxProto3.NodeProto.Builder |
OnnxProto3.NodeProto.Builder.addAttribute(OnnxProto3.AttributeProto value)
Additional named attributes.
|
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.mergeFrom(OnnxProto3.AttributeProto other) |
static OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.newBuilder(OnnxProto3.AttributeProto prototype) |
OnnxProto3.NodeProto.Builder |
OnnxProto3.NodeProto.Builder.setAttribute(int index,
OnnxProto3.AttributeProto value)
Additional named attributes.
|
| Modifier and Type | Method and Description |
|---|---|
OnnxProto3.NodeProto.Builder |
OnnxProto3.NodeProto.Builder.addAllAttribute(Iterable<? extends OnnxProto3.AttributeProto> values)
Additional named attributes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DifferentialFunction.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph)
Iniitialize the function from the given
OnnxProto3.NodeProto |
| Constructor and Description |
|---|
DifferentialFunction(SameDiff sameDiff,
OnnxProto3.NodeProto node,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph)
Initialize the function from the given
OnnxProto3.NodeProto |
| Modifier and Type | Method and Description |
|---|---|
void |
SDVariable.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OnnxProto3.AttributeProto> |
OnnxGraphMapper.getAttrMap(OnnxProto3.NodeProto nodeProto) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
OnnxGraphMapper.getShapeFromAttr(OnnxProto3.AttributeProto attr) |
int[] |
OnnxGraphMapper.getShapeFromAttribute(OnnxProto3.AttributeProto attributeProto) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnnxGraphMapper.initFunctionFromProperties(String mappedTfName,
DifferentialFunction on,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.NodeProto node,
OnnxProto3.GraphProto graph)
Init a function's attributes
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoOp.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
DynamicCustomOp.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
BaseOp.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
BaseBroadcastOp.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
BaseAccumulation.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
TensorMmul.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
Mmul.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
CumSum.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
CumProd.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
While.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
If.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
Linear.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
SRUCell.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
SRU.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
LSTMCell.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
GRUCell.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
TensorSizeV3.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
TensorArrayScatterV3.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
TensorArrayReadV3.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
TensorArrayGatherV3.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
RectifiedTanh.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
Histogram.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
Fill.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
Assign.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClipByValue.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
ClipByNorm.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
Range.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
void |
DropOutInverted.initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph) |
Copyright © 2018. All rights reserved.