4 writes to _bottleneckOperationName
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
578_bottleneckOperationName = "resnet_v2_101/SpatialSqueeze"; 583_bottleneckOperationName = "InceptionV3/Logits/SpatialSqueeze"; 588_bottleneckOperationName = "import/MobilenetV2/Logits/Squeeze"; 593_bottleneckOperationName = "resnet_v2_50/SpatialSqueeze";
2 references to _bottleneckOperationName
Microsoft.ML.Vision (2)
ImageClassificationTrainer.cs (2)
1169Tensor bottleneckTensor = evalGraph.OperationByName(_bottleneckOperationName); 1319_bottleneckTensor = Graph.OperationByName(_bottleneckOperationName);