Click or drag to resize

GraphMapDefun Method

https://www.emgu.com/wiki/index.php/Emgu_TF
MapDefun

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation MapDefun(
	Output arguments,
	Output captured_inputs,
	DataType[] output_types,
	long[][] output_shapes,
	long max_intra_op_parallelism = 1,
	string opName = "MapDefun"
)

Parameters

arguments
Type: Emgu.TFOutput
Input to the operation.
captured_inputs
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
max_intra_op_parallelism (Optional)
Type: SystemInt64
max intra op parallelism
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also