LostTech.TensorFlow : API Documentation

Type OpDefLibrary

Namespace tensorflow.python.framework.op_def_library

Parent PythonObjectContainer

Interfaces IOpDefLibrary

Public instance methods

void add_op(object op_def)

object add_op_dyn(object op_def)

void add_op_list(object op_list)

object add_op_list_dyn(object op_list)

object apply_op(object op_type_name, string name, IDictionary<string, object> keywords)

object apply_op_dyn(object op_type_name, object name, IDictionary<string, object> keywords)

Public properties

object PythonObject get;