2 writes to _bindable
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
755_bindable = ScoreUtils.GetSchemaBindableMapper(Host, SubModel as IPredictorProducing<float>); 762_bindable = ScoreUtils.GetSchemaBindableMapper(Host, SubModel as IPredictorProducing<float>);
3 references to _bindable
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (3)
664_predictor = _parent._bindable.Bind(env, schema) as ISchemaBoundRowMapper; 748bool ICanSavePfa.CanSavePfa => (_bindable as ICanSavePfa)?.CanSavePfa == true; 750bool ICanSaveOnnx.CanSaveOnnx(OnnxContext ctx) => (_bindable as ICanSaveOnnx)?.CanSaveOnnx(ctx) == true;