Packages

package attr_value

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class AttrValue(value: Value = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[AttrValue] with Product with Serializable

    Protocol buffer representing the value for an attr used to configure an Op.

    Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.

    Annotations
    @SerialVersionUID()
  2. final case class NameAttrList(name: String = "", attr: Map[String, AttrValue] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[NameAttrList] with Product with Serializable

    A list of attr names and their values.

    A list of attr names and their values. The whole list is attached with a string name. E.g., MatMul[T=float].

    Annotations
    @SerialVersionUID()

Value Members

  1. object AttrValue extends GeneratedMessageCompanion[AttrValue]
  2. object AttrValueProto extends GeneratedFileObject
  3. object NameAttrList extends GeneratedMessageCompanion[NameAttrList]

Ungrouped