Home | History | Annotate | Download | only in layers

Lines Matching defs:bit_width

1361         auto bit_width = (scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ?
1366 return (bit_width * insn.word(3) + 127) / 128;