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

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

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: resource_handle.proto

package org.tensorflow.framework;

public interface ResourceHandleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ResourceHandle)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Unique name for the device containing the resource.
   * 
* * optional string device = 1; */ java.lang.String getDevice(); /** *
   * Unique name for the device containing the resource.
   * 
* * optional string device = 1; */ com.google.protobuf.ByteString getDeviceBytes(); /** *
   * Container in which this resource is placed.
   * 
* * optional string container = 2; */ java.lang.String getContainer(); /** *
   * Container in which this resource is placed.
   * 
* * optional string container = 2; */ com.google.protobuf.ByteString getContainerBytes(); /** *
   * Unique name of this resource.
   * 
* * optional string name = 3; */ java.lang.String getName(); /** *
   * Unique name of this resource.
   * 
* * optional string name = 3; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Hash code for the type of the resource. Is only valid in the same device
   * and in the same execution.
   * 
* * optional uint64 hash_code = 4; */ long getHashCode(); /** *
   * For debug-only, the name of the type pointed to by this handle, if
   * available.
   * 
* * optional string maybe_type_name = 5; */ java.lang.String getMaybeTypeName(); /** *
   * For debug-only, the name of the type pointed to by this handle, if
   * available.
   * 
* * optional string maybe_type_name = 5; */ com.google.protobuf.ByteString getMaybeTypeNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy