Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data CostGraphDef Source #
Fields :
Instances
data CostGraphDef'AggregatedCost Source #
Fields :
Instances
data CostGraphDef'Node Source #
Fields :
name
:: Lens' CostGraphDef'Node Data.Text.Text
device
:: Lens' CostGraphDef'Node Data.Text.Text
id
:: Lens' CostGraphDef'Node Data.Int.Int32
inputInfo
:: Lens' CostGraphDef'Node [CostGraphDef
Node
InputInfo]vec'inputInfo
:: Lens' CostGraphDef'Node (Data.Vector.Vector CostGraphDef
Node
InputInfo)outputInfo
:: Lens' CostGraphDef'Node [CostGraphDef
Node
OutputInfo]vec'outputInfo
:: Lens' CostGraphDef'Node (Data.Vector.Vector CostGraphDef
Node
OutputInfo)temporaryMemorySize
:: Lens' CostGraphDef'Node Data.Int.Int64
persistentMemorySize
:: Lens' CostGraphDef'Node Data.Int.Int64
hostTempMemorySize
:: Lens' CostGraphDef'Node Data.Int.Int64
deviceTempMemorySize
:: Lens' CostGraphDef'Node Data.Int.Int64
devicePersistentMemorySize
:: Lens' CostGraphDef'Node Data.Int.Int64
computeCost
:: Lens' CostGraphDef'Node Data.Int.Int64
computeTime
:: Lens' CostGraphDef'Node Data.Int.Int64
memoryTime
:: Lens' CostGraphDef'Node Data.Int.Int64
isFinal
:: Lens' CostGraphDef'Node Prelude.Bool
controlInput
:: Lens' CostGraphDef'Node [Data.Int.Int32]
vec'controlInput
:: Lens' CostGraphDef'Node (Data.Vector.Unboxed.Vector Data.Int.Int32)
inaccurate
:: Lens' CostGraphDef'Node Prelude.Bool
Instances
data CostGraphDef'Node'InputInfo Source #
Fields :
precedingNode
:: Lens' CostGraphDef
Node
InputInfo Data.Int.Int32precedingPort
:: Lens' CostGraphDef
Node
InputInfo Data.Int.Int32
Instances
data CostGraphDef'Node'OutputInfo Source #
Fields :
size
:: Lens' CostGraphDef
Node
OutputInfo Data.Int.Int64aliasInputPort
:: Lens' CostGraphDef
Node
OutputInfo Data.Int.Int64shape
:: Lens' CostGraphDef
Node
OutputInfo Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProtomaybe'shape
:: Lens' CostGraphDef
Node
OutputInfo (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorShape.TensorShapeProto)dtype
:: Lens' CostGraphDef
Node
OutputInfo Proto.Tensorflow.Core.Framework.Types.DataType