GraphTPUCompile Method |
Namespace: Emgu.TF
public Operation TPUCompile( Output dynamic_shapes, Output guaranteed_constants, long num_computations, string metadata, string opName = "TPUCompile" )
Public Function TPUCompile ( dynamic_shapes As Output, guaranteed_constants As Output, num_computations As Long, metadata As String, Optional opName As String = "TPUCompile" ) As Operation
public: Operation^ TPUCompile( Output^ dynamic_shapes, Output^ guaranteed_constants, long long num_computations, String^ metadata, String^ opName = L"TPUCompile" )
member TPUCompile : dynamic_shapes : Output * guaranteed_constants : Output * num_computations : int64 * metadata : string * ?opName : string (* Defaults: let _opName = defaultArg opName "TPUCompile" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,