9 references to Run
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
763
var tensors = runner.
Run
();
Microsoft.ML.Vision (8)
DnnRetrainTransform.cs (3)
383
Tensor[] tensor = runner.
Run
();
414
runner.
Run
();
936
var tensors = runner.
Run
();
ImageClassificationTrainer.cs (5)
625
new Runner(_session, operations: new IntPtr[] { tf.global_variables_initializer() }).
Run
();
785
return _imagePreprocessingRunner.AddInput(imageTensor, 0).
Run
()[0];
838
var featurizedImage = runner.
Run
()[0];
1111
.
Run
();
1465
var outputTensor = _runner.AddInput(processedTensor, 0).
Run
();