tfd ~master (2021-06-15T14:06:44Z)
Dub
Repo
KernelDef
tensorflow
kernel_def
Undocumented in source.
class
KernelDef {
@
Proto
(1)
string
op
;
@
Proto
(2)
string
deviceType
;
@
Proto
(3)
KernelDef
.
AttrConstraint
[]
constraint
;
@
Proto
(4)
string
[]
hostMemoryArg
;
@
Proto
(5)
string
label
;
@
Proto
(6)
int
priority
;
class
AttrConstraint
;
}
Members
Classes
AttrConstraint
class
AttrConstraint
Undocumented in source.
Variables
constraint
KernelDef
.
AttrConstraint
[]
constraint
;
Undocumented in source.
deviceType
string
deviceType
;
Undocumented in source.
hostMemoryArg
string
[]
hostMemoryArg
;
Undocumented in source.
label
string
label
;
Undocumented in source.
op
string
op
;
Undocumented in source.
priority
int
priority
;
Undocumented in source.
Meta
Source
See Implementation
tensorflow
kernel_def
classes
KernelDef
KernelList
manifest constants
protocVersion