blob: 0f359a85dce91b559c283358368f421ab33c6e90 [file] [log] [blame]
op {
name: "WriteScalarSummary"
input_arg {
name: "writer"
type: DT_RESOURCE
}
input_arg {
name: "step"
type: DT_INT64
}
input_arg {
name: "tag"
type: DT_STRING
}
input_arg {
name: "value"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
type: DT_INT32
type: DT_UINT8
type: DT_INT16
type: DT_INT8
type: DT_INT64
type: DT_BFLOAT16
type: DT_UINT16
type: DT_HALF
type: DT_UINT32
type: DT_UINT64
}
}
}
is_stateful: true
}