Client.unpack_tensor() enforces that the user-provided TensorType matches the internally known type. This check was not added to DataSet::unpack_tensor(), although the information is available. This check was added to resolve a compiler warning regarding the unused TensorType function parameter.
Client.unpack_tensor()
enforces that the user-providedTensorType
matches the internally known type. This check was not added toDataSet::unpack_tensor()
, although the information is available. This check was added to resolve a compiler warning regarding the unusedTensorType
function parameter.