HomeSort by relevance Sort by last modified time
    Searched defs:CompressTensorProtoInPlace (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_util.h 315 bool CompressTensorProtoInPlace(int64 min_num_elements,
319 inline bool CompressTensorProtoInPlace(TensorProto* tensor) {
322 return CompressTensorProtoInPlace(kDefaultMinNumElements,
tensor_util.cc 334 bool CompressTensorProtoInPlace(int64 min_num_elements,

Completed in 82 milliseconds