Skip to content

Subtensor

amitsingh19975 edited this page Aug 18, 2019 · 1 revision

Introduction

Subtensor is a lightweight tensor wrapper compared to tensor which to cheap to pass by value or copy compared to tensor which is costly. Subtensor is view to the tensor which means that it does not copy the contents of the tensor but points to it.

Clone this wiki locally