flux tensoriel : : batch_util

Résumé

Les fonctions

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

Les fonctions

CopierElementToSlice

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

CopierSliceToElement

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

Peut-êtreMoveSliceToElement

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