
org.tensorflow.util.testlog.GPUInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto
package org.tensorflow.util.testlog;
public interface GPUInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GPUInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* e.g. "Tesla K40c"
*
*
* string model = 1;
*/
java.lang.String getModel();
/**
*
* e.g. "Tesla K40c"
*
*
* string model = 1;
*/
com.google.protobuf.ByteString
getModelBytes();
/**
*
* Final entry in output of "nvidia-smi -L"
*
*
* string uuid = 2;
*/
java.lang.String getUuid();
/**
*
* Final entry in output of "nvidia-smi -L"
*
*
* string uuid = 2;
*/
com.google.protobuf.ByteString
getUuidBytes();
/**
*
* e.g. "0000:04:00.0"
*
*
* string bus_id = 3;
*/
java.lang.String getBusId();
/**
*
* e.g. "0000:04:00.0"
*
*
* string bus_id = 3;
*/
com.google.protobuf.ByteString
getBusIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy