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;
748
bool ICanSavePfa.CanSavePfa => (
_bindable
as ICanSavePfa)?.CanSavePfa == true;
750
bool ICanSaveOnnx.CanSaveOnnx(OnnxContext ctx) => (
_bindable
as ICanSaveOnnx)?.CanSaveOnnx(ctx) == true;