Home
last modified time | relevance | path

Searched defs:ResultBuf (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dquantization.cpp46 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 …]
Dreduction.cpp116 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
Dmatmul.cpp16 BufHandle ResultBuf("matmul", outputShape, dtype); in computeMatmul() local
63 BufHandle ResultBuf("addmm", outputShape, dtype); in computeAddMM() local
Dconv2d.cpp359 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
Dmisc.cpp690 BufHandle ResultBuf("emb", outputShape, dtype); in computeEmbedding() local
/external/pytorch/test/cpp/tensorexpr/
Dtest_external_calls.cpp38 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/
DLiteralSupport.h204 SmallString<512> ResultBuf; variable
/external/clang/lib/Lex/
DLiteralSupport.cpp219 char ResultBuf[4]; in appendCodePoint() local
370 char *&ResultBuf, bool &HadError, in EncodeUCNEscape()