Graph

Shared GraphOwner type.

Alias This

base

Members

Functions

constant
Operation constant(S x, const(char)* name)

Creates a constant in this graph.

getOperationByName
Operation getOperationByName(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
hasOperationByName
bool hasOperationByName(const(char)* name)

Get an operation by name

placeholder
Operation placeholder(const(char)* name, long[N] dims)
Operation placeholder(long[N] dims)

Creates a placeholder in this graph.

session
Session session()

Creates a Session in this graph.

Variables

base
SlimRCPtr!GraphOwner base;

Base reference counted pointer.

Meta