tensorflow:: batch_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
)