Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data TensorProto
- data VariantTensorDataProto
Documentation
data TensorProto Source #
Fields :
dtype
:: Lens' TensorProto Proto.Tensorflow.Core.Framework.Types.DataType
tensorShape
:: Lens' TensorProto Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto
maybe'tensorShape
:: Lens' TensorProto (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)
versionNumber
:: Lens' TensorProto Data.Int.Int32
tensorContent
:: Lens' TensorProto Data.ByteString.ByteString
halfVal
:: Lens' TensorProto [Data.Int.Int32]
vec'halfVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Data.Int.Int32)
floatVal
:: Lens' TensorProto [Prelude.Float]
vec'floatVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Prelude.Float)
doubleVal
:: Lens' TensorProto [Prelude.Double]
vec'doubleVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Prelude.Double)
intVal
:: Lens' TensorProto [Data.Int.Int32]
vec'intVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Data.Int.Int32)
stringVal
:: Lens' TensorProto [Data.ByteString.ByteString]
vec'stringVal
:: Lens' TensorProto (Data.Vector.Vector Data.ByteString.ByteString)
scomplexVal
:: Lens' TensorProto [Prelude.Float]
vec'scomplexVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Prelude.Float)
int64Val
:: Lens' TensorProto [Data.Int.Int64]
vec'int64Val
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Data.Int.Int64)
boolVal
:: Lens' TensorProto [Prelude.Bool]
vec'boolVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Prelude.Bool)
dcomplexVal
:: Lens' TensorProto [Prelude.Double]
vec'dcomplexVal
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Prelude.Double)
resourceHandleVal
:: Lens' TensorProto [Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto]
vec'resourceHandleVal
:: Lens' TensorProto (Data.Vector.Vector Proto.Tensorflow.Core.Framework.ResourceHandle.ResourceHandleProto)
variantVal
:: Lens' TensorProto [VariantTensorDataProto]
vec'variantVal
:: Lens' TensorProto (Data.Vector.Vector VariantTensorDataProto)
uint32Val
:: Lens' TensorProto [Data.Word.Word32]
vec'uint32Val
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Data.Word.Word32)
uint64Val
:: Lens' TensorProto [Data.Word.Word64]
vec'uint64Val
:: Lens' TensorProto (Data.Vector.Unboxed.Vector Data.Word.Word64)
Instances
data VariantTensorDataProto Source #
Fields :
typeName
:: Lens' VariantTensorDataProto Data.Text.Text
metadata
:: Lens' VariantTensorDataProto Data.ByteString.ByteString
tensors
:: Lens' VariantTensorDataProto [TensorProto]
vec'tensors
:: Lens' VariantTensorDataProto (Data.Vector.Vector TensorProto)