tf.placeholder_with_default

tf.placeholder_with_default

tf.placeholder_with_default

placeholder_with_default(
    input,
    shape,
    name=None
)

Defined in tensorflow/python/ops/gen_array_ops.py.

See the guide: Inputs and Readers > Placeholders

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

Args: