package attr_value
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
-
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
- object AttrValue extends GeneratedMessageCompanion[AttrValue]
- object AttrValueProto extends GeneratedFileObject
- object NameAttrList extends GeneratedMessageCompanion[NameAttrList]