Searched refs:test_log_pb2 (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/tools/test/
H A Dsystem_info_lib.py34 from tensorflow.core.util import test_log_pb2 namespace
43 config = test_log_pb2.MachineConfiguration()
69 mem_info = test_log_pb2.MemoryInfo()
78 cpu_info = test_log_pb2.CPUInfo()
126 A list of test_log_pb2.AvailableDeviceInfo messages.
132 device_info = test_log_pb2.AvailableDeviceInfo()
144 platform_info = test_log_pb2.PlatformInfo()
H A Drun_and_gather_logs_lib.py28 from tensorflow.core.util import test_log_pb2 namespace
69 results = test_log_pb2.TestResults()
74 results.benchmark_type = test_log_pb2.TestResults.BenchmarkType.Value(
90 benchmarks = test_log_pb2.BenchmarkEntries()
111 test_results: A test_log_pb2.TestResults proto
H A Dgpu_info_lib.py24 from tensorflow.core.util import test_log_pb2 namespace
38 info = test_log_pb2.GPUInfo()
152 info = test_log_pb2.GPUInfo() # No UUID available
166 A list of test_log_pb2.GPUInfo messages.
H A Drun_and_gather_logs.py31 from tensorflow.core.util import test_log_pb2 namespace
57 build_config = test_log_pb2.BuildConfiguration()
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dbenchmark_test.py24 from tensorflow.core.util import test_log_pb2 namespace
159 expected_1 = test_log_pb2.BenchmarkEntry()
163 expected_2 = test_log_pb2.BenchmarkEntry()
169 expected_3 = test_log_pb2.BenchmarkEntry()
175 entries = test_log_pb2.BenchmarkEntries.FromString(s)
/external/tensorflow/tensorflow/python/platform/
H A Dbenchmark.py30 from tensorflow.core.util import test_log_pb2 namespace
75 entries = test_log_pb2.BenchmarkEntries()

Completed in 335 milliseconds