API Reference Extensor v2.3.2
Modules
Optional Matrex
integration
NIF wrapper module for tensorflow adapter functions
The session module provides functions for loading tensorflow graphs into a session and executing operations within the session. Graphs are represented by protocol buffers and named tensors are used for all inputs/outputs.
This is a simple wrapper struct for a tensorflow tensor. It holds the data type, shape (dimensions), and binary data buffer for a tensor.