Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data TensorShapeProto
- data TensorShapeProto'Dim
Documentation
data TensorShapeProto Source #
Fields :
dim
:: Lens' TensorShapeProto [TensorShapeProto'Dim]
vec'dim
:: Lens' TensorShapeProto (Data.Vector.Vector TensorShapeProto'Dim)
unknownRank
:: Lens' TensorShapeProto Prelude.Bool
Instances
data TensorShapeProto'Dim Source #
Fields :