Searched refs:print_key_value (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/ |
H A D | tfrt_fallback_common.h | 63 auto print_key_value = [&](mlir::Attribute attr) { in PrintExecuteOpFuncAttribute() 75 llvm::interleaveComma(op_func_attr_array, p, print_key_value); in PrintExecuteOpFuncAttribute() 84 auto print_key_value = [&](mlir::Attribute attr) { in PrintExecuteOpCommon() 96 llvm::interleaveComma(op_attr_array, p, print_key_value); in PrintExecuteOpCommon()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/ |
H A D | tfrt_fallback_common.h | 63 auto print_key_value = [&](mlir::Attribute attr) { in PrintExecuteOpFuncAttribute() 75 llvm::interleaveComma(op_func_attr_array, p, print_key_value); in PrintExecuteOpFuncAttribute() 84 auto print_key_value = [&](mlir::Attribute attr) { in PrintExecuteOpCommon() 96 llvm::interleaveComma(op_attr_array, p, print_key_value); in PrintExecuteOpCommon()
|
/aosp_15_r20/external/bpftool/src/ |
H A D | map.c | 1031 static void print_key_value(struct bpf_map_info *info, void *key, in print_key_value() function 1109 print_key_value(&info, key, value); in do_lookup() 1389 print_key_value(&info, key, value); in do_pop_dequeue()
|
/aosp_15_r20/external/strace/ |
H A D | ChangeLog | 4784 print_key_value): Remove. 4788 print_key_value.
|