Searched refs:backing_buffer (Results 1 – 1 of 1) sorted by relevance
841 char* backing_buffer = const_cast<char*>((ret->tensor_data().data())); in GetValue() local846 entry.offset(), entry.size(), &sp, backing_buffer)); in GetValue()847 if (sp.data() != backing_buffer) { in GetValue()848 memmove(backing_buffer, sp.data(), entry.size()); in GetValue()851 TF_RETURN_IF_ERROR(buffered_file->ReadNBytes(entry.size(), backing_buffer, in GetValue()854 actual_crc32c = crc32c::Value(backing_buffer, entry.size()); in GetValue()