All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.ResourceOrBuilder Maven / Gradle / Ivy

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