LostTech.TensorFlow : API Documentation

Type c_api_util

Namespace tensorflow.python.framework.c_api_util

Public static methods

IEnumerator<object> new_tf_operations(Graph graph)

object new_tf_operations_dyn(object graph)

IContextManager<T> tf_buffer(object data)

object tf_buffer_dyn(object data)

IEnumerator<object> tf_operations(Graph graph)

object tf_operations_dyn(object graph)

TF_Output tf_output(object c_op, int index)

object tf_output_dyn(object c_op, object index)

Public properties

PythonFunctionContainer ApiDefMap_fn get;

PythonFunctionContainer new_tf_operations_fn get;

PythonFunctionContainer ScopedTFFunction_fn get;

PythonFunctionContainer ScopedTFGraph_fn get;

PythonFunctionContainer ScopedTFImportGraphDefOptions_fn get;

PythonFunctionContainer ScopedTFImportGraphDefResults_fn get;

PythonFunctionContainer ScopedTFStatus_fn get;

PythonFunctionContainer tf_buffer_fn get;

PythonFunctionContainer tf_operations_fn get;

PythonFunctionContainer tf_output_fn get;