1 instantiation of TensorFlowSessionWrapper
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
396new TensorFlowSessionWrapper(GetSession(env, modelPath, metaGraph), modelPath);
2 references to TensorFlowSessionWrapper
Microsoft.ML.TensorFlow (2)
TensorFlowSessionWrapper.cs (1)
18/// Instantiates <see cref="TensorFlowSessionWrapper"/>.
TensorflowUtils.cs (1)
395internal static TensorFlowSessionWrapper LoadDnnModel(IHostEnvironment env, string modelPath, bool metaGraph = false) =>