tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
AttrValue.__anonymous
tensorflow
attr_value
AttrValue
Undocumented in source.
class
AttrValue
@
Oneof
("_valueCase")
union
__anonymous {
@
Proto
(1)
AttrValue
.
ListValue
_list
;
@
Proto
(2)
bytes
_s
;
@
Proto
(3)
long
_i
;
@
Proto
(4)
float
_f
;
@
Proto
(5)
bool
_b
;
@
Proto
(6)
DataType
_type
;
@
Proto
(7)
TensorShapeProto
_shape
;
@
Proto
(8)
TensorProto
_tensor
;
@
Proto
(9)
string
_placeholder
;
@
Proto
(10)
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.
_list
AttrValue
.
ListValue
_list
;
Undocumented in source.
_placeholder
string
_placeholder
;
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