org.tensorflow.framework.ResourceOrBuilder 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/protobuf/trace_events.proto
package org.tensorflow.framework;
public interface ResourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.profiler.Resource)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the resource.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The name of the resource.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The id of the resource. Unique within a device.
*
*
* uint32 resource_id = 2;
*/
int getResourceId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy