tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
NodeDef
tensorflow
node_def
Undocumented in source.
class
NodeDef {
@
Proto
(1)
string
name
;
@
Proto
(2)
string
op
;
@
Proto
(3)
string
[]
input
;
@
Proto
(4)
string
device
;
@
Proto
(5)
AttrValue
[
string
]
attr
;
@
Proto
(6)
NodeDef
.
ExperimentalDebugInfo
experimentalDebugInfo
;
class
ExperimentalDebugInfo
;
}
Members
Classes
ExperimentalDebugInfo
class
ExperimentalDebugInfo
Undocumented in source.
Variables
attr
AttrValue
[
string
]
attr
;
Undocumented in source.
device
string
device
;
Undocumented in source.
experimentalDebugInfo
NodeDef
.
ExperimentalDebugInfo
experimentalDebugInfo
;
Undocumented in source.
input
string
[]
input
;
Undocumented in source.
name
string
name
;
Undocumented in source.
op
string
op
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
node_def
classes
NodeDef
manifest constants
protocVersion