Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.h89 llvm::Value* profile_counters_arg() { return profile_counters_arg_; } in profile_counters_arg() function
122 llvm::Value* profile_counters_arg);
Dir_function.cc197 llvm::Value* profile_counters_arg) { in GetArrayFunctionCallArguments() argument
224 if (profile_counters_arg != nullptr) { in GetArrayFunctionCallArguments()
225 arguments.push_back(profile_counters_arg); in GetArrayFunctionCallArguments()
Dir_emitter.cc2824 return compute_function_->profile_counters_arg(); in GetProfileCountersArgument()