Skip to content

调用不到setFloat16方法,原型中也没发现这个方法 #5841

调用不到setFloat16方法,原型中也没发现这个方法

调用不到setFloat16方法,原型中也没发现这个方法 #5841

Workflow file for this run

name: "Mark new issues with needs-triage label"
on:
issues:
types:
- reopened
- opened
jobs:
label-new-issues:
runs-on: ubuntu-latest
steps:
- name: initial labelling
uses: andymckay/labeler@master
with:
add-labels: "needs triage"
ignore-if-assigned: true