Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.h78 llvm::Value* exec_run_options_arg() { return exec_run_options_arg_; } in exec_run_options_arg() function
121 llvm::Value* exec_run_options_arg, llvm::Value* buffer_table_arg,
Dir_function.cc196 llvm::Value* exec_run_options_arg, llvm::Value* buffer_table_arg, in GetArrayFunctionCallArguments() argument
222 to_int8_ptr(return_value_buffer), to_int8_ptr(exec_run_options_arg), in GetArrayFunctionCallArguments()
Dir_emitter.cc2832 return compute_function_->exec_run_options_arg(); in GetExecutableRunOptionsArgument()