Click or drag to resize

GraphTPUCompile Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] compilation_status(type: DtString). [1] program(type: DtString). [2] may_modify_variables(type: DtBool).
See Also