Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc240 string encoded_shape = shape.SerializeAsString(); in EncodeSelfDescribingShapeConstant() local
241 if (encoded_shape.size() > std::numeric_limits<int32>::max()) { in EncodeSelfDescribingShapeConstant()
244 *shape_size = static_cast<int32>(encoded_shape.size()); in EncodeSelfDescribingShapeConstant()
245 return b->CreateGlobalStringPtr(encoded_shape); in EncodeSelfDescribingShapeConstant()