Returns a constant tensor.
tf.raw_ops.Const(
value, dtype, name=None
)
Args | |
---|---|
value
|
A tf.TensorProto . Attr value is the tensor to return.
|
dtype
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type dtype .
|