#' Array Mixin
#'
#' @export
ArrayMixin <- function() {
cntk$tensor$ArrayMixin()
}
#' ArrayMixin As Array
#'
#' @param arraymixin - ArrayMixin instance
#'
#' @export
arraymixin_as_array <- function(arraymixin) {
arraymixin$asarray()
}
#' TensorOpsMixin
#'
#' @export
TensorOpsMixin <- function() {
cntk$tensor$TensorOpsMixin()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.