Modifier and Type | Method and Description |
---|---|
OnnxProto3.GraphProto |
OnnxProto3.GraphProto.Builder.build() |
OnnxProto3.GraphProto |
OnnxProto3.GraphProto.Builder.buildPartial() |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.getDefaultInstance() |
OnnxProto3.GraphProto |
OnnxProto3.GraphProto.getDefaultInstanceForType() |
OnnxProto3.GraphProto |
OnnxProto3.GraphProto.Builder.getDefaultInstanceForType() |
OnnxProto3.GraphProto |
OnnxProto3.AttributeProtoOrBuilder.getG()
graph
|
OnnxProto3.GraphProto |
OnnxProto3.AttributeProto.getG()
graph
|
OnnxProto3.GraphProto |
OnnxProto3.AttributeProto.Builder.getG()
graph
|
OnnxProto3.GraphProto |
OnnxProto3.ModelProtoOrBuilder.getGraph()
The parameterized graph that is evaluated to execute the model.
|
OnnxProto3.GraphProto |
OnnxProto3.ModelProto.getGraph()
The parameterized graph that is evaluated to execute the model.
|
OnnxProto3.GraphProto |
OnnxProto3.ModelProto.Builder.getGraph()
The parameterized graph that is evaluated to execute the model.
|
OnnxProto3.GraphProto |
OnnxProto3.AttributeProtoOrBuilder.getGraphs(int index)
list of graph
|
OnnxProto3.GraphProto |
OnnxProto3.AttributeProto.getGraphs(int index)
list of graph
|
OnnxProto3.GraphProto |
OnnxProto3.AttributeProto.Builder.getGraphs(int index)
list of graph
|
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseDelimitedFrom(InputStream input) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(byte[] data) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(ByteBuffer data) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(com.github.os72.protobuf351.ByteString data) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(InputStream input) |
static OnnxProto3.GraphProto |
OnnxProto3.GraphProto.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<OnnxProto3.GraphProto> |
OnnxProto3.AttributeProtoOrBuilder.getGraphsList()
list of graph
|
List<OnnxProto3.GraphProto> |
OnnxProto3.AttributeProto.getGraphsList()
list of graph
|
List<OnnxProto3.GraphProto> |
OnnxProto3.AttributeProto.Builder.getGraphsList()
list of graph
|
com.github.os72.protobuf351.Parser<OnnxProto3.GraphProto> |
OnnxProto3.GraphProto.getParserForType() |
static com.github.os72.protobuf351.Parser<OnnxProto3.GraphProto> |
OnnxProto3.GraphProto.parser() |
Modifier and Type | Method and Description |
---|---|
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.addGraphs(int index,
OnnxProto3.GraphProto value)
list of graph
|
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.addGraphs(OnnxProto3.GraphProto value)
list of graph
|
OnnxProto3.GraphProto.Builder |
OnnxProto3.GraphProto.Builder.mergeFrom(OnnxProto3.GraphProto other) |
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.mergeG(OnnxProto3.GraphProto value)
graph
|
OnnxProto3.ModelProto.Builder |
OnnxProto3.ModelProto.Builder.mergeGraph(OnnxProto3.GraphProto value)
The parameterized graph that is evaluated to execute the model.
|
static OnnxProto3.GraphProto.Builder |
OnnxProto3.GraphProto.newBuilder(OnnxProto3.GraphProto prototype) |
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.setG(OnnxProto3.GraphProto value)
graph
|
OnnxProto3.ModelProto.Builder |
OnnxProto3.ModelProto.Builder.setGraph(OnnxProto3.GraphProto value)
The parameterized graph that is evaluated to execute the model.
|
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.setGraphs(int index,
OnnxProto3.GraphProto value)
list of graph
|
Modifier and Type | Method and Description |
---|---|
OnnxProto3.AttributeProto.Builder |
OnnxProto3.AttributeProto.Builder.addAllGraphs(Iterable<? extends OnnxProto3.GraphProto> values)
list of graph
|
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 |
---|---|
OnnxProto3.GraphProto |
OnnxGraphMapper.parseGraphFrom(byte[] inputStream) |
OnnxProto3.GraphProto |
OnnxGraphMapper.parseGraphFrom(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
OnnxGraphMapper.mapNodeType(OnnxProto3.NodeProto tfNode,
ImportState<OnnxProto3.GraphProto,OnnxProto3.TypeProto.Tensor> importState) |
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.