Go: Update generated wrapper functions for TensorFlow ops.

PiperOrigin-RevId: 234223332
This commit is contained in:
A. Unique TensorFlower 2019-02-15 15:22:52 -08:00 committed by TensorFlower Gardener
parent 6de3cb0023
commit 579fb17325

View File

@ -19274,6 +19274,14 @@ func TPUReplicateMetadataPaddingMap(value []string) TPUReplicateMetadataAttr {
} }
} }
// TPUReplicateMetadataStepMarkerLocation sets the optional step_marker_location attribute to value.
// If not specified, defaults to "STEP_MARK_AT_ENTRY"
func TPUReplicateMetadataStepMarkerLocation(value string) TPUReplicateMetadataAttr {
return func(m optionalAttr) {
m["step_marker_location"] = value
}
}
// Metadata indicaitng how the TPU computation should be replicated. // Metadata indicaitng how the TPU computation should be replicated.
// //
// Arguments: // Arguments: