Proto.Tensorflow.Core.Framework.Types
data DataType Source #
Constructors
Defined in Proto.Tensorflow.Core.Framework.Types
Methods
minBound :: DataType #
maxBound :: DataType #
succ :: DataType -> DataType #
pred :: DataType -> DataType #
toEnum :: Int -> DataType #
fromEnum :: DataType -> Int #
enumFrom :: DataType -> [DataType] #
enumFromThen :: DataType -> DataType -> [DataType] #
enumFromTo :: DataType -> DataType -> [DataType] #
enumFromThenTo :: DataType -> DataType -> DataType -> [DataType] #
(==) :: DataType -> DataType -> Bool #
(/=) :: DataType -> DataType -> Bool #
compare :: DataType -> DataType -> Ordering #
(<) :: DataType -> DataType -> Bool #
(<=) :: DataType -> DataType -> Bool #
(>) :: DataType -> DataType -> Bool #
(>=) :: DataType -> DataType -> Bool #
max :: DataType -> DataType -> DataType #
min :: DataType -> DataType -> DataType #
showsPrec :: Int -> DataType -> ShowS #
show :: DataType -> String #
showList :: [DataType] -> ShowS #
rnf :: DataType -> () #
fieldDefault :: DataType
maybeToEnum :: Int -> Maybe DataType
showEnum :: DataType -> String
readEnum :: String -> Maybe DataType
Defined in Proto.Tensorflow.Core.Framework.TensorDescription
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> TensorDescription -> f TensorDescription
Defined in Proto.Tensorflow.Core.Framework.ResourceHandle
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> ResourceHandleProto'DtypeAndShape -> f ResourceHandleProto'DtypeAndShape
Defined in Proto.Tensorflow.Core.Framework.Tensor
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> TensorProto -> f TensorProto
Defined in Proto.Tensorflow.Core.Framework.CostGraph
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> CostGraphDef'Node'OutputInfo -> f CostGraphDef'Node'OutputInfo
Defined in Proto.Tensorflow.Core.Framework.AttrValue
fieldOf :: Functor f => Proxy# "type'" -> (DataType -> f DataType) -> AttrValue -> f AttrValue
Defined in Proto.Tensorflow.Core.Framework.OpDef
fieldOf :: Functor f => Proxy# "type'" -> (DataType -> f DataType) -> OpDef'ArgDef -> f OpDef'ArgDef
Defined in Proto.Tensorflow.Core.Example.ExampleParserConfiguration
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> VarLenFeatureProto -> f VarLenFeatureProto
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> FixedLenFeatureProto -> f FixedLenFeatureProto
Defined in Proto.Tensorflow.Core.Protobuf.Struct
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> TensorSpecProto -> f TensorSpecProto
fieldOf :: Functor f => Proxy# "tensorDtypeValue" -> (DataType -> f DataType) -> StructuredValue -> f StructuredValue
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> BoundedTensorSpecProto -> f BoundedTensorSpecProto
Defined in Proto.Tensorflow.Core.Protobuf.TensorBundle
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> BundleEntryProto -> f BundleEntryProto
Defined in Proto.Tensorflow.Core.Protobuf.SavedObjectGraph
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> SavedVariable -> f SavedVariable
Defined in Proto.Tensorflow.Core.Protobuf.MetaGraph
fieldOf :: Functor f => Proxy# "dtype" -> (DataType -> f DataType) -> TensorInfo -> f TensorInfo
Defined in Proto.Tensorflow.Core.Util.SavedTensorSlice
fieldOf :: Functor f => Proxy# "type'" -> (DataType -> f DataType) -> SavedSliceMeta -> f SavedSliceMeta
fieldOf :: Functor f => Proxy# "type'" -> ([DataType] -> f [DataType]) -> AttrValue'ListValue -> f AttrValue'ListValue
fieldOf :: Functor f => Proxy# "vec'type'" -> (Vector DataType -> f (Vector DataType)) -> AttrValue'ListValue -> f AttrValue'ListValue
fieldOf :: Functor f => Proxy# "maybe'type'" -> (Maybe DataType -> f (Maybe DataType)) -> AttrValue -> f AttrValue
fieldOf :: Functor f => Proxy# "maybe'tensorDtypeValue" -> (Maybe DataType -> f (Maybe DataType)) -> StructuredValue -> f StructuredValue
data DataType'UnrecognizedValue Source #
(==) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
(/=) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
compare :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Ordering #
(<) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
(<=) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
(>) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
(>=) :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> Bool #
max :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> DataType'UnrecognizedValue #
min :: DataType'UnrecognizedValue -> DataType'UnrecognizedValue -> DataType'UnrecognizedValue #
showsPrec :: Int -> DataType'UnrecognizedValue -> ShowS #
show :: DataType'UnrecognizedValue -> String #
showList :: [DataType'UnrecognizedValue] -> ShowS #