Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.cc87 std::vector<llvm::Value*> sanitized_args; in EmitAndCallOutlinedKernel() local
88 sanitized_args.reserve(arguments.size()); in EmitAndCallOutlinedKernel()
91 sanitized_args.push_back(arguments[i]); in EmitAndCallOutlinedKernel()
101 std::transform(sanitized_args.begin(), sanitized_args.end(), in EmitAndCallOutlinedKernel()
139 b->CreateCall(function, llvm_ir::AsArrayRef(sanitized_args)); in EmitAndCallOutlinedKernel()