tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.
Safe HaskellNone
LanguageHaskell2010

Proto.Tensorflow.Core.Framework.Graph

Synopsis

Documentation

data GraphDef Source #

Fields :

  • node :: Lens' GraphDef [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]
  • vec'node :: Lens' GraphDef (Data.Vector.Vector Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)
  • versions :: Lens' GraphDef Proto.Tensorflow.Core.Framework.Versions.VersionDef
  • maybe'versions :: Lens' GraphDef (Prelude.Maybe Proto.Tensorflow.Core.Framework.Versions.VersionDef)
  • version :: Lens' GraphDef Data.Int.Int32
  • library :: Lens' GraphDef Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary
  • maybe'library :: Lens' GraphDef (Prelude.Maybe Proto.Tensorflow.Core.Framework.Function.FunctionDefLibrary)

Instances

Instances details
Eq GraphDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Ord GraphDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Show GraphDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

NFData GraphDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

rnf :: GraphDef -> () #

Message GraphDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

HasField GraphDef "library" FunctionDefLibrary Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "library" -> (FunctionDefLibrary -> f FunctionDefLibrary) -> GraphDef -> f GraphDef

HasField GraphDef "version" Int32 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "version" -> (Int32 -> f Int32) -> GraphDef -> f GraphDef

HasField GraphDef "versions" VersionDef Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "versions" -> (VersionDef -> f VersionDef) -> GraphDef -> f GraphDef

HasField MetaGraphDef "graphDef" GraphDef 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.MetaGraph

Methods

fieldOf :: Functor f => Proxy# "graphDef" -> (GraphDef -> f GraphDef) -> MetaGraphDef -> f MetaGraphDef

HasField RunMetadata'FunctionGraphs "postOptimizationGraph" GraphDef 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "postOptimizationGraph" -> (GraphDef -> f GraphDef) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField RunMetadata'FunctionGraphs "preOptimizationGraph" GraphDef 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "preOptimizationGraph" -> (GraphDef -> f GraphDef) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField GraphDef "maybe'library" (Maybe FunctionDefLibrary) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "maybe'library" -> (Maybe FunctionDefLibrary -> f (Maybe FunctionDefLibrary)) -> GraphDef -> f GraphDef

HasField GraphDef "maybe'versions" (Maybe VersionDef) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "maybe'versions" -> (Maybe VersionDef -> f (Maybe VersionDef)) -> GraphDef -> f GraphDef

HasField GraphDef "node" [NodeDef] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "node" -> ([NodeDef] -> f [NodeDef]) -> GraphDef -> f GraphDef

HasField GraphDef "vec'node" (Vector NodeDef) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Framework.Graph

Methods

fieldOf :: Functor f => Proxy# "vec'node" -> (Vector NodeDef -> f (Vector NodeDef)) -> GraphDef -> f GraphDef

HasField MetaGraphDef "maybe'graphDef" (Maybe GraphDef) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.MetaGraph

Methods

fieldOf :: Functor f => Proxy# "maybe'graphDef" -> (Maybe GraphDef -> f (Maybe GraphDef)) -> MetaGraphDef -> f MetaGraphDef

HasField RunMetadata'FunctionGraphs "maybe'postOptimizationGraph" (Maybe GraphDef) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "maybe'postOptimizationGraph" -> (Maybe GraphDef -> f (Maybe GraphDef)) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField RunMetadata'FunctionGraphs "maybe'preOptimizationGraph" (Maybe GraphDef) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "maybe'preOptimizationGraph" -> (Maybe GraphDef -> f (Maybe GraphDef)) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField RunMetadata'FunctionGraphs "partitionGraphs" [GraphDef] 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "partitionGraphs" -> ([GraphDef] -> f [GraphDef]) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField RunMetadata'FunctionGraphs "vec'partitionGraphs" (Vector GraphDef) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "vec'partitionGraphs" -> (Vector GraphDef -> f (Vector GraphDef)) -> RunMetadata'FunctionGraphs -> f RunMetadata'FunctionGraphs

HasField RunMetadata "partitionGraphs" [GraphDef] 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "partitionGraphs" -> ([GraphDef] -> f [GraphDef]) -> RunMetadata -> f RunMetadata

HasField RunMetadata "vec'partitionGraphs" (Vector GraphDef) 
Instance details

Defined in Proto.Tensorflow.Core.Protobuf.Config

Methods

fieldOf :: Functor f => Proxy# "vec'partitionGraphs" -> (Vector GraphDef -> f (Vector GraphDef)) -> RunMetadata -> f RunMetadata