Searched refs:op_num (Results 1 – 9 of 9) sorted by relevance
284 size_t op_num = 0; in PHP_METHOD() local329 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 …]
611 size_t op_num; /* tracks the last added operation */ member638 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 …]
80 size_t op_num = op_coders.size(); in TransformGraphForTrain() local82 if (op_num != code_blocks.size()) { in TransformGraphForTrain()89 for (size_t i = 0; i < op_num; ++i) { in TransformGraphForTrain()
14 …- 获取dump数据文件的op_num,然后通过辅助脚本进行解析。如数据文件:`Default--network-TrainOneStepCell--network-WithLossCell--_…16 可观察到Cast-op954,说明该算子的op_num为op954, 如下图所示。
90 size_t op_num() const { return op_num_; } in op_num() function91 void set_op_num(size_t op_num) { op_num_ = op_num; } in set_op_num() argument
1549 const auto &curr_op_num = top_cell()->op_num(); in RecordGradOpInfo()
3507 gint i, op_num /* opNum */ ; in gst_av1_parse_uncompressed_frame_header() local3772 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()
2800 Test_op op_num; member
2762 return (tbl->op_num); in test_isop()