1 instantiation of TensorFlowSessionWrapper
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
397new 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)
396internal static TensorFlowSessionWrapper LoadDnnModel(IHostEnvironment env, string modelPath, bool metaGraph = false) =>