Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.h92 llvm::Value* buffer_table_arg() { return buffer_table_arg_; } in buffer_table_arg() function
143 llvm::Value* exec_run_options_arg, llvm::Value* buffer_table_arg,
Dir_function.cc233 llvm::Value* exec_run_options_arg, llvm::Value* buffer_table_arg, in GetArrayFunctionCallArguments() argument
244 buffer_table_arg, in GetArrayFunctionCallArguments()
Dir_emitter.cc3206 return compute_function_->buffer_table_arg(); in GetBufferTableArgument()