Home | History | Annotate | Download | only in tensor_bundle

Lines Matching defs:bytes_to_write

360   int bytes_to_write = alignment - bytes_over;
361 Status status = out->Append(string(bytes_to_write, '\0'));
363 *size += bytes_to_write;