Home
last modified time | relevance | path

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

/external/bcc/examples/cpp/
DRandomRead.cc67 void handle_output(void* cb_cookie, void* data, int data_size) { in handle_output() function
114 auto open_res = bpf->open_perf_buffer("events", &handle_output); in main()
DFollyRequestContextSwitch.cc56 void handle_output(void* cb_cookie, void* data, int data_size) { in handle_output() function
109 auto open_res = bpf->open_perf_buffer("events", &handle_output); in main()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc182 Tensor handle_output(DT_INT64, TensorShape({})); in Compute() local
183 handle_output.scalar<int64>()() = uid; in Compute()
184 ctx->set_output(0, handle_output); in Compute()