tf.contrib.proto.encode_proto(
sizes,
values,
field_names,
message_type,
descriptor_source='local://',
name=None
)
Defined in generated file: tensorflow/contrib/proto/python/ops/gen_encode_proto_op.py.
TODO: add doc.
Args:
sizes: ATensorof typeint32.values: A list ofTensorobjects.field_names: A list ofstrings.message_type: Astring.descriptor_source: An optionalstring. Defaults to"local://".name: A name for the operation (optional).
Returns:
A Tensor of type string.