Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.cc192 llvm::Value* arguments_buffer; in EncodeArrayFunctionArguments() local
195 arguments_buffer = llvm::Constant::getNullValue(int8ptr_ty->getPointerTo()); in EncodeArrayFunctionArguments()
197 arguments_buffer = llvm_ir::EmitAllocaAtFunctionEntryWithCount( in EncodeArrayFunctionArguments()
206 b->CreateInBoundsGEP(arguments_buffer, {b->getInt64(i)}); in EncodeArrayFunctionArguments()
210 return arguments_buffer; in EncodeArrayFunctionArguments()