19 references to ConfigValue
Microsoft.ML.TimeSeries (19)
FftUtils.cs (19)
171private static extern int CreateDescriptor(out IntPtr desc, ConfigValue precision, ConfigValue domain, int dimension, int length); 183private static extern int SetValue(IntPtr desc, ConfigParam configParam, ConfigValue configValue); 234status = CreateDescriptor(out descriptor, ConfigValue.Single, ConfigValue.Complex, 1, length); 237status = SetValue(descriptor, ConfigParam.Placement, ConfigValue.NotInPlace); 240status = SetValue(descriptor, ConfigParam.ComplexStorage, ConfigValue.RealReal); 280status = CreateDescriptor(out descriptor, ConfigValue.Single, ConfigValue.Complex, 1, length); 283status = SetValue(descriptor, ConfigParam.Placement, ConfigValue.NotInPlace); 286status = SetValue(descriptor, ConfigParam.ComplexStorage, ConfigValue.RealReal); 336status = CreateDescriptor(out descriptor, ConfigValue.Double, ConfigValue.Complex, 1, length); 339status = SetValue(descriptor, ConfigParam.Placement, ConfigValue.NotInPlace); 342status = SetValue(descriptor, ConfigParam.ComplexStorage, ConfigValue.RealReal); 382status = CreateDescriptor(out descriptor, ConfigValue.Double, ConfigValue.Complex, 1, length); 385status = SetValue(descriptor, ConfigParam.Placement, ConfigValue.NotInPlace); 388status = SetValue(descriptor, ConfigParam.ComplexStorage, ConfigValue.RealReal);