8 references to ReadByteArray
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
167if (!ctx.TryLoadBinaryStream("OnnxModel", r => modelBytes = r.ReadByteArray()))
Microsoft.ML.Parquet (3)
ParquetLoader.cs (1)
195if (!ctx.TryLoadBinaryStream(SchemaCtxName, r => buffer = r.ReadByteArray()))
PartitionedFileLoader.cs (2)
228if (!ctx.TryLoadBinaryStream(SchemaCtxName, r => buffer = r.ReadByteArray())) 236_subLoaderBytes = ctx.Reader.ReadByteArray();
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
149if (!ctx.TryLoadBinaryStream("TFModel", r => modelBytes = r.ReadByteArray()))
Microsoft.ML.Transforms (1)
OptionalColumnTransform.cs (1)
102if (!ctx.TryLoadBinaryStream("Schema.idv", r => buffer = r.ReadByteArray()))
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
111if (!ctx.TryLoadBinaryStream("TFModel", r => modelBytes = r.ReadByteArray()))
ImageClassificationTrainer.cs (1)
1403if (!ctx.TryLoadBinaryStream("TFModel", r => modelBytes = r.ReadByteArray()))