示例#1
0
 public override Unary <ITensorTuple, Tuple_> Clone(ITensorTuple x) =>
 new TensorItem <A_>(x, ItemIndex);
示例#2
0
 internal TensorItem(ITensorTuple parent, int itemIndex) : base("TupleItem", parent, itemIndex)
 {
     this.ItemIndex = itemIndex;
     _shape         = x.Shape(itemIndex);
 }