Click or drag to resize

GraphSparseTensorDenseMatMul Method

http://www.emgu.com
SparseTensorDenseMatMul

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation SparseTensorDenseMatMul(
	Output a_indices,
	Output a_values,
	Output a_shape,
	Output b,
	bool adjoint_a = false,
	bool adjoint_b = false,
	string opName = "SparseTensorDenseMatMul"
)

Parameters

a_indices
Type: Emgu.TFOutput
Input to the operation.
a_values
Type: Emgu.TFOutput
Input to the operation.
a_shape
Type: Emgu.TFOutput
Input to the operation.
b
Type: Emgu.TFOutput
Input to the operation.
adjoint_a (Optional)
Type: SystemBoolean
adjoint a
adjoint_b (Optional)
Type: SystemBoolean
adjoint b
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also