Ejemplo n.º 1
0
 /// <summary>
 /// Get the OpList of OpDefs defined in the library
 /// </summary>
 /// <returns>Returns a Buffer. The memory pointed to by the result is owned by
 /// lib_handle. The data in the buffer will be the serialized OpList proto for
 /// ops defined in the library.
 /// </returns>
 public Buffer GetOpList()
 {
     return(new Buffer(TfInvoke.tfeGetOpList(_ptr), false));
 }