2 writes to Scale
Microsoft.ML.Transforms (2)
GcnTransform.cs (2)
828
Scale
= scale;
854
Scale
= ctx.Reader.ReadFloat();
8 references to Scale
Microsoft.ML.Transforms (8)
GcnTransform.cs (8)
367
Host.Assert(0 < ex.
Scale
&& ex.
Scale
< float.PositiveInfinity);
373
float scale = ex.
Scale
;
855
Contracts.CheckDecode(0 <
Scale
&&
Scale
< float.PositiveInfinity);
867
Contracts.Assert(0 <
Scale
&&
Scale
< float.PositiveInfinity);
868
ctx.Writer.Write(
Scale
);