Searched refs:num_tensor_values (Results 1 – 1 of 1) sorted by relevance
197 const int64_t num_tensor_values = shape.num_elements(); in CompressTensorContent() local200 if (num_raw_values != num_tensor_values) { in CompressTensorContent()317 const int64_t num_tensor_values = shape.num_elements(); in CompressRepeatedField() local345 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() local376 if (num_tensor_values < min_num_elements) { in CompressTensorProtoInPlaceImpl()