[−][src]Module ggpf::deep::tf
TensorFlow helpers.
Functions
| call_dynamics | Use dynamics network inference. |
| call_prediction | Use prediction network inference. |
| call_representation | Use representation network inference. |
| load_model | Load a tensorflow model into a session. |
| support_to_value | Converts a suport encoding of scalar to the corresponding value. |
Type Definitions
| ThreadSafeModel | Access to a TF model behind Arc and RwLock the AtomicBool is here to indicate the file loader's intention to access the lock. |