Home
last modified time | relevance | path

Searched refs:num_bytes_as_tensor_content (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc289 const int64 num_bytes_as_tensor_content = num_tensor_values * sizeof(T); in CompressRepeatedField() local
291 if (std::min(num_bytes_as_field, num_bytes_as_tensor_content) > in CompressRepeatedField()
295 if (num_bytes_as_field <= num_bytes_as_tensor_content) { in CompressRepeatedField()
303 num_bytes_as_tensor_content); in CompressRepeatedField()