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:
-
input
: ATensor
. The default value to produce whenoutput
is not fed. -
shape登录查看完整内容