Click or drag to resize

GraphMapDefun Method

http://www.emgu.com
MapDefun

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.MapDefun(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64[][],System.Int64,System.String)"]

See Also