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