Searched full:dtype (Results 1 – 14 of 14) sorted by relevance
33 <% if i['dtype'] %> - *dtype:* <%= md(i['dtype']) + "\n" %><% end -%>
41 <% if i['dtype'] %> - *dtype:* <%= i['dtype'].gsub(/_/, '\\_') + "\n" %><% end -%>
24 # dtype: none33 # dtype: i32
24 # dtype: f3234 # dtype: none
24 # dtype: f6434 # dtype: none
24 # dtype: i3233 # dtype: none
23 # dtype: i32
49 # dtype: i32
20 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…26 …auto inst_check = graph_->CreateInstZeroCheck(<%= get_type(inst.dtype) %>, GetPc(instruction->GetA…37 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…45 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));55 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));68 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
113 assert('Dtype should be none when bytecode doesn\'t write into accumulator or registers') do117 i.acc_and_operands.map(&:dst?).any? == (i.dtype != 'none')153 …i.acc_and_operands.select(&:src?).first.type[1..-1].to_i >= ssize.to_i && i.dtype[1..-1].to_i >= d…
227 def dtype method
73 "dtype": { object118 "dtype": { object
28 % case insn.dtype