Home
last modified time | relevance | path

Searched refs:ExprHandleVectorToExprVector (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir.cpp55 alloc<Load>(dtype, buf.node(), ExprHandleVectorToExprVector(indices))); in make()
76 buf.node(), ExprHandleVectorToExprVector(indices), value.node()); in make()
193 buf.node(), func_name, buf_arg_nodes, ExprHandleVectorToExprVector(args)); in make()
216 ExprHandleVectorToExprVector(args)); in make()
228 std::vector<ExprPtr> ExprHandleVectorToExprVector( in ExprHandleVectorToExprVector() function
H A Dexpr.cpp442 ExprHandleVectorToExprVector(dims), in make()
445 ExprHandleVectorToExprVector(strides))); in make()
458 opt_strides = ExprHandleVectorToExprVector(*strides); in make()
462 ExprHandleVectorToExprVector(dims), in make()
H A Dtensor.h40 ExprHandleVectorToExprVector(reduce_dims), in Tensor()
308 return ExprHandle(alloc<Load>(node(), ExprHandleVectorToExprVector(params))); in load()
314 return ExprHandle(alloc<Load>(node(), ExprHandleVectorToExprVector(params))); in load()
H A Dkernel.cpp619 ExprHandleVectorToExprVector(biasShape), in computeValue()
1448 ExprHandleVectorToExprVector(te_sizes), in bindConstant()
H A Dir.h908 TORCH_API std::vector<ExprPtr> ExprHandleVectorToExprVector(
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dquantization.cpp169 ExprHandleVectorToExprVector(outputShape), in computeQuantizePerTensor()
211 ExprHandleVectorToExprVector(outputShape), in computeQuantizedAdd()
664 "dequantize", ExprHandleVectorToExprVector(outputShape), dtype); in computeDequantize()
H A Dmisc.cpp533 auto output_sizes_expr = ExprHandleVectorToExprVector(outputShape); in computeCatWoConditionals()
534 auto output_strides_expr = ExprHandleVectorToExprVector(outputStrides); in computeCatWoConditionals()