Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SerializeWithCachedSizesToArray (0.46 sec)

  1. tensorflow/c/tf_buffer.cc

      if (buf == nullptr) {
        return tensorflow::errors::ResourceExhausted(
            "Failed to allocate memory to serialize message of type '",
            in.GetTypeName(), "' and size ", proto_size);
      }
      if (!in.SerializeWithCachedSizesToArray(static_cast<uint8_t*>(buf))) {
        port::Free(buf);
        return errors::InvalidArgument(
            "Unable to serialize ", in.GetTypeName(),
            " protocol buffer, perhaps the serialized size (", proto_size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top