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
128 llvm::Value* profile_counters_arg);
Dir_function.cc221 llvm::Value* profile_counters_arg) { in GetArrayFunctionCallArguments() argument
231 if (profile_counters_arg != nullptr) { in GetArrayFunctionCallArguments()
232 arguments.push_back(profile_counters_arg); in GetArrayFunctionCallArguments()
Dir_emitter.cc3014 return compute_function_->profile_counters_arg(); in GetProfileCountersArgument()