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.cc248 string encoded_shape = shape.SerializeAsString(); in EncodeSelfDescribingShapeConstant() local
249 if (encoded_shape.size() > std::numeric_limits<int32>::max()) { in EncodeSelfDescribingShapeConstant()
252 *shape_size = static_cast<int32>(encoded_shape.size()); in EncodeSelfDescribingShapeConstant()
253 return b->CreateGlobalStringPtr(encoded_shape); in EncodeSelfDescribingShapeConstant()