Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc309 bool CompressTensorProtoInPlaceImpl(int64 min_num_elements, in CompressTensorProtoInPlaceImpl() argument
314 if (num_tensor_values < min_num_elements) { in CompressTensorProtoInPlaceImpl()
330 EnumToDataType<TF_TYPE>::Type>(min_num_elements, \
334 bool CompressTensorProtoInPlace(int64 min_num_elements, in CompressTensorProtoInPlace() argument
Dtensor_util.h315 bool CompressTensorProtoInPlace(int64 min_num_elements,