2 writes to SrcDim
Microsoft.ML.Transforms (2)
RandomFourierFeaturizing.cs (2)
111SrcDim = d; 140SrcDim = ctx.Reader.ReadInt32();
8 references to SrcDim
Microsoft.ML.Transforms (8)
RandomFourierFeaturizing.cs (8)
123int roundedUpNumFeatures = RoundUp(SrcDim, _cfltAlign); 157int roundedUpNumFeatures = RoundUp(SrcDim, _cfltAlign); 173ctx.Writer.Write(SrcDim); 183Contracts.Assert(rowSize >= SrcDim); 187for (int j = 0; j < SrcDim; j++) 248if (_transformInfos[col].SrcDim != type.GetVectorSize()) 250new VectorDataViewType(NumberDataViewType.Single, _transformInfos[col].SrcDim).ToString(), type.ToString()); 551Host.Check(src.Length == transformInfo.SrcDim, "column does not have the expected dimensionality.");