tensorflow::ops::DecodeRaw

tensorflow::ops::DecodeRaw

#include <parsing_ops.h>

Reinterpret the bytes of a string as a vector of numbers.

Summary

Arguments:

  • scope: A Scope object
  • bytes: All the elements must have the same length.

Optional attributes (see Attrs):

  • little_endian: Whether the input bytes are in little-endian order. Ignored for out_type values that are stored in a single byte like uint8.

Returns: