tf.raw_ops.PlaceholderWithDefault

A placeholder op that passes through input when its output is not fed.

inputA Tensor. The default value to produce when output is not fed.
shapeA tf.TensorShape or list of ints. The (possibly partial) shape of the tensor.
nameA name for the operation (optional).

A Tensor. Has the same type as input.