@Namespace(value="tensorflow") public static class tensorflow.FunctionDefHelper extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FunctionDefHelper.AttrValueWrapper |
static class |
tensorflow.FunctionDefHelper.Node |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FunctionDefHelper()
Default native constructor.
|
FunctionDefHelper(long size)
Native array allocator.
|
FunctionDefHelper(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FunctionDefHelper()
public FunctionDefHelper(long size)
Pointer.position(long).public FunctionDefHelper(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.FunctionDefHelper position(long position)
@ByVal public static tensorflow.FunctionDefHelper.AttrValueWrapper FunctionRef(@StdString BytePointer name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::pair<tensorflow::string,tensorflow::FunctionDefHelper::AttrValueWrapper> >*") tensorflow.StringAttrPairVector attrs)
@ByVal public static tensorflow.FunctionDefHelper.AttrValueWrapper FunctionRef(@StdString String name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::pair<tensorflow::string,tensorflow::FunctionDefHelper::AttrValueWrapper> >*") tensorflow.StringAttrPairVector attrs)
@ByVal public static tensorflow.FunctionDefHelper.AttrValueWrapper FunctionRef(@StdString BytePointer name)
@ByVal public static tensorflow.FunctionDefHelper.AttrValueWrapper FunctionRef(@StdString String name)
@ByVal public static tensorflow.FunctionDef Create(@StdString BytePointer function_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector in_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector out_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector attr_def, @tensorflow.ArraySlice tensorflow.FunctionDefHelper.Node node_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::pair<tensorflow::string,tensorflow::string> >*") tensorflow.StringStringPairVector ret_def)
@ByVal public static tensorflow.FunctionDef Create(@StdString String function_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector in_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector out_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector attr_def, @tensorflow.ArraySlice tensorflow.FunctionDefHelper.Node node_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<std::pair<tensorflow::string,tensorflow::string> >*") tensorflow.StringStringPairVector ret_def)
@ByVal public static tensorflow.FunctionDef Define(@StdString BytePointer function_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector arg_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector ret_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector attr_def, @tensorflow.ArraySlice tensorflow.FunctionDefHelper.Node node_def)
@ByVal public static tensorflow.FunctionDef Define(@StdString String function_name, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector arg_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector ret_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector attr_def, @tensorflow.ArraySlice tensorflow.FunctionDefHelper.Node node_def)
@ByVal public static tensorflow.FunctionDef Define(@ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector arg_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector ret_def, @ByVal @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") tensorflow.StringVector attr_def, @tensorflow.ArraySlice tensorflow.FunctionDefHelper.Node node_def)
Copyright © 2019. All rights reserved.