Packages

p

org.tensorflow.framework

resource_handle

package resource_handle

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object ResourceHandleProto extends GeneratedMessageCompanion[ResourceHandleProto]
  2. object ResourceHandleProtoCompanion extends GeneratedFileObject

Ungrouped