Modifier and Type | Method and Description |
---|---|
abstract void |
DifferentialFunction.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
Constructor and Description |
---|
DifferentialFunction(SameDiff sameDiff,
NodeDef nodeDef,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
Modifier and Type | Method and Description |
---|---|
void |
SDVariable.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttrValue> |
TFGraphMapper.getAttrMap(NodeDef nodeDef) |
Modifier and Type | Method and Description |
---|---|
int[] |
TFGraphMapper.getShapeFromAttr(AttrValue attr) |
int[] |
TFGraphMapper.getShapeFromAttribute(AttrValue attrValue) |
Modifier and Type | Method and Description |
---|---|
void |
TFGraphMapper.initFunctionFromProperties(DifferentialFunction on,
Map<String,AttrValue> attributesForNode,
NodeDef node,
GraphDef graph)
|
void |
TFGraphMapper.initFunctionFromProperties(String mappedTfName,
DifferentialFunction on,
Map<String,AttrValue> attributesForNode,
NodeDef node,
GraphDef graph)
Init a function's attributes
|
Modifier and Type | Method and Description |
---|---|
void |
NoOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DynamicCustomOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseBroadcastOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseAccumulation.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
TensorMmul.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SoftmaxCrossEntropyLoss.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SigmoidCrossEntropyLoss.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
NormalizeMoments.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Moments.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Mmul.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
CumSum.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
CumProd.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
BiasAdd.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
While.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Select.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
If.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Switch.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
NextIteration.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Merge.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LoopCond.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Exit.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Enter.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseCompatOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Linear.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceToDepth.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Pooling2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
MaxPooling2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LocalResponseNormalization.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DepthwiseConv2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DepthToSpace.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DeConv2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Conv3D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Conv2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Conv1D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BatchNorm.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
AvgPooling2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
SRUCell.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SRU.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LSTMCell.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
GRUCell.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ZerosLike.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Unstack.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Transpose.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Tile.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
StridedSlice.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Stack.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Squeeze.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SplitV.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Split.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Slice.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Shape.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
SequenceMask.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Reshape.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Repeat.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Rank.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ParallelStack.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
OnesLike.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
OneHot.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
MergeSum.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
MergeMax.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
MergeAvg.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Gather.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ExpandDims.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DiagPart.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Diag.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ConfusionMatrix.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Concat.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ApplyGradientDescent.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
TensorSizeV3.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
TensorArrayV3.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
BaseTensorOp.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ReverseSequence.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
RectifiedTanh.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Pow.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Histogram.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Fill.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DynamicStitch.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DynamicPartition.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Dilation2D.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
Assign.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
ClipByValue.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
ClipByNorm.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Cast.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
SaveV2.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
RestoreV2.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
DistributionUniform.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
Range.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
DropOutInverted.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
void |
LossSquaredHinge.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossPoisson.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMultiLabel.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMSLE.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMSE.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMixtureDensity.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMCXENT.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMAPE.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossMAE.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossL2.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossL1.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossKLD.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossHinge.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossFMeasure.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossCosineProximity.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
void |
LossBinaryXENT.initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph) |
Modifier and Type | Method and Description |
---|---|
AttrValue |
AttrValue.Builder.build() |
AttrValue |
AttrValue.Builder.buildPartial() |
AttrValue |
OpDef.AttrDefOrBuilder.getAllowedValues()
The set of allowed values.
|
AttrValue |
OpDef.AttrDef.getAllowedValues()
The set of allowed values.
|
AttrValue |
OpDef.AttrDef.Builder.getAllowedValues()
The set of allowed values.
|
AttrValue |
KernelDef.AttrConstraintOrBuilder.getAllowedValues()
A list of values that this kernel supports for this attr.
|
AttrValue |
KernelDef.AttrConstraint.getAllowedValues()
A list of values that this kernel supports for this attr.
|
AttrValue |
KernelDef.AttrConstraint.Builder.getAllowedValues()
A list of values that this kernel supports for this attr.
|
AttrValue |
NodeDefOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NameAttrListOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
FunctionDefOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
NodeDefOrBuilder.getAttrOrThrow(String key)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.getAttrOrThrow(String key)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.Builder.getAttrOrThrow(String key)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NameAttrListOrBuilder.getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.Builder.getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
FunctionDefOrBuilder.getAttrOrThrow(String key)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.getAttrOrThrow(String key)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.Builder.getAttrOrThrow(String key)
Attributes specific to this function definition.
|
static AttrValue |
AttrValue.getDefaultInstance() |
AttrValue |
AttrValue.getDefaultInstanceForType() |
AttrValue |
AttrValue.Builder.getDefaultInstanceForType() |
AttrValue |
OpDef.AttrDefOrBuilder.getDefaultValue()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValue |
OpDef.AttrDef.getDefaultValue()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValue |
OpDef.AttrDef.Builder.getDefaultValue()
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValue |
ApiDef.AttrOrBuilder.getDefaultValue()
Specify a new default value to use for this attr.
|
AttrValue |
ApiDef.Attr.getDefaultValue()
Specify a new default value to use for this attr.
|
AttrValue |
ApiDef.Attr.Builder.getDefaultValue()
Specify a new default value to use for this attr.
|
static AttrValue |
AttrValue.parseDelimitedFrom(InputStream input) |
static AttrValue |
AttrValue.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static AttrValue |
AttrValue.parseFrom(byte[] data) |
static AttrValue |
AttrValue.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static AttrValue |
AttrValue.parseFrom(ByteBuffer data) |
static AttrValue |
AttrValue.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static AttrValue |
AttrValue.parseFrom(com.github.os72.protobuf351.ByteString data) |
static AttrValue |
AttrValue.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static AttrValue |
AttrValue.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static AttrValue |
AttrValue.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static AttrValue |
AttrValue.parseFrom(InputStream input) |
static AttrValue |
AttrValue.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttrValue> |
NodeDefOrBuilder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NodeDef.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NodeDef.Builder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NameAttrListOrBuilder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NameAttrList.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NameAttrList.Builder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
FunctionDefOrBuilder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
FunctionDef.getAttr()
Deprecated.
|
Map<String,AttrValue> |
FunctionDef.Builder.getAttr()
Deprecated.
|
Map<String,AttrValue> |
NodeDefOrBuilder.getAttrMap()
Operation-specific graph-construction-time configuration.
|
Map<String,AttrValue> |
NodeDef.getAttrMap()
Operation-specific graph-construction-time configuration.
|
Map<String,AttrValue> |
NodeDef.Builder.getAttrMap()
Operation-specific graph-construction-time configuration.
|
Map<String,AttrValue> |
NameAttrListOrBuilder.getAttrMap()
map<string, .tensorflow.AttrValue> attr = 2; |
Map<String,AttrValue> |
NameAttrList.getAttrMap()
map<string, .tensorflow.AttrValue> attr = 2; |
Map<String,AttrValue> |
NameAttrList.Builder.getAttrMap()
map<string, .tensorflow.AttrValue> attr = 2; |
Map<String,AttrValue> |
FunctionDefOrBuilder.getAttrMap()
Attributes specific to this function definition.
|
Map<String,AttrValue> |
FunctionDef.getAttrMap()
Attributes specific to this function definition.
|
Map<String,AttrValue> |
FunctionDef.Builder.getAttrMap()
Attributes specific to this function definition.
|
Map<String,AttrValue> |
NodeDef.Builder.getMutableAttr()
Deprecated.
|
Map<String,AttrValue> |
NameAttrList.Builder.getMutableAttr()
Deprecated.
|
Map<String,AttrValue> |
FunctionDef.Builder.getMutableAttr()
Deprecated.
|
com.github.os72.protobuf351.Parser<AttrValue> |
AttrValue.getParserForType() |
static com.github.os72.protobuf351.Parser<AttrValue> |
AttrValue.parser() |
Modifier and Type | Method and Description |
---|---|
AttrValue |
NodeDefOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NodeDef.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
Operation-specific graph-construction-time configuration.
|
AttrValue |
NameAttrListOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
NameAttrList.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2; |
AttrValue |
FunctionDefOrBuilder.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
AttrValue |
FunctionDef.Builder.getAttrOrDefault(String key,
AttrValue defaultValue)
Attributes specific to this function definition.
|
OpDef.AttrDef.Builder |
OpDef.AttrDef.Builder.mergeAllowedValues(AttrValue value)
The set of allowed values.
|
KernelDef.AttrConstraint.Builder |
KernelDef.AttrConstraint.Builder.mergeAllowedValues(AttrValue value)
A list of values that this kernel supports for this attr.
|
OpDef.AttrDef.Builder |
OpDef.AttrDef.Builder.mergeDefaultValue(AttrValue value)
A reasonable default for this attribute if the user does not supply
a value.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeDefaultValue(AttrValue value)
Specify a new default value to use for this attr.
|
AttrValue.Builder |
AttrValue.Builder.mergeFrom(AttrValue other) |
static AttrValue.Builder |
AttrValue.newBuilder(AttrValue prototype) |
NodeDef.Builder |
NodeDef.Builder.putAttr(String key,
AttrValue value)
Operation-specific graph-construction-time configuration.
|
NameAttrList.Builder |
NameAttrList.Builder.putAttr(String key,
AttrValue value)
map<string, .tensorflow.AttrValue> attr = 2; |
FunctionDef.Builder |
FunctionDef.Builder.putAttr(String key,
AttrValue value)
Attributes specific to this function definition.
|
OpDef.AttrDef.Builder |
OpDef.AttrDef.Builder.setAllowedValues(AttrValue value)
The set of allowed values.
|
KernelDef.AttrConstraint.Builder |
KernelDef.AttrConstraint.Builder.setAllowedValues(AttrValue value)
A list of values that this kernel supports for this attr.
|
OpDef.AttrDef.Builder |
OpDef.AttrDef.Builder.setDefaultValue(AttrValue value)
A reasonable default for this attribute if the user does not supply
a value.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setDefaultValue(AttrValue value)
Specify a new default value to use for this attr.
|
Modifier and Type | Method and Description |
---|---|
NodeDef.Builder |
NodeDef.Builder.putAllAttr(Map<String,AttrValue> values)
Operation-specific graph-construction-time configuration.
|
NameAttrList.Builder |
NameAttrList.Builder.putAllAttr(Map<String,AttrValue> values)
map<string, .tensorflow.AttrValue> attr = 2; |
FunctionDef.Builder |
FunctionDef.Builder.putAllAttr(Map<String,AttrValue> values)
Attributes specific to this function definition.
|
Modifier and Type | Method and Description |
---|---|
AttrValue |
OpGenOverridesOuterClass.OpGenOverride.AttrDefaultOrBuilder.getValue()
.tensorflow.AttrValue value = 2; |
AttrValue |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.getValue()
.tensorflow.AttrValue value = 2; |
AttrValue |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder.getValue()
.tensorflow.AttrValue value = 2; |
Modifier and Type | Method and Description |
---|---|
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder.mergeValue(AttrValue value)
.tensorflow.AttrValue value = 2; |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder |
OpGenOverridesOuterClass.OpGenOverride.AttrDefault.Builder.setValue(AttrValue value)
.tensorflow.AttrValue value = 2; |
Copyright © 2018. All rights reserved.