Click or drag to resize

GraphTPUCompile Method

http://www.emgu.com
TPUCompile

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation TPUCompile(
	Output dynamic_shapes,
	Output guaranteed_constants,
	long num_computations,
	string metadata,
	string opName = "TPUCompile"
)

Parameters

dynamic_shapes
Type: Emgu.TFOutput
Input to the operation.
guaranteed_constants
Type: Emgu.TFOutput
Input to the operation.
num_computations
Type: SystemInt64
num computations
metadata
Type: SystemString
metadata
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also