Home
last modified time | relevance | path

Searched refs:xind (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.cc295 const std::string xind = std::to_string(x); in GenerateConvolutionTransposedCode() local
296 c += " ACCUM_FLT4 r" + generate_id_full(xind, yind, zind, sind) + in GenerateConvolutionTransposedCode()
395 const std::string xind = std::to_string(x); in GenerateConvolutionTransposedCode() local
396 const std::string id = generate_id(xind, yind, zind); in GenerateConvolutionTransposedCode()
397 const std::string check = generate_check(xind, yind, zind); in GenerateConvolutionTransposedCode()
398 std::string coords = "sx" + xind + ", sy" + yind; in GenerateConvolutionTransposedCode()
440 const std::string xind = std::to_string(x); in GenerateConvolutionTransposedCode() local
441 const std::string id = generate_id(xind, yind, zind); in GenerateConvolutionTransposedCode()
446 address = "sx" + xind + ", sy" + yind; in GenerateConvolutionTransposedCode()
456 const std::string check = generate_check(xind, yind, zind); in GenerateConvolutionTransposedCode()
[all …]
Dconv_powervr.cc538 const std::string xind = std::to_string(x); in GenerateConv() local
539 c += " ACCUM_FLT4 r" + generate_id_full(xind, yind, zind, sind) + in GenerateConv()
547 const std::string xind = std::to_string(x); in GenerateConv() local
548 const std::string xc = "(DST_X + " + xind + ")"; in GenerateConv()
550 c += " int xc" + xind + " = " + in GenerateConv()
555 c += " int xc" + xind + " = " + xc + in GenerateConv()
561 const std::string xind = std::to_string(x); in GenerateConv() local
562 c += " int xc" + xind + " = DST_X + " + xind + ";\n"; in GenerateConv()
564 c += " xc" + xind + " = clamp(xc" + xind + in GenerateConv()
696 const std::string xind = std::to_string(x); in GenerateConv() local
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java950 int xind; in keyPressed() local
952 xind = 0; in keyPressed()
956 xind = 1; in keyPressed()
960 xind = 2; in keyPressed()
964 xind = 3; in keyPressed()
1010 writeSpecial(KeyUp[xind]); in keyPressed()
1013 writeSpecial(KeyDown[xind]); in keyPressed()
1016 writeSpecial(KeyLeft[xind]); in keyPressed()
1019 writeSpecial(KeyRight[xind]); in keyPressed()
1022 writeSpecial(NextScn[xind]); in keyPressed()
[all …]