Package | Description |
---|---|
onnx |
Modifier and Type | Class and Description |
---|---|
static class |
Onnx.TensorProto
A message defined to store a tensor in its serialized format.
|
static class |
Onnx.TensorProto.Builder
A message defined to store a tensor in its serialized format.
|
Modifier and Type | Method and Description |
---|---|
Onnx.TensorProtoOrBuilder |
Onnx.GraphProtoOrBuilder.getInitializerOrBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.TensorProtoOrBuilder |
Onnx.GraphProto.getInitializerOrBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.TensorProtoOrBuilder |
Onnx.GraphProto.Builder.getInitializerOrBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProtoOrBuilder.getTensorsOrBuilder(int index)
list of tensors
repeated .onnx.TensorProto tensors = 10; |
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProto.getTensorsOrBuilder(int index)
list of tensors
repeated .onnx.TensorProto tensors = 10; |
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProto.Builder.getTensorsOrBuilder(int index)
list of tensors
repeated .onnx.TensorProto tensors = 10; |
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProtoOrBuilder.getTOrBuilder()
tensor value
.onnx.TensorProto t = 5; |
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProto.getTOrBuilder()
tensor value
.onnx.TensorProto t = 5; |
Onnx.TensorProtoOrBuilder |
Onnx.AttributeProto.Builder.getTOrBuilder()
tensor value
.onnx.TensorProto t = 5; |
Modifier and Type | Method and Description |
---|---|
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.GraphProtoOrBuilder.getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.GraphProto.getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.GraphProto.Builder.getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.AttributeProtoOrBuilder.getTensorsOrBuilderList()
list of tensors
repeated .onnx.TensorProto tensors = 10; |
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.AttributeProto.getTensorsOrBuilderList()
list of tensors
repeated .onnx.TensorProto tensors = 10; |
List<? extends Onnx.TensorProtoOrBuilder> |
Onnx.AttributeProto.Builder.getTensorsOrBuilderList()
list of tensors
repeated .onnx.TensorProto tensors = 10; |
Copyright © 2020. All rights reserved.