Click or drag to resize

GraphSparseReshape Method

http://www.emgu.com
SparseReshape

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation SparseReshape(
	Output input_indices,
	Output input_shape,
	Output new_shape,
	string opName = "SparseReshape"
)

Parameters

input_indices
Type: Emgu.TFOutput
Input to the operation.
input_shape
Type: Emgu.TFOutput
Input to the operation.
new_shape
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also