func_eval: Evaluate Function

Description Usage Arguments

Description

Evaluate the Function’s outputs using the specified arguments as input.

Usage

1
2
func_eval(func, arguments = NULL, outputs = NULL, device = NULL,
  as_matrix = TRUE)

Arguments

func

- The CNTK 'Function' instance on which to apply the operation

device

- instance of DeviceDescriptor

as_matrix

- whether to return as an R matrix. Defualt TRUE. Otherwise returns as Python CNTK value which avoids costly conversions


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