Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Class and Description |
---|---|
class |
AttrValue
Protocol buffer representing the value for an attr used to configure an Op.
|
static class |
AttrValue.Builder
Protocol buffer representing the value for an attr used to configure an Op.
|
Modifier and Type | Method and Description |
---|---|
AttrValueOrBuilder |
OpDef.AttrDefOrBuilder.getAllowedValuesOrBuilder()
The set of allowed values.
|
AttrValueOrBuilder |
OpDef.AttrDef.getAllowedValuesOrBuilder()
The set of allowed values.
|
AttrValueOrBuilder |
OpDef.AttrDef.Builder.getAllowedValuesOrBuilder()
The set of allowed values.
|
AttrValueOrBuilder |
KernelDef.AttrConstraintOrBuilder.getAllowedValuesOrBuilder()
A list of values that this kernel supports for this attr.
|
AttrValueOrBuilder |
KernelDef.AttrConstraint.getAllowedValuesOrBuilder()
A list of values that this kernel supports for this attr.
|
AttrValueOrBuilder |
KernelDef.AttrConstraint.Builder.getAllowedValuesOrBuilder()
A list of values that this kernel supports for this attr.
|
AttrValueOrBuilder |
OpDef.AttrDefOrBuilder.getDefaultValueOrBuilder()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValueOrBuilder |
OpDef.AttrDef.getDefaultValueOrBuilder()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValueOrBuilder |
OpDef.AttrDef.Builder.getDefaultValueOrBuilder()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValueOrBuilder |
ApiDef.AttrOrBuilder.getDefaultValueOrBuilder()
Specify a new default value to use for this attr.
|
AttrValueOrBuilder |
ApiDef.Attr.getDefaultValueOrBuilder()
Specify a new default value to use for this attr.
|
AttrValueOrBuilder |
ApiDef.Attr.Builder.getDefaultValueOrBuilder()
Specify a new default value to use for this attr.
|
Copyright © 2019. All rights reserved.