| Package | Description |
|---|---|
| org.nd4j.imports.descriptors.properties.adapters | |
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
protected DataBuffer.Type |
DataTypeAdapter.dtypeConv(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.forNumber(int value) |
DataType |
TensorProtoOrBuilder.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
TensorProto.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
TensorProto.Builder.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
TensorDescriptionOrBuilder.getDtype()
Data type of tensor elements
|
DataType |
TensorDescription.getDtype()
Data type of tensor elements
|
DataType |
TensorDescription.Builder.getDtype()
Data type of tensor elements
|
DataType |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.getDtype()
.tensorflow.DataType dtype = 1; |
DataType |
GraphTransferInfo.ConstNodeInfoOrBuilder.getDtype()
.tensorflow.DataType dtype = 5; |
DataType |
GraphTransferInfo.ConstNodeInfo.getDtype()
.tensorflow.DataType dtype = 5; |
DataType |
GraphTransferInfo.ConstNodeInfo.Builder.getDtype()
.tensorflow.DataType dtype = 5; |
DataType |
GraphTransferInfo.GraphInputNodeInfoOrBuilder.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
GraphTransferInfo.GraphInputNodeInfo.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
GraphTransferInfo.GraphInputNodeInfo.Builder.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
GraphTransferInfo.GraphOutputNodeInfoOrBuilder.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
GraphTransferInfo.GraphOutputNodeInfo.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
GraphTransferInfo.GraphOutputNodeInfo.Builder.getDtype()
.tensorflow.DataType dtype = 3; |
DataType |
CostGraphDef.Node.OutputInfoOrBuilder.getDtype()
.tensorflow.DataType dtype = 4; |
DataType |
CostGraphDef.Node.OutputInfo.getDtype()
.tensorflow.DataType dtype = 4; |
DataType |
CostGraphDef.Node.OutputInfo.Builder.getDtype()
.tensorflow.DataType dtype = 4; |
DataType |
OpDef.ArgDefOrBuilder.getType()
Describes the type of one or more tensors that are accepted/produced
by this input/output arg.
|
DataType |
OpDef.ArgDef.getType()
Describes the type of one or more tensors that are accepted/produced
by this input/output arg.
|
DataType |
OpDef.ArgDef.Builder.getType()
Describes the type of one or more tensors that are accepted/produced
by this input/output arg.
|
DataType |
AttrValueOrBuilder.getType()
"type"
|
DataType |
AttrValue.getType()
"type"
|
DataType |
AttrValue.Builder.getType()
"type"
|
DataType |
AttrValue.ListValueOrBuilder.getType(int index)
"list(type)"
|
DataType |
AttrValue.ListValue.getType(int index)
"list(type)"
|
DataType |
AttrValue.ListValue.Builder.getType(int index)
"list(type)"
|
static DataType |
DataType.valueOf(com.github.os72.protobuf351.Descriptors.EnumValueDescriptor desc) |
static DataType |
DataType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataType> |
AttrValue.ListValueOrBuilder.getTypeList()
"list(type)"
|
List<DataType> |
AttrValue.ListValue.getTypeList()
"list(type)"
|
List<DataType> |
AttrValue.ListValue.Builder.getTypeList()
"list(type)"
|
static com.github.os72.protobuf351.Internal.EnumLiteMap<DataType> |
DataType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addType(DataType value)
"list(type)"
|
TensorProto.Builder |
TensorProto.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 1; |
TensorDescription.Builder |
TensorDescription.Builder.setDtype(DataType value)
Data type of tensor elements
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 1; |
GraphTransferInfo.ConstNodeInfo.Builder |
GraphTransferInfo.ConstNodeInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 5; |
GraphTransferInfo.GraphInputNodeInfo.Builder |
GraphTransferInfo.GraphInputNodeInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 3; |
GraphTransferInfo.GraphOutputNodeInfo.Builder |
GraphTransferInfo.GraphOutputNodeInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 3; |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 4; |
OpDef.ArgDef.Builder |
OpDef.ArgDef.Builder.setType(DataType value)
Describes the type of one or more tensors that are accepted/produced
by this input/output arg.
|
AttrValue.Builder |
AttrValue.Builder.setType(DataType value)
"type"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.setType(int index,
DataType value)
"list(type)"
|
| Modifier and Type | Method and Description |
|---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addAllType(Iterable<? extends DataType> values)
"list(type)"
|
Copyright © 2018. All rights reserved.