Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc197 const int64_t num_tensor_values = shape.num_elements(); in CompressTensorContent() local
200 if (num_raw_values != num_tensor_values) { in CompressTensorContent()
317 const int64_t num_tensor_values = shape.num_elements(); in CompressRepeatedField() local
345 const int64_t num_bytes_as_tensor_content = num_tensor_values * sizeof(T); in CompressRepeatedField()
357 tmp.resize(num_tensor_values, last_value); in CompressRepeatedField()
359 tmp.resize(num_tensor_values, T(0)); in CompressRepeatedField()
375 const int64_t num_tensor_values = shape.num_elements(); in CompressTensorProtoInPlaceImpl() local
376 if (num_tensor_values < min_num_elements) { in CompressTensorProtoInPlaceImpl()