Type TensorFlowSetup
Namespace LostTech.TensorFlow
Contains members, which control how TensorFlow is configured and initialized
Methods
Properties
Public instance methods
bool EnsureInitialized()
Call this function to ensure Gradient was initialized
(useful when dealing with interop).
Returns true
if initialization had to be run.
Returns false
if Gradient was initialized before this function was called.
void OptInToUsageDataCollection()
Enables Lost Tech LLC to track which TensorFlow APIs are used the most,
kind of parameters passed, etc.
Never collects the actual data or models.
Public properties
TensorFlowSetup Instance get;
Controls how TensorFlow is configured and initialized