摘要: Main operation categories that encompass the operations of tensors. 1. "Reshaping operations " 2. "Element wise operations " 3. "Reduction operations 阅读全文
posted @ 2019-06-22 12:55 虔诚的树 阅读(195) 评论(0) 推荐(0)
摘要: Reshapeing operations Suppose we have the following tensor: We have two ways to get the shape: The rank of a tensor is equal to the length of the tens 阅读全文
posted @ 2019-06-22 12:44 虔诚的树 阅读(210) 评论(0) 推荐(0)
摘要: Reuction operations Reduction operations A reduction operations on a tensor is an operation that reduces the number of elements contained within the t 阅读全文
posted @ 2019-06-22 12:43 虔诚的树 阅读(227) 评论(0) 推荐(0)
摘要: Access operations Accessing elements inside tensors Suppose we have the following tensors: Do it with multiple values: 阅读全文
posted @ 2019-06-22 12:43 虔诚的树 阅读(128) 评论(0) 推荐(0)