arrayview_from_dense: ArrayView From Dense Data

Description Usage Arguments

Description

Create an NDArrayView instance from a matrix.

Usage

1
2
arrayview_from_dense(np_array, device = NULL, read_only = FALSE,
  borrow = FALSE)

Arguments

device

instance of DeviceDescriptor

read_only

(bool) whether the data can be modified

borrow

(bool) whether nd_array memory can be borrowed internally to speed up data creation

matrix

matrix


joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.