GraphTPUPartitionedCall Method |
Namespace: Emgu.TF
public Operation TPUPartitionedCall( Output args, Output device_ordinal, DataType[] Tout, long autotuner_thresh = 0, string opName = "TPUPartitionedCall" )
Public Function TPUPartitionedCall ( args As Output, device_ordinal As Output, Tout As DataType(), Optional autotuner_thresh As Long = 0, Optional opName As String = "TPUPartitionedCall" ) As Operation
public: Operation^ TPUPartitionedCall( Output^ args, Output^ device_ordinal, array<DataType>^ Tout, long long autotuner_thresh = 0, String^ opName = L"TPUPartitionedCall" )
member TPUPartitionedCall : args : Output * device_ordinal : Output * Tout : DataType[] * ?autotuner_thresh : int64 * ?opName : string (* Defaults: let _autotuner_thresh = defaultArg autotuner_thresh 0 let _opName = defaultArg opName "TPUPartitionedCall" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,