package resource_handle
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        ResourceHandleProto(device: String = "", container: String = "", name: String = "", _hashCode: Long = 0L, maybeTypeName: String = "", dtypesAndShapes: Seq[DtypeAndShape] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ResourceHandleProto] with Product with Serializable
      
      
      
Protocol buffer representing a handle to a tensorflow resource.
Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.
- device
 Unique name for the device containing the resource.
- container
 Container in which this resource is placed.
- name
 Unique name of this resource.
- _hashCode
 Hash code for the type of the resource. Is only valid in the same device and in the same execution.
- maybeTypeName
 For debug-only, the name of the type pointed to by this handle, if available.
- dtypesAndShapes
 Data types and shapes for the underlying resource.
- Annotations
 - @SerialVersionUID()
 
 
Value Members
-  object ResourceHandleProto extends GeneratedMessageCompanion[ResourceHandleProto]
 -  object ResourceHandleProtoCompanion extends GeneratedFileObject