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.cc83 std::vector<llvm::Value*> sanitized_args; in EmitAndCallOutlinedKernel() local
84 sanitized_args.reserve(arguments.size()); in EmitAndCallOutlinedKernel()
87 sanitized_args.push_back(arguments[i]); in EmitAndCallOutlinedKernel()
97 std::transform(sanitized_args.begin(), sanitized_args.end(), in EmitAndCallOutlinedKernel()
135 b->CreateCall(function, llvm_ir::AsArrayRef(sanitized_args)); in EmitAndCallOutlinedKernel()