/external/pytorch/torch/csrc/jit/tensorexpr/operators/ |
D | quantization.cpp | 46 BufHandle ResultBuf(name, dims, dtype); in makeQBufHandleChannelsLast() local 73 BufHandle ResultBuf(name, dims, dtype); in makeQBufHandleContiguous() local 240 auto ResultBuf = [&]() { in computeQuantizePerTensorExternalCall() local 267 BufHandle ResultBuf("dequantize", outputShape, dtype); in computeDequantizeExternalCall() local 289 BufHandle ResultBuf("quantized_conv2d_prepack", outputShape, dtype); in computeQuantizedConv2dPrepack() local 333 auto ResultBuf = makeQBufHandleChannelsLast( in computeQuantizedConv1d() local 363 auto ResultBuf = makeQBufHandleChannelsLast( in computeQuantizedConv2d() local 393 auto ResultBuf = makeQBufHandleChannelsLast( in computeQuantizedConv2dRelu() local 423 auto ResultBuf = makeQBufHandleContiguous( in computeQuantizedLinear() local 453 auto ResultBuf = makeQBufHandleContiguous( in computeQuantizedLinearRelu() local [all …]
|
D | reduction.cpp | 116 BufHandle ResultBuf("mean", outputShape, dtype); in computeMean() local 147 BufHandle ResultBuf("max", outputShape, dtype); in computeMax() local 171 BufHandle ResultBuf("adaptive_avgpool2d", outputShape, dtype); in computeAdaptiveAvgPool2d() local
|
D | matmul.cpp | 16 BufHandle ResultBuf("matmul", outputShape, dtype); in computeMatmul() local 63 BufHandle ResultBuf("addmm", outputShape, dtype); in computeAddMM() local
|
D | conv2d.cpp | 359 BufHandle ResultBuf("conv", outputShape, dtype); in computeConv2d() local 407 BufHandle ResultBuf("conv", outputShape, dtype); in computeConv1d() local 441 BufHandle ResultBuf("prepacked_conv2d_clamp_run", outputShape, dtype); in computePrepackedConv2dClampRun() local 460 BufHandle ResultBuf("prepacked_linear_clamp_run", outputShape, dtype); in computePrepackedLinearClampRun() local 479 BufHandle ResultBuf( in computeMkldnnPrepackedConvRun() local
|
D | misc.cpp | 690 BufHandle ResultBuf("emb", outputShape, dtype); in computeEmbedding() local
|
/external/pytorch/test/cpp/tensorexpr/ |
D | test_external_calls.cpp | 38 BufHandle ResultBuf("Result", {1, 100, 115}, kFloat); in TEST() local 92 BufHandle ResultBuf("Result", {1, 100, 115}, kInt); in TEST() local 144 BufHandle ResultBuf("Result", {1, 10, 109}, kFloat); in TEST() local 186 BufHandle ResultBuf("Result", {1, 16, 112, 112}, kFloat); in TEST() local 247 BufHandle ResultBuf("Result", {1, 16, 112, 112}, kInt); in TEST() local 305 BufHandle ResultBuf("Result", {1, 16, 112, 112}, kFloat); in TEST() local 347 BufHandle ResultBuf("Result", {100, 300}, kFloat); in TEST() local 393 BufHandle ResultBuf("Result", {1, 115, 100}, kFloat); in TEST() local 443 BufHandle ResultBuf("Result", {1, 152}, kFloat); in TEST() local 489 BufHandle ResultBuf("Result", {100, 300}, kFloat); in TEST() local [all …]
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 204 SmallString<512> ResultBuf; variable
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 219 char ResultBuf[4]; in appendCodePoint() local 370 char *&ResultBuf, bool &HadError, in EncodeUCNEscape()
|