LostTech.TensorFlow : API Documentation

Type TraceableStack

Namespace tensorflow.python.framework.traceable_stack

Parent PythonObjectContainer

Interfaces ITraceableStack

Public instance methods

IEnumerator<object> peek_objs()

object peek_objs_dyn()

object peek_top_obj()

object peek_top_obj_dyn()

object peek_traceable_objs()

object peek_traceable_objs_dyn()

object pop_obj()

object pop_obj_dyn()

int push_obj(double obj, int offset)

int push_obj(Operation obj, int offset)

int push_obj(_UserDeviceSpec obj, int offset)

int push_obj(int obj, int offset)

int push_obj(IGraphNodeBase obj, int offset)

int push_obj(object obj, int offset)

int push_obj(string obj, int offset)

object push_obj_dyn(object obj, ImplicitContainer<T> offset)

Public properties

object PythonObject get;