Creates range decoder objects to be used by EntropyDecode*
ops.
tfc.ops.create_range_decoder(
encoded, lookup, name=None
)
The input encoded
is referenced by handle
. No op should modify the strings
contained in encoded
while handle
is alive.
Returns | |
---|---|
A Tensor of type variant .
|