Home
last modified time | relevance | path

Searched defs:profile_counters_arg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_function.h96 llvm::Value* profile_counters_arg() { return profile_counters_arg_; } in profile_counters_arg() function
H A Dir_function.cc234 llvm::Value* status_arg, llvm::Value* profile_counters_arg) { in GetArrayFunctionCallArguments()