org.tensorflow.util.testlog.AvailableDeviceInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/util/test_log.proto
package org.tensorflow.util.testlog;
public interface AvailableDeviceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.AvailableDeviceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Device name.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Device name.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Device type, e.g. 'CPU' or 'GPU'.
*
*
* string type = 2;
*/
java.lang.String getType();
/**
*
* Device type, e.g. 'CPU' or 'GPU'.
*
*
* string type = 2;
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
* Memory capacity in bytes.
*
*
* int64 memory_limit = 3;
*/
long getMemoryLimit();
/**
*
* The physical description of this device.
*
*
* string physical_description = 4;
*/
java.lang.String getPhysicalDescription();
/**
*
* The physical description of this device.
*
*
* string physical_description = 4;
*/
com.google.protobuf.ByteString
getPhysicalDescriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy