Type OpDefLibrary Namespace tensorflow.python.framework.op_def_library Parent PythonObjectContainer Interfaces IOpDefLibrary Methods add_op add_op_dyn add_op_list add_op_list_dyn apply_op apply_op_dyn Properties PythonObject 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;