EADST

Paddle: paddle.multiply and paddle.matmul

Paddle: paddle.multiply and paddle.matmul

import paddle

x = paddle.to_tensor([[1, 2], [3, 4]], dtype='float32')
y = paddle.to_tensor([[5, 6], [7, 8]], dtype='float32')

res_multiply = paddle.multiply(x, y)
print(res_multiply) # Tensor(shape=[2, 2], dtype=float32, place=CUDAPlace(0), stop_gradient=True, [[5. , 12.], [21., 32.]])


res_matmul = paddle.matmul(x, y)
print(res_matmul.numpy()) # [[19., 22.] [43., 50.]]

References:

Paddle API 文档

Paddle API Reference

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
ModelScope Card Plotly Password Linux FP32 Domain CTC Anaconda WAN Python Statistics Pillow YOLO Baidu OCR Agent MD5 GIT OpenAI Zip CSV OpenCV 版权 TensorFlow Web Pandas IndexTTS2 Interview FlashAttention 阿里云 Hungarian RAR 签证 Heatmap LaTeX Markdown Color Pytorch RGB LLM WebCrawler v0.dev PIP Dataset CEIR Math Streamlit XGBoost Quantization CV Logo Gemma NLTK HaggingFace Github LeetCode BeautifulSoup Crawler Bin Windows Llama printf Magnet diffusers llama.cpp Video Animate Input CLAP EXCEL Shortcut InvalidArgumentError UNIX PDF VPN 关于博主 mmap scipy BTC FP64 Pickle Transformers uWSGI Jupyter Qwen2 Quantize CC Tiktoken AI Bipartite Firewall SQL Excel SPIE ChatGPT git-lfs BF16 Permission tar NLP torchinfo XML Mixtral CUDA Augmentation Numpy 域名 Clash 飞书 Safetensors Ptyhon Ubuntu DeepStream Django ResNet-50 Diagram SQLite Freesound Docker Breakpoint Plate 算法题 LoRA Data GGML 继承 多进程 TSV Disk Attention Tracking 搞笑 Website PDB Jetson 腾讯云 Vim Nginx Food 公式 v2ray VSCode TensorRT Bitcoin NameSilo 多线程 tqdm Distillation Use hf Hilton Conda Cloudreve Tensor Vmess Land Template SAM transformers HuggingFace Qwen Google QWEN 净利润 CAM FP16 FP8 PyCharm Hotel SVR DeepSeek LLAMA ONNX GPT4 Bert Claude Random Algorithm Qwen2.5 GoogLeNet 音频 UI Datetime VGG-16 git Image2Text logger Translation Review JSON Proxy 证件照 TTS C++ Sklearn PyTorch Michelin 财报 Paddle GPTQ 报税 Base64 uwsgi Knowledge Git API COCO FastAPI Miniforge Paper
站点统计

本站现有博文312篇,共被浏览744518

本站已经建立2387天!

热门文章
文章归档
回到顶部