Home
last modified time | relevance | path

Searched defs:labelIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1132 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1152 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1165 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1192 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
1411 void VertexProgram::LABEL(int labelIndex) in LABEL()
DPixelProgram.cpp1448 void PixelProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1468 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1481 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1508 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
1727 void PixelProgram::LABEL(int labelIndex) in LABEL()
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/
DNetRunner.java32 private int labelIndex = 1; field in NetRunner
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp384 T *labelIndex = nullptr; in doRun() local