Uses of Class
org.tensorflow.framework.DataType
-
-
Uses of DataType in org.nd4j.imports.descriptors.properties.adapters
Methods in org.nd4j.imports.descriptors.properties.adapters with parameters of type DataType Modifier and Type Method Description static DataTypeDataTypeAdapter. dtypeConv(DataType dataType) -
Uses of DataType in org.nd4j.imports.graphmapper.tf
Methods in org.nd4j.imports.graphmapper.tf with parameters of type DataType Modifier and Type Method Description static DataTypeTFGraphMapper. convertType(DataType tfType)Convert from TF proto datatype to ND4J datatype -
Uses of DataType in org.nd4j.linalg.api.shape.options
Methods in org.nd4j.linalg.api.shape.options with parameters of type DataType Modifier and Type Method Description static DataTypeArrayOptionsHelper. convertToDataType(DataType dataType) -
Uses of DataType in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return DataType Modifier and Type Method Description DataTypeCompleteInstanceRequest.Builder. getDataType().tensorflow.DataType data_type = 3;DataTypeCompleteInstanceRequest. getDataType().tensorflow.DataType data_type = 3;DataTypeCompleteInstanceRequestOrBuilder. getDataType().tensorflow.DataType data_type = 3;Methods in org.tensorflow.distruntime with parameters of type DataType Modifier and Type Method Description CompleteInstanceRequest.BuilderCompleteInstanceRequest.Builder. setDataType(DataType value).tensorflow.DataType data_type = 3; -
Uses of DataType in org.tensorflow.framework
Methods in org.tensorflow.framework that return DataType Modifier and Type Method Description static DataTypeDataType. forNumber(int value)DataTypeCostGraphDef.Node.OutputInfo.Builder. getDtype().tensorflow.DataType dtype = 4;DataTypeCostGraphDef.Node.OutputInfo. getDtype().tensorflow.DataType dtype = 4;DataTypeCostGraphDef.Node.OutputInfoOrBuilder. getDtype().tensorflow.DataType dtype = 4;DataTypeGraphTransferConstNodeInfo.Builder. getDtype().tensorflow.DataType dtype = 5;DataTypeGraphTransferConstNodeInfo. getDtype().tensorflow.DataType dtype = 5;DataTypeGraphTransferConstNodeInfoOrBuilder. getDtype().tensorflow.DataType dtype = 5;DataTypeGraphTransferGraphInputNodeInfo.Builder. getDtype().tensorflow.DataType dtype = 3;DataTypeGraphTransferGraphInputNodeInfo. getDtype().tensorflow.DataType dtype = 3;DataTypeGraphTransferGraphInputNodeInfoOrBuilder. getDtype().tensorflow.DataType dtype = 3;DataTypeGraphTransferGraphOutputNodeInfo.Builder. getDtype().tensorflow.DataType dtype = 3;DataTypeGraphTransferGraphOutputNodeInfo. getDtype().tensorflow.DataType dtype = 3;DataTypeGraphTransferGraphOutputNodeInfoOrBuilder. getDtype().tensorflow.DataType dtype = 3;DataTypeRemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder. getDtype().tensorflow.DataType dtype = 1;DataTypeRemoteFusedGraphExecuteInfo.TensorShapeTypeProto. getDtype().tensorflow.DataType dtype = 1;DataTypeRemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder. getDtype().tensorflow.DataType dtype = 1;DataTypeTensorDescription.Builder. getDtype()Data type of tensor elementsDataTypeTensorDescription. getDtype()Data type of tensor elementsDataTypeTensorDescriptionOrBuilder. getDtype()Data type of tensor elementsDataTypeTensorInfo.Builder. getDtype().tensorflow.DataType dtype = 2;DataTypeTensorInfo. getDtype().tensorflow.DataType dtype = 2;DataTypeTensorInfoOrBuilder. getDtype().tensorflow.DataType dtype = 2;DataTypeTensorProto.Builder. getDtype().tensorflow.DataType dtype = 1;DataTypeTensorProto. getDtype().tensorflow.DataType dtype = 1;DataTypeTensorProtoOrBuilder. getDtype().tensorflow.DataType dtype = 1;DataTypeAttrValue.Builder. getType()"type"DataTypeAttrValue. getType()"type"DataTypeAttrValue.ListValue.Builder. getType(int index)"list(type)"DataTypeAttrValue.ListValue. getType(int index)"list(type)"DataTypeAttrValue.ListValueOrBuilder. getType(int index)"list(type)"DataTypeAttrValueOrBuilder. getType()"type"DataTypeOpDef.ArgDef.Builder. getType()Describes the type of one or more tensors that are accepted/produced by this input/output arg.DataTypeOpDef.ArgDef. getType()Describes the type of one or more tensors that are accepted/produced by this input/output arg.DataTypeOpDef.ArgDefOrBuilder. getType()Describes the type of one or more tensors that are accepted/produced by this input/output arg.static DataTypeDataType. valueOf(int value)Deprecated.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTypeDataType. valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)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.Methods in org.tensorflow.framework that return types with arguments of type DataType Modifier and Type Method Description List<DataType>AttrValue.ListValue.Builder. getTypeList()"list(type)"List<DataType>AttrValue.ListValue. getTypeList()"list(type)"List<DataType>AttrValue.ListValueOrBuilder. getTypeList()"list(type)"static org.nd4j.shade.protobuf.Internal.EnumLiteMap<DataType>DataType. internalGetValueMap()Methods in org.tensorflow.framework with parameters of type DataType Modifier and Type Method Description AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. addType(DataType value)"list(type)"CostGraphDef.Node.OutputInfo.BuilderCostGraphDef.Node.OutputInfo.Builder. setDtype(DataType value).tensorflow.DataType dtype = 4;GraphTransferConstNodeInfo.BuilderGraphTransferConstNodeInfo.Builder. setDtype(DataType value).tensorflow.DataType dtype = 5;GraphTransferGraphInputNodeInfo.BuilderGraphTransferGraphInputNodeInfo.Builder. setDtype(DataType value).tensorflow.DataType dtype = 3;GraphTransferGraphOutputNodeInfo.BuilderGraphTransferGraphOutputNodeInfo.Builder. setDtype(DataType value).tensorflow.DataType dtype = 3;RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.BuilderRemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder. setDtype(DataType value).tensorflow.DataType dtype = 1;TensorDescription.BuilderTensorDescription.Builder. setDtype(DataType value)Data type of tensor elementsTensorInfo.BuilderTensorInfo.Builder. setDtype(DataType value).tensorflow.DataType dtype = 2;TensorProto.BuilderTensorProto.Builder. setDtype(DataType value).tensorflow.DataType dtype = 1;AttrValue.BuilderAttrValue.Builder. setType(DataType value)"type"AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. setType(int index, DataType value)"list(type)"OpDef.ArgDef.BuilderOpDef.ArgDef.Builder. setType(DataType value)Describes the type of one or more tensors that are accepted/produced by this input/output arg.Method parameters in org.tensorflow.framework with type arguments of type DataType Modifier and Type Method Description AttrValue.ListValue.BuilderAttrValue.ListValue.Builder. addAllType(Iterable<? extends DataType> values)"list(type)" -
Uses of DataType in org.tensorflow.util
Methods in org.tensorflow.util that return DataType Modifier and Type Method Description DataTypeBundleEntryProto.Builder. getDtype()The tensor dtype and shape.DataTypeBundleEntryProto. getDtype()The tensor dtype and shape.DataTypeBundleEntryProtoOrBuilder. getDtype()The tensor dtype and shape.Methods in org.tensorflow.util with parameters of type DataType Modifier and Type Method Description BundleEntryProto.BuilderBundleEntryProto.Builder. setDtype(DataType value)The tensor dtype and shape.
-