Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data BoundedTensorSpecProto
- data DictValue
- data DictValue'FieldsEntry
- data ListValue
- data NamedTupleValue
- data NoneValue
- data PairValue
- data StructuredValue
- data StructuredValue'Kind
- = StructuredValue'NoneValue !NoneValue
- | StructuredValue'Float64Value !Double
- | StructuredValue'Int64Value !Int64
- | StructuredValue'StringValue !Text
- | StructuredValue'BoolValue !Bool
- | StructuredValue'TensorShapeValue !TensorShapeProto
- | StructuredValue'TensorDtypeValue !DataType
- | StructuredValue'TensorSpecValue !TensorSpecProto
- | StructuredValue'TypeSpecValue !TypeSpecProto
- | StructuredValue'BoundedTensorSpecValue !BoundedTensorSpecProto
- | StructuredValue'ListValue !ListValue
- | StructuredValue'TupleValue !TupleValue
- | StructuredValue'DictValue !DictValue
- | StructuredValue'NamedTupleValue !NamedTupleValue
- _StructuredValue'NoneValue :: Prism' StructuredValue'Kind NoneValue
- _StructuredValue'Float64Value :: Prism' StructuredValue'Kind Double
- _StructuredValue'Int64Value :: Prism' StructuredValue'Kind Int64
- _StructuredValue'StringValue :: Prism' StructuredValue'Kind Text
- _StructuredValue'BoolValue :: Prism' StructuredValue'Kind Bool
- _StructuredValue'TensorShapeValue :: Prism' StructuredValue'Kind TensorShapeProto
- _StructuredValue'TensorDtypeValue :: Prism' StructuredValue'Kind DataType
- _StructuredValue'TensorSpecValue :: Prism' StructuredValue'Kind TensorSpecProto
- _StructuredValue'TypeSpecValue :: Prism' StructuredValue'Kind TypeSpecProto
- _StructuredValue'BoundedTensorSpecValue :: Prism' StructuredValue'Kind BoundedTensorSpecProto
- _StructuredValue'ListValue :: Prism' StructuredValue'Kind ListValue
- _StructuredValue'TupleValue :: Prism' StructuredValue'Kind TupleValue
- _StructuredValue'DictValue :: Prism' StructuredValue'Kind DictValue
- _StructuredValue'NamedTupleValue :: Prism' StructuredValue'Kind NamedTupleValue
- data TensorSpecProto
- data TupleValue
- data TypeSpecProto
- data TypeSpecProto'TypeSpecClass
- = TypeSpecProto'UNKNOWN
- | TypeSpecProto'SPARSE_TENSOR_SPEC
- | TypeSpecProto'INDEXED_SLICES_SPEC
- | TypeSpecProto'RAGGED_TENSOR_SPEC
- | TypeSpecProto'TENSOR_ARRAY_SPEC
- | TypeSpecProto'DATA_DATASET_SPEC
- | TypeSpecProto'DATA_ITERATOR_SPEC
- | TypeSpecProto'OPTIONAL_SPEC
- | TypeSpecProto'PER_REPLICA_SPEC
- | TypeSpecProto'VARIABLE_SPEC
- | TypeSpecProto'ROW_PARTITION_SPEC
- | TypeSpecProto'TypeSpecClass'Unrecognized !TypeSpecProto'TypeSpecClass'UnrecognizedValue
- data TypeSpecProto'TypeSpecClass
- data TypeSpecProto'TypeSpecClass'UnrecognizedValue
Documentation
data BoundedTensorSpecProto Source #
Fields :
name
:: Lens' BoundedTensorSpecProto Data.Text.Text
shape
:: Lens' BoundedTensorSpecProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'shape
:: Lens' BoundedTensorSpecProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
dtype
:: Lens' BoundedTensorSpecProto Proto.Tensorflow.Core.Framework.Types.DataType
minimum
:: Lens' BoundedTensorSpecProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto
maybe'minimum
:: Lens' BoundedTensorSpecProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
maximum
:: Lens' BoundedTensorSpecProto Proto.Tensorflow.Core.Framework.Tensor.TensorProto
maybe'maximum
:: Lens' BoundedTensorSpecProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.Tensor.TensorProto)
Instances
Fields :
fields
:: Lens' DictValue (Data.Map.Map Data.Text.Text StructuredValue)
Instances
data DictValue'FieldsEntry Source #
Fields :
key
:: Lens' DictValue'FieldsEntry Data.Text.Text
value
:: Lens' DictValue'FieldsEntry StructuredValue
maybe'value
:: Lens' DictValue'FieldsEntry (Prelude.Maybe StructuredValue)
Instances
Fields :
values
:: Lens' ListValue [StructuredValue]
vec'values
:: Lens' ListValue (Data.Vector.Vector StructuredValue)
Instances
data NamedTupleValue Source #
Fields :
name
:: Lens' NamedTupleValue Data.Text.Text
values
:: Lens' NamedTupleValue [PairValue]
vec'values
:: Lens' NamedTupleValue (Data.Vector.Vector PairValue)
Instances
Fields :
Instances
Fields :
key
:: Lens' PairValue Data.Text.Text
value
:: Lens' PairValue StructuredValue
maybe'value
:: Lens' PairValue (Prelude.Maybe StructuredValue)
Instances
data StructuredValue Source #
Fields :
maybe'kind
:: Lens' StructuredValue (Prelude.Maybe StructuredValue'Kind)
maybe'noneValue
:: Lens' StructuredValue (Prelude.Maybe NoneValue)
noneValue
:: Lens' StructuredValue NoneValue
maybe'float64Value
:: Lens' StructuredValue (Prelude.Maybe Prelude.Double)
float64Value
:: Lens' StructuredValue Prelude.Double
maybe'int64Value
:: Lens' StructuredValue (Prelude.Maybe Data.Int.Int64)
int64Value
:: Lens' StructuredValue Data.Int.Int64
maybe'stringValue
:: Lens' StructuredValue (Prelude.Maybe Data.Text.Text)
stringValue
:: Lens' StructuredValue Data.Text.Text
maybe'boolValue
:: Lens' StructuredValue (Prelude.Maybe Prelude.Bool)
boolValue
:: Lens' StructuredValue Prelude.Bool
maybe'tensorShapeValue
:: Lens' StructuredValue (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
tensorShapeValue
:: Lens' StructuredValue Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'tensorDtypeValue
:: Lens' StructuredValue (Prelude.Maybe Proto.Tensorflow.Core.Framework.Types.DataType)
tensorDtypeValue
:: Lens' StructuredValue Proto.Tensorflow.Core.Framework.Types.DataType
maybe'tensorSpecValue
:: Lens' StructuredValue (Prelude.Maybe TensorSpecProto)
tensorSpecValue
:: Lens' StructuredValue TensorSpecProto
maybe'typeSpecValue
:: Lens' StructuredValue (Prelude.Maybe TypeSpecProto)
typeSpecValue
:: Lens' StructuredValue TypeSpecProto
maybe'boundedTensorSpecValue
:: Lens' StructuredValue (Prelude.Maybe BoundedTensorSpecProto)
boundedTensorSpecValue
:: Lens' StructuredValue BoundedTensorSpecProto
maybe'listValue
:: Lens' StructuredValue (Prelude.Maybe ListValue)
listValue
:: Lens' StructuredValue ListValue
maybe'tupleValue
:: Lens' StructuredValue (Prelude.Maybe TupleValue)
tupleValue
:: Lens' StructuredValue TupleValue
maybe'dictValue
:: Lens' StructuredValue (Prelude.Maybe DictValue)
dictValue
:: Lens' StructuredValue DictValue
maybe'namedTupleValue
:: Lens' StructuredValue (Prelude.Maybe NamedTupleValue)
namedTupleValue
:: Lens' StructuredValue NamedTupleValue
Instances
data StructuredValue'Kind Source #
Instances
_StructuredValue'BoundedTensorSpecValue :: Prism' StructuredValue'Kind BoundedTensorSpecProto Source #
data TensorSpecProto Source #
Fields :
name
:: Lens' TensorSpecProto Data.Text.Text
shape
:: Lens' TensorSpecProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'shape
:: Lens' TensorSpecProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
dtype
:: Lens' TensorSpecProto Proto.Tensorflow.Core.Framework.Types.DataType
Instances
data TupleValue Source #
Fields :
values
:: Lens' TupleValue [StructuredValue]
vec'values
:: Lens' TupleValue (Data.Vector.Vector StructuredValue)
Instances
data TypeSpecProto Source #
Fields :
typeSpecClass
:: Lens' TypeSpecProto TypeSpecProto'TypeSpecClass
typeState
:: Lens' TypeSpecProto StructuredValue
maybe'typeState
:: Lens' TypeSpecProto (Prelude.Maybe StructuredValue)
typeSpecClassName
:: Lens' TypeSpecProto Data.Text.Text
Instances
data TypeSpecProto'TypeSpecClass Source #
Instances
data TypeSpecProto'TypeSpecClass Source #
Instances
data TypeSpecProto'TypeSpecClass'UnrecognizedValue Source #