1 write to _host
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1231_host = Contracts.CheckRef(env, nameof(env)).Register(nameof(DnnRetrainEstimator));
8 references to _host
Microsoft.ML.Vision (8)
DnnRetrainTransform.cs (8)
1234var inputTuple = DnnRetrainTransformer.GetInputInfo(_host, tensorFlowModel.Session, options.InputColumns); 1236_outputTypes = DnnRetrainTransformer.GetOutputInfo(_host, tensorFlowModel.Session, options.OutputColumns).outputTypes; 1255_host.CheckValue(inputSchema, nameof(inputSchema)); 1262throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", input); 1264throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", input, "vector", col.GetTypeString()); 1267throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", input, expectedType.ToString(), col.ItemType.ToString()); 1283_host.CheckValue(input, nameof(input)); 1285_transformer = new DnnRetrainTransformer(_host, _options, _tensorFlowModel, input);