GraphXlaReducePrecision Method |
Namespace: Emgu.TF
public Operation XlaReducePrecision( Output operand, long exponent_bits, long mantissa_bits, string opName = "XlaReducePrecision" )
Public Function XlaReducePrecision ( operand As Output, exponent_bits As Long, mantissa_bits As Long, Optional opName As String = "XlaReducePrecision" ) As Operation
public: Operation^ XlaReducePrecision( Output^ operand, long long exponent_bits, long long mantissa_bits, String^ opName = L"XlaReducePrecision" )
member XlaReducePrecision : operand : Output * exponent_bits : int64 * mantissa_bits : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaReducePrecision" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,