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

Proto.Tensorflow.Core.Util.TestLog

Synopsis

Documentation

data AvailableDeviceInfo Source #

Fields :

  • name :: Lens' AvailableDeviceInfo Data.Text.Text
  • type' :: Lens' AvailableDeviceInfo Data.Text.Text
  • memoryLimit :: Lens' AvailableDeviceInfo Data.Int.Int64
  • physicalDescription :: Lens' AvailableDeviceInfo Data.Text.Text

Instances

Instances details
Eq AvailableDeviceInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord AvailableDeviceInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show AvailableDeviceInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData AvailableDeviceInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: AvailableDeviceInfo -> () #

Message AvailableDeviceInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField AvailableDeviceInfo "memoryLimit" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "memoryLimit" -> (Int64 -> f Int64) -> AvailableDeviceInfo -> f AvailableDeviceInfo

HasField AvailableDeviceInfo "name" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> AvailableDeviceInfo -> f AvailableDeviceInfo

HasField AvailableDeviceInfo "physicalDescription" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "physicalDescription" -> (Text -> f Text) -> AvailableDeviceInfo -> f AvailableDeviceInfo

HasField AvailableDeviceInfo "type'" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "type'" -> (Text -> f Text) -> AvailableDeviceInfo -> f AvailableDeviceInfo

