Searched defs:GetSizeInBits (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_util.cc204 int GetSizeInBits(llvm::Type* type) { function in namespace:xla::llvm_ir
210 bits += GetSizeInBits(element_type);

Completed in 144 milliseconds