-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-definition.xml
More file actions
42 lines (42 loc) · 1.35 KB
/
test-definition.xml
File metadata and controls
42 lines (42 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<!--Phoronix Test Suite v7.0.0m2-->
<PhoronixTestSuite>
<TestInformation>
<Title>Tensorflow-GPU</Title>
<AppVersion>2017-02-03</AppVersion>
<Description>This is a benchmark of the Tensorflow-GPU deep learning framework using the CIFAR10 data set.</Description>
<ResultScale>Seconds</ResultScale>
<Proportion>LIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.0</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Benchmark</SoftwareType>
<TestType>System</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>python</ExternalDependencies>
<EnvironmentSize>100</EnvironmentSize>
<ProjectURL>https://www.tensorflow.org</ProjectURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
<SystemDependencies>pip3</SystemDependencies>
</TestProfile>
<TestSettings>
<Option>
<DisplayName>Build</DisplayName>
<Identifier>build</Identifier>
<ArgumentPrefix></ArgumentPrefix>
<ArgumentPostfix></ArgumentPostfix>
<DefaultEntry>0</DefaultEntry>
<Menu>
<Entry>
<Name>Cifar10</Name>
<Value>400</Value>
<Message></Message>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>