Home
last modified time | relevance | path

Searched refs:op_num (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dcall.c284 size_t op_num = 0; in PHP_METHOD() local
329 ops[op_num].op = (grpc_op_type)index; in PHP_METHOD()
330 ops[op_num].flags = 0; in PHP_METHOD()
331 ops[op_num].reserved = NULL; in PHP_METHOD()
340 ops[op_num].data.send_initial_metadata.count = metadata.count; in PHP_METHOD()
341 ops[op_num].data.send_initial_metadata.metadata = metadata.metadata; in PHP_METHOD()
358 ops[op_num].flags = Z_LVAL_P(message_flags) & GRPC_WRITE_USED_MASK; in PHP_METHOD()
368 ops[op_num].data.send_message.send_message = in PHP_METHOD()
384 ops[op_num].data.send_status_from_server.trailing_metadata = in PHP_METHOD()
386 ops[op_num].data.send_status_from_server.trailing_metadata_count = in PHP_METHOD()
[all …]
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c611 size_t op_num; /* tracks the last added operation */ member
638 st->op_num = 0; in grpc_run_batch_stack_init()
676 for (i = 0; i < st->op_num; i++) { in grpc_run_batch_stack_cleanup()
698 st->ops[st->op_num].flags = 0; in grpc_run_batch_stack_fill_ops()
702 st->ops[st->op_num].data.send_initial_metadata.count = in grpc_run_batch_stack_fill_ops()
704 st->ops[st->op_num].data.send_initial_metadata.metadata = in grpc_run_batch_stack_fill_ops()
708 st->ops[st->op_num].data.send_message.send_message = in grpc_run_batch_stack_fill_ops()
711 st->ops[st->op_num].flags = st->write_flag; in grpc_run_batch_stack_fill_ops()
717 &st->ops[st->op_num], &st->send_trailing_metadata, in grpc_run_batch_stack_fill_ops()
721 st->ops[st->op_num].data.recv_initial_metadata.recv_initial_metadata = in grpc_run_batch_stack_fill_ops()
[all …]
/third_party/mindspore/mindspore/lite/micro/coder/
Dtrain.cc80 size_t op_num = op_coders.size(); in TransformGraphForTrain() local
82 if (op_num != code_blocks.size()) { in TransformGraphForTrain()
89 for (size_t i = 0; i < op_num; ++i) { in TransformGraphForTrain()
/third_party/mindspore/scripts/map_dump_file_to_code/
DREADME_CN.md14 …- 获取dump数据文件的op_num,然后通过辅助脚本进行解析。如数据文件:`Default--network-TrainOneStepCell--network-WithLossCell--_…
16 可观察到Cast-op954,说明该算子的op_num为op954, 如下图所示。
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h90 size_t op_num() const { return op_num_; } in op_num() function
91 void set_op_num(size_t op_num) { op_num_ = op_num; } in set_op_num() argument
Dpynative_execute.cc1549 const auto &curr_op_num = top_cell()->op_num(); in RecordGradOpInfo()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c3507 gint i, op_num /* opNum */ ; in gst_av1_parse_uncompressed_frame_header() local
3772 for (op_num = 0; op_num <= seq_header->operating_points_cnt_minus_1; in gst_av1_parse_uncompressed_frame_header()
3773 op_num++) { in gst_av1_parse_uncompressed_frame_header()
3775 operating_points[op_num].decoder_model_present_for_this_op) { in gst_av1_parse_uncompressed_frame_header()
3776 gint op_pt_idc = seq_header->operating_points[op_num].idc; in gst_av1_parse_uncompressed_frame_header()
3782 frame_header->buffer_removal_time[op_num] = in gst_av1_parse_uncompressed_frame_header()
3789 frame_header->buffer_removal_time[op_num] = 0; in gst_av1_parse_uncompressed_frame_header()
3792 frame_header->buffer_removal_time[op_num] = 0; in gst_av1_parse_uncompressed_frame_header()
/third_party/mksh/
Dsh.h2800 Test_op op_num; member
Dfuncs.c2762 return (tbl->op_num); in test_isop()