Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 313280323 Change-Id: Ic02129a6e8c2684b823122096517c941a3fd2ba6
This commit is contained in:
parent
53037dcd66
commit
bba3595ebf
@ -33265,6 +33265,14 @@ func TPUReplicatedInputIndex(value int64) TPUReplicatedInputAttr {
|
||||
}
|
||||
}
|
||||
|
||||
// TPUReplicatedInputIsPacked sets the optional is_packed attribute to value.
|
||||
// If not specified, defaults to false
|
||||
func TPUReplicatedInputIsPacked(value bool) TPUReplicatedInputAttr {
|
||||
return func(m optionalAttr) {
|
||||
m["is_packed"] = value
|
||||
}
|
||||
}
|
||||
|
||||
// Connects N inputs to an N-way replicated TPU computation.
|
||||
//
|
||||
// This operation holds a replicated input to a `tpu.replicate()` computation subgraph.
|
||||
|
Loading…
Reference in New Issue
Block a user