Home
last modified time | relevance | path

Searched defs:weight_arg (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/aten/src/ATen/native/vulkan/ops/
DLerp.cpp49 const Scalar& weight_arg) { in _lerp_scalar()
112 const Scalar& weight_arg) { in _lerp_scalar_()
168 const Tensor& weight_arg) { in _lerp_tensor()
241 const Tensor& weight_arg) { in _lerp_tensor_()
DMm.cpp50 vTensor pack_weights_using_height_packing(const Tensor& weight_arg) { in pack_weights_using_height_packing()
84 vTensor pack_weights(const Tensor& weight_arg, const bool use_batch = false) { in pack_weights()
151 const Tensor& weight_arg, in pack_biases()
168 const Tensor& weight_arg, in pack_biases_quantized_weights()
DConvolution.cpp520 const Tensor weight_arg = quantized ? at::dequantize(weight_inp) : weight_inp; in pack_weights() local
794 static vTensor pack_weights_using_width_packing(const Tensor& weight_arg) { in pack_weights_using_width_packing()
822 const Tensor& weight_arg, in run_conv1d_context_impl()
/external/pytorch/aten/src/ATen/native/cuda/
DNaiveConvolutionTranspose2d.cu159 weight_arg{weight, "weight", 3}, bias_arg{bias, "bias", 4}; in slow_conv_transpose2d_out_cuda_template() local
340 weight_arg{weight_, "weight", 3}, in slow_conv_transpose2d_backward_out_cuda_template() local
DNaiveConvolutionTranspose3d.cu228 weight_arg{weight_, "weight", 3}, bias_arg{bias_, "bias", 4}; in slow_conv_transpose3d_out_cuda_template() local
450 weight_arg{weight_, "weight", 3}, in slow_conv_transpose3d_backward_out_cuda_template() local
DNaiveDilatedConvolution.cu157 TensorArg input_arg{input, "input", 2}, weight_arg{weight, "weight", 3}, in slow_conv_dilated_location_check() local
DEmbeddingBag.cu359 auto weight_arg = TensorArg(weight, "weight", 1); in _embedding_bag_cuda() local
/external/grpc-grpc/src/core/load_balancing/ring_hash/
Dring_hash.cc386 auto weight_arg = endpoint.args().GetInt(GRPC_ARG_ADDRESS_WEIGHT); in Ring() local
637 int weight_arg = in UpdateLocked() local
/external/pytorch/aten/src/ATen/native/miopen/
DConv_miopen.cpp1571 weight_arg { weight, "weight", 2 }; in miopen_convolution_add_relu() local
1663 weight_arg { weight, "weight", 2 }; in miopen_convolution_relu() local
/external/pytorch/aten/src/ATen/native/
DEmbeddingBag.cpp882 auto weight_arg = TensorArg(weight, "weight", 1); in check_arguments() local