Home
last modified time | relevance | path

Searched refs:operation_id (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc32 #define CHECK_EXISTS_OR_RETURN(container, target_op_id, operation_id) \ argument
34 auto p = CheckHandleExists(container, target_op_id, operation_id); \
48 explicit PodEvent(PodTpuDriver* driver, int64_t operation_id) in PodEvent() argument
49 : driver_(driver), operation_id_(operation_id) {} in PodEvent()
50 int64_t operation_id() const { return operation_id_; } in operation_id() function in tpu_driver::__anon238e18760111::PodEvent
65 explicit ErrorEvent(PodTpuDriver* driver, int64_t operation_id, Status status) in ErrorEvent() argument
66 : PodEvent(driver, operation_id) { in ErrorEvent()
85 explicit CombinedEvent(PodTpuDriver* driver, int64_t operation_id, in CombinedEvent() argument
87 : PodEvent(driver, operation_id), events_(events) { in CombinedEvent()
161 explicit PodBufferHandle(PodTpuDriver* driver, int64_t operation_id, in PodBufferHandle() argument
[all …]
Devent_id.h35 uint64_t operation_id; member
39 return H::combine(std::move(h), c.client_id, c.operation_id); in AbslHashValue()
43 return r.client_id == client_id && r.operation_id == operation_id;
47 return os << r.client_id << ":" << r.operation_id;
51 return absl::StrCat(client_id, ":", operation_id); in ToString()
54 uint64_t AsInt() const { return client_id << 44 | operation_id; } in AsInt()
Dgrpc_tpu_driver.cc496 auto operation_id = driver_->NewOperationId(); in InitializeRequest() local
499 req->set_operation_id(operation_id.AsInt()); in InitializeRequest()
512 events_[operation_id] = event_info; in InitializeRequest()
652 VLOG(1) << "Sending request: " << EventId::FromInt(e->operation_id()); in StreamWriterFn()
673 EventId event_id = EventId::FromInt(entry.operation_id()); in StreamReaderFn()
729 std::make_shared<GrpcEvent>(EventId::FromInt(req->operation_id()), this); in Allocate()
745 std::make_shared<GrpcEvent>(EventId::FromInt(req->operation_id()), this); in Allocate()
765 std::make_shared<GrpcEvent>(EventId::FromInt(req->operation_id()), this); in AllocateTuple()
778 std::make_shared<GrpcEvent>(EventId::FromInt(req->operation_id()), this); in Deallocate()
793 std::make_shared<GrpcEvent>(EventId::FromInt(req->operation_id()), this); in TransferToDevice()
[all …]
Dtpu_service.proto115 required int64 operation_id = 21; field
133 required int64 operation_id = 11; field
/external/bcc/examples/usdt_sample/scripts/
Dbpf_text_shared.c39 u64 operation_id; ///< The id of the operation. member
62 bpf_usdt_readarg(1, ctx, &start_data.operation_id); in trace_operation_start()
65 start_hash.update(&start_data.operation_id, &start_data); in trace_operation_start()
Dlatency.py116 …print("%-18.9f %-10d %-32s %-32s %16d %16d %16d" % (time_s, event.operation_id, event.input, event…
/external/bcc/examples/usdt_sample/usdt_sample_lib1/src/
Dlib1_sdt.d5 probe operation_start_sdt(uint64_t operation_id, const char* input);
6 probe operation_end_sdt(uint64_t operation_id, const char* output);
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc45 int64_t operation_id) { in AddOperationOutputs() argument
50 RemoteTensorHandleInternal(operation_id, i), handles[i]); in AddOperationOutputs()
55 int64_t operation_id, int32_t output_num) { in AddOperationOutput() argument
58 RemoteTensorHandleInternal(operation_id, output_num), handle); in AddOperationOutput()
Dremote_mgr.h47 int64_t operation_id);
50 int64_t operation_id, int32_t output_num);
/external/bcc/examples/usdt_sample/
Dusdt_sample.md431 u64 operation_id; ///< The id of the operation.
456 …bpf_readarg_trace_operation_start_1(ctx, &start_data.operation_id, sizeof(*(&start_data.operation_…
459 … bpf_map_update_elem((void *)bpf_pseudo_fd(1, -1), &start_data.operation_id, &start_data, BPF_ANY);
469 u64 operation_id; ///< The id of the operation.
490 u64 operation_id;
491 _bpf_readarg_trace_operation_end_1(ctx, &operation_id, sizeof(*(&operation_id)));
493 …struct start_data_t* start_data = bpf_map_lookup_elem((void *)bpf_pseudo_fd(1, -1), &operation_id);
499 end_data.operation_id = operation_id;
506 bpf_map_delete_elem((void *)bpf_pseudo_fd(1, -1), &end_data.operation_id);
/external/libcups/scheduler/
Dpolicy.c126 if ((po = cupsdFindPolicyOp(p, con->request->request.op.operation_id)) == NULL) in cupsdCheckPolicy()
289 ippOpString(con->request->request.op.operation_id)); in cupsdGetPrivateAttrs()
292 switch (con->request->request.op.operation_id) in cupsdGetPrivateAttrs()
Dlog.c1070 ipp_op_t op = con->request->request.op.operation_id; in cupsdLogRequest()
1154 …LCAST con->bytes, con->request ? ippOpString(con->request->request.op.operation_id) : "-", con->re… in cupsdLogRequest()
1172 ippOpString(con->request->request.op.operation_id) : "-", in cupsdLogRequest()
1201 ippOpString(con->request->request.op.operation_id) : "-", in cupsdLogRequest()
Dipp.c144 …, con, con->number, con->request->request.op.operation_id, ippOpString(con->request->request.op.op… in cupsdProcessIPPRequest()
274 …else if (con->request->request.op.operation_id == CUPS_GET_PPD && (attr = ippFindAttribute(con->re… in cupsdProcessIPPRequest()
302 con->request->request.op.operation_id != CUPS_GET_DEFAULT && in cupsdProcessIPPRequest()
303 con->request->request.op.operation_id != CUPS_GET_PRINTERS && in cupsdProcessIPPRequest()
304 con->request->request.op.operation_id != CUPS_GET_CLASSES && in cupsdProcessIPPRequest()
305 con->request->request.op.operation_id != CUPS_GET_DEVICES && in cupsdProcessIPPRequest()
306 con->request->request.op.operation_id != CUPS_GET_PPDS)) in cupsdProcessIPPRequest()
422 …cupsdLogMessage(CUPSD_LOG_DEBUG, "%s %s", ippOpString(con->request->request.op.operation_id), uri-… in cupsdProcessIPPRequest()
424 cupsdLogMessage(CUPSD_LOG_DEBUG, "%s", ippOpString(con->request->request.op.operation_id)); in cupsdProcessIPPRequest()
426 switch (con->request->request.op.operation_id) in cupsdProcessIPPRequest()
[all …]
Dclient.c1648 ippOpString(con->request->request.op.operation_id), in cupsdReadClient()
Djob.c299 con->request->request.op.operation_id == IPP_SEND_DOCUMENT) in cupsdCheckJobs()
/external/libcups/cups/
Drequest.c49 …id *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resourc… in cupsDoFileRequest()
110 …id *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resourc… in cupsDoIORequest()
289 …id *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resourc… in cupsDoRequest()
593 …id *)http, (void *)request, request ? ippOpString(request->request.op.operation_id) : "?", resourc… in cupsSendRequest()
Dipp-private.h54 ipp_op_t operation_id; /* Operation ID */ member
Dtestipp.c336 request->request.op.operation_id = IPP_OP_PRINT_JOB; in main()
Dipp.c2319 return (ipp->request.op.operation_id); in ippGetOperation()
2679 request->request.op.operation_id = op; in ippNewRequest()
4013 ipp->request.op.operation_id = op; in ippSetOperation()
/external/libcups/tools/
Dippeveprinter.c240 ipp_op_t operation_id; /* IPP operation-id */ member
5947 client->operation_id = ippGetOperation(client->request); in process_ipp()
6089 …else if (client->operation_id != IPP_OP_GET_PRINTER_ATTRIBUTES && (status = authenticate_request(c… in process_ipp()
6130 switch (client->operation_id) in process_ipp()
7165 …fprintf(stderr, "%s %s %s (%s)\n", client->hostname, ippOpString(client->operation_id), ippErrorSt… in respond_ipp()
7167 …fprintf(stderr, "%s %s %s\n", client->hostname, ippOpString(client->operation_id), ippErrorString(… in respond_ipp()
/external/libcups/systemv/
Dlpadmin.c1396 else if (request->request.op.operation_id == IPP_OP_CUPS_ADD_MODIFY_PRINTER) in set_printer_options()
Dlpstat.c1722 request->request.op.operation_id = IPP_GET_JOBS; in show_printers()
/external/libcups/backend/
Dipp.c2754 ippOpString(request->request.op.operation_id), in new_request()
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h99509 int operation_id[2]; member
Dvmlinux.h99509 int operation_id[2]; member