HasField MachineConfiguration "availableDeviceInfo" [AvailableDeviceInfo] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "vec'availableDeviceInfo" (Vector AvailableDeviceInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'availableDeviceInfo" -> (Vector AvailableDeviceInfo -> f (Vector AvailableDeviceInfo)) -> MachineConfiguration -> f MachineConfiguration

data BenchmarkEntries Source #

Fields :

  • entry :: Lens' BenchmarkEntries [BenchmarkEntry]
  • vec'entry :: Lens' BenchmarkEntries (Data.Vector.Vector BenchmarkEntry)

Instances

Instances details
Eq BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: BenchmarkEntries -> () #

Message BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "entries" BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "maybe'entries" (Maybe BenchmarkEntries) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'entries" -> (Maybe BenchmarkEntries -> f (Maybe BenchmarkEntries)) -> TestResults -> f TestResults

HasField BenchmarkEntries "entry" [BenchmarkEntry] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntries "vec'entry" (Vector BenchmarkEntry) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'entry" -> (Vector BenchmarkEntry -> f (Vector BenchmarkEntry)) -> BenchmarkEntries -> f BenchmarkEntries

data BenchmarkEntry Source #

Fields :

  • name :: Lens' BenchmarkEntry Data.Text.Text
  • iters :: Lens' BenchmarkEntry Data.Int.Int64
  • cpuTime :: Lens' BenchmarkEntry Prelude.Double
  • wallTime :: Lens' BenchmarkEntry Prelude.Double
  • throughput :: Lens' BenchmarkEntry Prelude.Double
  • extras :: Lens' BenchmarkEntry (Data.Map.Map Data.Text.Text EntryValue)
  • metrics :: Lens' BenchmarkEntry [MetricEntry]
  • vec'metrics :: Lens' BenchmarkEntry (Data.Vector.Vector MetricEntry)

Instances

Instances details
Eq BenchmarkEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord BenchmarkEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show BenchmarkEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData BenchmarkEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: BenchmarkEntry -> () #

Message BenchmarkEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntry "cpuTime" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "cpuTime" -> (Double -> f Double) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "iters" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "iters" -> (Int64 -> f Int64) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "name" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "throughput" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "throughput" -> (Double -> f Double) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "wallTime" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "wallTime" -> (Double -> f Double) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "metrics" [MetricEntry] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "metrics" -> ([MetricEntry] -> f [MetricEntry]) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "vec'metrics" (Vector MetricEntry) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'metrics" -> (Vector MetricEntry -> f (Vector MetricEntry)) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntries "entry" [BenchmarkEntry] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntries "vec'entry" (Vector BenchmarkEntry) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'entry" -> (Vector BenchmarkEntry -> f (Vector BenchmarkEntry)) -> BenchmarkEntries -> f BenchmarkEntries

HasField BenchmarkEntry "extras" (Map Text EntryValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data BenchmarkEntry'ExtrasEntry Source #

Fields :

  • key :: Lens' BenchmarkEntry'ExtrasEntry Data.Text.Text
  • value :: Lens' BenchmarkEntry'ExtrasEntry EntryValue
  • maybe'value :: Lens' BenchmarkEntry'ExtrasEntry (Prelude.Maybe EntryValue)

Instances

Instances details
Eq BenchmarkEntry'ExtrasEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord BenchmarkEntry'ExtrasEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show BenchmarkEntry'ExtrasEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData BenchmarkEntry'ExtrasEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Message BenchmarkEntry'ExtrasEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntry'ExtrasEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntry'ExtrasEntry "value" EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntry'ExtrasEntry "maybe'value" (Maybe EntryValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data BuildConfiguration Source #

Fields :

  • mode :: Lens' BuildConfiguration Data.Text.Text
  • ccFlags :: Lens' BuildConfiguration [Data.Text.Text]
  • vec'ccFlags :: Lens' BuildConfiguration (Data.Vector.Vector Data.Text.Text)
  • opts :: Lens' BuildConfiguration [Data.Text.Text]
  • vec'opts :: Lens' BuildConfiguration (Data.Vector.Vector Data.Text.Text)

Instances

Instances details
Eq BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: BuildConfiguration -> () #

Message BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "buildConfiguration" BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "buildConfiguration" -> (BuildConfiguration -> f BuildConfiguration) -> TestResults -> f TestResults

HasField BuildConfiguration "mode" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "mode" -> (Text -> f Text) -> BuildConfiguration -> f BuildConfiguration

HasField TestResults "maybe'buildConfiguration" (Maybe BuildConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'buildConfiguration" -> (Maybe BuildConfiguration -> f (Maybe BuildConfiguration)) -> TestResults -> f TestResults

HasField BuildConfiguration "ccFlags" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "ccFlags" -> ([Text] -> f [Text]) -> BuildConfiguration -> f BuildConfiguration

HasField BuildConfiguration "opts" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "opts" -> ([Text] -> f [Text]) -> BuildConfiguration -> f BuildConfiguration

HasField BuildConfiguration "vec'ccFlags" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'ccFlags" -> (Vector Text -> f (Vector Text)) -> BuildConfiguration -> f BuildConfiguration

HasField BuildConfiguration "vec'opts" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'opts" -> (Vector Text -> f (Vector Text)) -> BuildConfiguration -> f BuildConfiguration

data CPUInfo Source #

Fields :

Instances

Instances details
Eq CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

(==) :: CPUInfo -> CPUInfo -> Bool #

(/=) :: CPUInfo -> CPUInfo -> Bool #

Ord CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: CPUInfo -> () #

Message CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "cpuInfo" CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField CPUInfo "cpuGovernor" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "cpuGovernor" -> (Text -> f Text) -> CPUInfo -> f CPUInfo

HasField CPUInfo "cpuInfo" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "cpuInfo" -> (Text -> f Text) -> CPUInfo -> f CPUInfo

HasField CPUInfo "mhzPerCpu" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "mhzPerCpu" -> (Double -> f Double) -> CPUInfo -> f CPUInfo

HasField CPUInfo "numCores" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "numCores" -> (Int64 -> f Int64) -> CPUInfo -> f CPUInfo

HasField CPUInfo "numCoresAllowed" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "numCoresAllowed" -> (Int64 -> f Int64) -> CPUInfo -> f CPUInfo

HasField MachineConfiguration "maybe'cpuInfo" (Maybe CPUInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'cpuInfo" -> (Maybe CPUInfo -> f (Maybe CPUInfo)) -> MachineConfiguration -> f MachineConfiguration

HasField CPUInfo "cacheSize" (Map Text Int64) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "cacheSize" -> (Map Text Int64 -> f (Map Text Int64)) -> CPUInfo -> f CPUInfo

data CPUInfo'CacheSizeEntry Source #

Fields :

  • key :: Lens' CPUInfo'CacheSizeEntry Data.Text.Text
  • value :: Lens' CPUInfo'CacheSizeEntry Data.Int.Int64

Instances

Instances details
Eq CPUInfo'CacheSizeEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord CPUInfo'CacheSizeEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show CPUInfo'CacheSizeEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData CPUInfo'CacheSizeEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: CPUInfo'CacheSizeEntry -> () #

Message CPUInfo'CacheSizeEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField CPUInfo'CacheSizeEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField CPUInfo'CacheSizeEntry "value" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data CommitId Source #

Fields :

Instances

Instances details
Eq CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: CommitId -> () #

Message CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "commitId" CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "commitId" -> (CommitId -> f CommitId) -> TestResults -> f TestResults

HasField CommitId "changelist" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "changelist" -> (Int64 -> f Int64) -> CommitId -> f CommitId

HasField CommitId "hash" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "hash" -> (Text -> f Text) -> CommitId -> f CommitId

HasField CommitId "pendingChangelist" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "pendingChangelist" -> (Int64 -> f Int64) -> CommitId -> f CommitId

HasField CommitId "snapshot" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "snapshot" -> (Text -> f Text) -> CommitId -> f CommitId

HasField TestResults "maybe'commitId" (Maybe CommitId) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'commitId" -> (Maybe CommitId -> f (Maybe CommitId)) -> TestResults -> f TestResults

HasField CommitId "maybe'changelist" (Maybe Int64) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'changelist" -> (Maybe Int64 -> f (Maybe Int64)) -> CommitId -> f CommitId

HasField CommitId "maybe'hash" (Maybe Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'hash" -> (Maybe Text -> f (Maybe Text)) -> CommitId -> f CommitId

HasField CommitId "maybe'kind" (Maybe CommitId'Kind) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'kind" -> (Maybe CommitId'Kind -> f (Maybe CommitId'Kind)) -> CommitId -> f CommitId

data EntryValue Source #

Fields :

Instances

Instances details
Eq EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: EntryValue -> () #

Message EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField EntryValue "doubleValue" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "doubleValue" -> (Double -> f Double) -> EntryValue -> f EntryValue

HasField EntryValue "stringValue" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "stringValue" -> (Text -> f Text) -> EntryValue -> f EntryValue

HasField BenchmarkEntry'ExtrasEntry "value" EntryValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField EntryValue "maybe'doubleValue" (Maybe Double) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'doubleValue" -> (Maybe Double -> f (Maybe Double)) -> EntryValue -> f EntryValue

HasField EntryValue "maybe'kind" (Maybe EntryValue'Kind) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'kind" -> (Maybe EntryValue'Kind -> f (Maybe EntryValue'Kind)) -> EntryValue -> f EntryValue

HasField EntryValue "maybe'stringValue" (Maybe Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'stringValue" -> (Maybe Text -> f (Maybe Text)) -> EntryValue -> f EntryValue

HasField BenchmarkEntry'ExtrasEntry "maybe'value" (Maybe EntryValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField BenchmarkEntry "extras" (Map Text EntryValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data GPUInfo Source #

Fields :

  • model :: Lens' GPUInfo Data.Text.Text
  • uuid :: Lens' GPUInfo Data.Text.Text
  • busId :: Lens' GPUInfo Data.Text.Text

Instances

Instances details
Eq GPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

(==) :: GPUInfo -> GPUInfo -> Bool #

(/=) :: GPUInfo -> GPUInfo -> Bool #

Ord GPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show GPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData GPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: GPUInfo -> () #

Message GPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField GPUInfo "busId" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "busId" -> (Text -> f Text) -> GPUInfo -> f GPUInfo

HasField GPUInfo "model" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "model" -> (Text -> f Text) -> GPUInfo -> f GPUInfo

HasField GPUInfo "uuid" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "uuid" -> (Text -> f Text) -> GPUInfo -> f GPUInfo

data MachineConfiguration Source #

Fields :

Instances

Instances details
Eq MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: MachineConfiguration -> () #

Message MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "machineConfiguration" MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "machineConfiguration" -> (MachineConfiguration -> f MachineConfiguration) -> TestResults -> f TestResults

HasField MachineConfiguration "cpuInfo" CPUInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "hostname" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "hostname" -> (Text -> f Text) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "memoryInfo" MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "platformInfo" PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "serialIdentifier" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "serialIdentifier" -> (Text -> f Text) -> MachineConfiguration -> f MachineConfiguration

HasField TestResults "maybe'machineConfiguration" (Maybe MachineConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'machineConfiguration" -> (Maybe MachineConfiguration -> f (Maybe MachineConfiguration)) -> TestResults -> f TestResults

HasField MachineConfiguration "availableDeviceInfo" [AvailableDeviceInfo] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "deviceInfo" [Any] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "deviceInfo" -> ([Any] -> f [Any]) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "maybe'cpuInfo" (Maybe CPUInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'cpuInfo" -> (Maybe CPUInfo -> f (Maybe CPUInfo)) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "maybe'memoryInfo" (Maybe MemoryInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'memoryInfo" -> (Maybe MemoryInfo -> f (Maybe MemoryInfo)) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "maybe'platformInfo" (Maybe PlatformInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'platformInfo" -> (Maybe PlatformInfo -> f (Maybe PlatformInfo)) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "vec'availableDeviceInfo" (Vector AvailableDeviceInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'availableDeviceInfo" -> (Vector AvailableDeviceInfo -> f (Vector AvailableDeviceInfo)) -> MachineConfiguration -> f MachineConfiguration

HasField MachineConfiguration "vec'deviceInfo" (Vector Any) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'deviceInfo" -> (Vector Any -> f (Vector Any)) -> MachineConfiguration -> f MachineConfiguration

data MemoryInfo Source #

Fields :

  • total :: Lens' MemoryInfo Data.Int.Int64
  • available :: Lens' MemoryInfo Data.Int.Int64

Instances

Instances details
Eq MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: MemoryInfo -> () #

Message MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MemoryInfo "available" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "available" -> (Int64 -> f Int64) -> MemoryInfo -> f MemoryInfo

HasField MemoryInfo "total" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "total" -> (Int64 -> f Int64) -> MemoryInfo -> f MemoryInfo

HasField MachineConfiguration "memoryInfo" MemoryInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "maybe'memoryInfo" (Maybe MemoryInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'memoryInfo" -> (Maybe MemoryInfo -> f (Maybe MemoryInfo)) -> MachineConfiguration -> f MachineConfiguration

data MetricEntry Source #

Fields :

  • name :: Lens' MetricEntry Data.Text.Text
  • value :: Lens' MetricEntry Prelude.Double
  • minValue :: Lens' MetricEntry Proto.Google.Protobuf.Wrappers.DoubleValue
  • maybe'minValue :: Lens' MetricEntry (Prelude.Maybe Proto.Google.Protobuf.Wrappers.DoubleValue)
  • maxValue :: Lens' MetricEntry Proto.Google.Protobuf.Wrappers.DoubleValue
  • maybe'maxValue :: Lens' MetricEntry (Prelude.Maybe Proto.Google.Protobuf.Wrappers.DoubleValue)

Instances

Instances details
Eq MetricEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord MetricEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show MetricEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData MetricEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: MetricEntry -> () #

Message MetricEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MetricEntry "maxValue" DoubleValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maxValue" -> (DoubleValue -> f DoubleValue) -> MetricEntry -> f MetricEntry

HasField MetricEntry "minValue" DoubleValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "minValue" -> (DoubleValue -> f DoubleValue) -> MetricEntry -> f MetricEntry

HasField MetricEntry "name" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> MetricEntry -> f MetricEntry

HasField MetricEntry "value" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "value" -> (Double -> f Double) -> MetricEntry -> f MetricEntry

HasField MetricEntry "maybe'maxValue" (Maybe DoubleValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'maxValue" -> (Maybe DoubleValue -> f (Maybe DoubleValue)) -> MetricEntry -> f MetricEntry

HasField MetricEntry "maybe'minValue" (Maybe DoubleValue) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'minValue" -> (Maybe DoubleValue -> f (Maybe DoubleValue)) -> MetricEntry -> f MetricEntry

HasField BenchmarkEntry "metrics" [MetricEntry] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "metrics" -> ([MetricEntry] -> f [MetricEntry]) -> BenchmarkEntry -> f BenchmarkEntry

HasField BenchmarkEntry "vec'metrics" (Vector MetricEntry) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'metrics" -> (Vector MetricEntry -> f (Vector MetricEntry)) -> BenchmarkEntry -> f BenchmarkEntry

data PlatformInfo Source #

Fields :

  • bits :: Lens' PlatformInfo Data.Text.Text
  • linkage :: Lens' PlatformInfo Data.Text.Text
  • machine :: Lens' PlatformInfo Data.Text.Text
  • release :: Lens' PlatformInfo Data.Text.Text
  • system :: Lens' PlatformInfo Data.Text.Text
  • version :: Lens' PlatformInfo Data.Text.Text

Instances

Instances details
Eq PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: PlatformInfo -> () #

Message PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField PlatformInfo "bits" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "bits" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField PlatformInfo "linkage" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "linkage" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField PlatformInfo "machine" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "machine" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField PlatformInfo "release" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "release" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField PlatformInfo "system" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "system" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField PlatformInfo "version" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "version" -> (Text -> f Text) -> PlatformInfo -> f PlatformInfo

HasField MachineConfiguration "platformInfo" PlatformInfo Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField MachineConfiguration "maybe'platformInfo" (Maybe PlatformInfo) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'platformInfo" -> (Maybe PlatformInfo -> f (Maybe PlatformInfo)) -> MachineConfiguration -> f MachineConfiguration

data RunConfiguration Source #

Fields :

  • argument :: Lens' RunConfiguration [Data.Text.Text]
  • vec'argument :: Lens' RunConfiguration (Data.Vector.Vector Data.Text.Text)
  • envVars :: Lens' RunConfiguration (Data.Map.Map Data.Text.Text Data.Text.Text)

Instances

Instances details
Eq RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: RunConfiguration -> () #

Message RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "runConfiguration" RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "runConfiguration" -> (RunConfiguration -> f RunConfiguration) -> TestResults -> f TestResults

HasField TestResults "maybe'runConfiguration" (Maybe RunConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'runConfiguration" -> (Maybe RunConfiguration -> f (Maybe RunConfiguration)) -> TestResults -> f TestResults

HasField RunConfiguration "argument" [Text] Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "argument" -> ([Text] -> f [Text]) -> RunConfiguration -> f RunConfiguration

HasField RunConfiguration "vec'argument" (Vector Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "vec'argument" -> (Vector Text -> f (Vector Text)) -> RunConfiguration -> f RunConfiguration

HasField RunConfiguration "envVars" (Map Text Text) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "envVars" -> (Map Text Text -> f (Map Text Text)) -> RunConfiguration -> f RunConfiguration

data RunConfiguration'EnvVarsEntry Source #

Fields :

  • key :: Lens' RunConfiguration'EnvVarsEntry Data.Text.Text
  • value :: Lens' RunConfiguration'EnvVarsEntry Data.Text.Text

Instances

Instances details
Eq RunConfiguration'EnvVarsEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord RunConfiguration'EnvVarsEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show RunConfiguration'EnvVarsEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData RunConfiguration'EnvVarsEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Message RunConfiguration'EnvVarsEntry Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField RunConfiguration'EnvVarsEntry "key" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField RunConfiguration'EnvVarsEntry "value" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data TestResults Source #

Fields :

Instances

Instances details
Eq TestResults Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord TestResults Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show TestResults Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData TestResults Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

rnf :: TestResults -> () #

Message TestResults Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "benchmarkType" TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "buildConfiguration" BuildConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "buildConfiguration" -> (BuildConfiguration -> f BuildConfiguration) -> TestResults -> f TestResults

HasField TestResults "commitId" CommitId Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "commitId" -> (CommitId -> f CommitId) -> TestResults -> f TestResults

HasField TestResults "entries" BenchmarkEntries Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "machineConfiguration" MachineConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "machineConfiguration" -> (MachineConfiguration -> f MachineConfiguration) -> TestResults -> f TestResults

HasField TestResults "name" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> TestResults -> f TestResults

HasField TestResults "runConfiguration" RunConfiguration Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "runConfiguration" -> (RunConfiguration -> f RunConfiguration) -> TestResults -> f TestResults

HasField TestResults "runMode" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "runMode" -> (Text -> f Text) -> TestResults -> f TestResults

HasField TestResults "runTime" Double Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "runTime" -> (Double -> f Double) -> TestResults -> f TestResults

HasField TestResults "startTime" Int64 Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "startTime" -> (Int64 -> f Int64) -> TestResults -> f TestResults

HasField TestResults "target" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "target" -> (Text -> f Text) -> TestResults -> f TestResults

HasField TestResults "tfVersion" Text Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "tfVersion" -> (Text -> f Text) -> TestResults -> f TestResults

HasField TestResults "maybe'buildConfiguration" (Maybe BuildConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'buildConfiguration" -> (Maybe BuildConfiguration -> f (Maybe BuildConfiguration)) -> TestResults -> f TestResults

HasField TestResults "maybe'commitId" (Maybe CommitId) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'commitId" -> (Maybe CommitId -> f (Maybe CommitId)) -> TestResults -> f TestResults

HasField TestResults "maybe'entries" (Maybe BenchmarkEntries) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'entries" -> (Maybe BenchmarkEntries -> f (Maybe BenchmarkEntries)) -> TestResults -> f TestResults

HasField TestResults "maybe'machineConfiguration" (Maybe MachineConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'machineConfiguration" -> (Maybe MachineConfiguration -> f (Maybe MachineConfiguration)) -> TestResults -> f TestResults

HasField TestResults "maybe'runConfiguration" (Maybe RunConfiguration) Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Methods

fieldOf :: Functor f => Proxy# "maybe'runConfiguration" -> (Maybe RunConfiguration -> f (Maybe RunConfiguration)) -> TestResults -> f TestResults

data TestResults'BenchmarkType Source #

Instances

Instances details
Bounded TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Enum TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Eq TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

FieldDefault TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

MessageEnum TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "benchmarkType" TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data TestResults'BenchmarkType Source #

Instances

Instances details
Bounded TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Enum TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Eq TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

NFData TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

FieldDefault TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

MessageEnum TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

HasField TestResults "benchmarkType" TestResults'BenchmarkType Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

data TestResults'BenchmarkType'UnrecognizedValue Source #

Instances

Instances details
Eq TestResults'BenchmarkType'UnrecognizedValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Ord TestResults'BenchmarkType'UnrecognizedValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog

Show TestResults'BenchmarkType'UnrecognizedValue Source # 
Instance details

Defined in Proto.Tensorflow.Core.Util.TestLog