tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
AttrValue.ListValue
tensorflow
attr_value
AttrValue
Undocumented in source.
class
AttrValue
static
class
ListValue {
@
Proto
(2)
bytes
[]
s
;
@
Proto
(3,
Wire
.
none
,
Yes
.
packed
)
long
[]
i
;
@
Proto
(4,
Wire
.
none
,
Yes
.
packed
)
float
[]
f
;
@
Proto
(5,
Wire
.
none
,
Yes
.
packed
)
bool
[]
b
;
@
Proto
(6)
DataType
[]
type
;
@
Proto
(7)
TensorShapeProto
[]
shape
;
@
Proto
(8)
TensorProto
[]
tensor
;
@
Proto
(9)
NameAttrList
[]
func
;
}
Members
Variables
b
bool
[]
b
;
Undocumented in source.
f
float
[]
f
;
Undocumented in source.
func
NameAttrList
[]
func
;
Undocumented in source.
i
long
[]
i
;
Undocumented in source.
s
bytes
[]
s
;
Undocumented in source.
shape
TensorShapeProto
[]
shape
;
Undocumented in source.
tensor
TensorProto
[]
tensor
;
Undocumented in source.
type
DataType
[]
type
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
attr_value
AttrValue
classes
ListValue
enums
ValueCase
functions
clearValue
properties
valueCase
unions
__anonymous
variables
_valueCase