เทนเซอร์โฟลว์:: batt_util

สรุป

ฟังก์ชั่น

CopyElementToSlice ( Tensor element, Tensor *parent, int64 index)
Status
CopySliceToElement (const Tensor & parent, Tensor *element, int64 index)
Status
MaybeMoveSliceToElement ( Tensor *parent, Tensor *element, int64 index)
Status

ฟังก์ชั่น

CopyElementToSlice

Status CopyElementToSlice(
  Tensor element,
  Tensor *parent,
  int64 index
)

CopySliceToElement

Status CopySliceToElement(
  const Tensor & parent,
  Tensor *element,
  int64 index
)

บางที MoveSliceToElement

Status MaybeMoveSliceToElement(
  Tensor *parent,
  Tensor *element,
  int64 index
)