35 references to GetValue
DnnAnalyzer (2)
DnnAnalyzer.cs (2)
42schema[i].Annotations.GetValue("TensorflowOperatorType", ref opType); 47schema[i].Annotations.GetValue("TensorflowUpstreamOperators", ref inputOps);
Microsoft.ML.Core (6)
Data\AnnotationUtils.cs (6)
232schema[col].Annotations.GetValue(annotationKind, ref value); 254schema[col].Annotations.GetValue(annotationKind, ref val); 273schema[col].Annotations.GetValue(annotationKind, ref val); 307schema.Schema[list[0].Index].Annotations.GetValue(Kinds.SlotNames, ref slotNames); 366schema[col].Annotations.GetValue(kind, ref value); 392schema[colIndex].Annotations.GetValue(Kinds.CategoricalSlotRanges, ref catIndices);
Microsoft.ML.Data (7)
Commands\ShowSchemaCommand.cs (2)
241schema[col].Annotations.GetValue(kind, ref value); 278schema[col].Annotations.GetValue(kind, ref value);
DataLoadSave\Binary\BinarySaver.cs (1)
361schema[col].Annotations.GetValue(kind, ref value);
DataView\DataViewConstructionUtils.cs (1)
105annotations.GetValue(kind, ref value);
Scorers\RowToRowScorerBase.cs (1)
466Mapper.OutputSchema[iinfo - DerivedColumnCount].Annotations.GetValue(kind, ref value);
Transforms\ColumnBindingsBase.cs (1)
542Input[index].Annotations.GetValue(kind, ref value);
Transforms\MetadataDispatcher.cs (1)
298info.SchemaSrc[info.IndexSrc].Annotations.GetValue(kind, ref value);
Microsoft.ML.Samples (2)
Dynamic\Transforms\Conversion\Hash.cs (1)
80transformedData.Schema["CategoryHashed"].Annotations.GetValue(
Dynamic\Transforms\Conversion\HashWithOptions.cs (1)
94transformedData.Schema["CategoryHashed"].Annotations.GetValue(
Microsoft.ML.TensorFlow.Tests (7)
TensorflowTests.cs (7)
590schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowOperatorTypeKind, ref opType); 601schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowOperatorTypeKind, ref opType); 606schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowUpstreamOperatorsKind, ref inputOps); 616schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowOperatorTypeKind, ref opType); 620schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowUpstreamOperatorsKind, ref inputOps); 631schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowOperatorTypeKind, ref opType); 635schema[col].Annotations.GetValue(TensorFlowUtils.TensorflowUpstreamOperatorsKind, ref inputOps);
Microsoft.ML.TestFrameworkCommon (3)
TestCommon.cs (3)
262sch1[col].Annotations.GetValue(kind, ref names1); 263sch2[col].Annotations.GetValue(kind, ref names2); 273sch[col].Annotations.GetValue(kind, ref names);
Microsoft.ML.Tests (7)
FakeSchemaTest.cs (1)
53metaC.GetValue("M", ref mValue);
Scenarios\Api\TestApi.cs (6)
243idv.Schema[0].Annotations.GetValue(kindFloat, ref retrievedFloat); 247idv.Schema[0].Annotations.GetValue(kindString, ref retrievedReadOnlyMemory); 251idv.Schema[1].Annotations.GetValue(kindStringArray, ref retrievedReadOnlyMemoryVBuffer); 255idv.Schema[1].Annotations.GetValue(kindFloatArray, ref retrievedFloatVBuffer); 260idv.Schema[1].Annotations.GetValue(kindVBuffer, ref retrievedVBuffer); 263Assert.Throws<InvalidOperationException>(() => idv.Schema[1].Annotations.GetValue(kindFloat, ref retrievedReadOnlyMemoryVBuffer));
Microsoft.ML.Transforms (1)
PermutationFeatureImportanceExtensions.cs (1)
705data.Schema[featureColumnName].Annotations.GetValue("SlotNames", ref nameBuffer);