Home
last modified time | relevance | path

Searched refs:tensorOrConstant (Results 1 – 9 of 9) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dpointwise.cpp16 tensorOrConstant(inputValues[0], indices)}; in computeSign()
40 tensorOrConstant(inputValues[0], indices)}; in computeOneOperand()
62 tensorOrConstant(inputValues[0], indices), in computeTwoOperand()
63 tensorOrConstant(inputValues[1], indices), in computeTwoOperand()
87 tensorOrConstant(inputValues[0], indices), in computeTwoOperandWithAlpha()
88 tensorOrConstant(inputValues[1], indices), in computeTwoOperandWithAlpha()
89 tensorOrConstant(inputValues[2], indices), in computeTwoOperandWithAlpha()
114 tensorOrConstant(inputValues[1], indices), in computeConditionWithTwoOperand()
115 tensorOrConstant(inputValues[2], indices), in computeConditionWithTwoOperand()
121 inputs.begin(), tensorOrConstant(inputValues[0], indices)); in computeConditionWithTwoOperand()
[all …]
Dnorm.cpp37 tensorOrConstant(inputs[0], indices), // input in computeBatchNorm()
38 tensorOrConstant(inputs[3], {c}), // mean in computeBatchNorm()
39 tensorOrConstant(inputs[4], {c}), // var in computeBatchNorm()
46 weight = tensorOrConstant(inputs[1], {c}); in computeBatchNorm()
50 bias = tensorOrConstant(inputs[2], {c}); in computeBatchNorm()
Dsoftmax.cpp107 return tensorOrConstant( in computeSoftmax()
116 auto inp = tensorOrConstant( in computeSoftmax()
150 auto inp = tensorOrConstant( in computeSoftmax()
Dmisc.h36 ExprHandle tensorOrConstant(
Dquantization.cpp165 quant(tensorOrConstant(inputs[0], indices), dtype, qscale, qzero); in computeQuantizePerTensor()
201 auto lhs = tensorOrConstant(inputs[0], indices); in computeQuantizedAdd()
202 auto rhs = tensorOrConstant(inputs[1], indices); in computeQuantizedAdd()
662 auto y = dequant(tensorOrConstant(inputs[0], indices), dtype, qscale, qzero); in computeDequantize()
Dmisc.cpp256 ExprHandle tensorOrConstant( in tensorOrConstant() function
660 tensorOrConstant(nonEmptyInputs[0], newAxes), highType); in computeCat()
669 promoteToDtype(tensorOrConstant(input, newAxes), highType)); in computeCat()
Dreduction.cpp95 auto indexed = tensorOrConstant(inputs[0], indices_exprs); in computeSum()
/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.h44 ExprHandle tensorOrConstant(
Dlowerings.cpp1109 tensorOrConstant(inputs[0], indices), in nnc_lowerings_lazy_registration()
1110 tensorOrConstant(inputs[1], indices), in nnc_lowerings_lazy_registration()