public static class tensorflow.FunctionDefHelper.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Node()
Default native constructor.
|
Node(long size)
Native array allocator.
|
Node(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.StringVector |
arg() |
tensorflow.FunctionDefHelper.Node |
arg(tensorflow.StringVector arg) |
tensorflow.StringAttrPairVector |
attr() |
tensorflow.FunctionDefHelper.Node |
attr(tensorflow.StringAttrPairVector attr) |
tensorflow.StringVector |
dep() |
tensorflow.FunctionDefHelper.Node |
dep(tensorflow.StringVector dep) |
BytePointer |
op() |
tensorflow.FunctionDefHelper.Node |
op(BytePointer op) |
tensorflow.FunctionDefHelper.Node |
position(long position) |
tensorflow.StringVector |
ret() |
tensorflow.FunctionDefHelper.Node |
ret(tensorflow.StringVector ret) |
tensorflow.NodeDef |
ToNodeDef() |
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 Node()
public Node(long size)
Pointer.position(long).public Node(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.FunctionDefHelper.Node position(long position)
@ByRef public tensorflow.StringVector ret()
public tensorflow.FunctionDefHelper.Node ret(tensorflow.StringVector ret)
@StdString public BytePointer op()
public tensorflow.FunctionDefHelper.Node op(BytePointer op)
@ByRef public tensorflow.StringVector arg()
public tensorflow.FunctionDefHelper.Node arg(tensorflow.StringVector arg)
@ByRef @Cast(value="std::vector<std::pair<tensorflow::string,tensorflow::FunctionDefHelper::AttrValueWrapper> >*") public tensorflow.StringAttrPairVector attr()
public tensorflow.FunctionDefHelper.Node attr(tensorflow.StringAttrPairVector attr)
@ByRef public tensorflow.StringVector dep()
public tensorflow.FunctionDefHelper.Node dep(tensorflow.StringVector dep)
@ByVal public tensorflow.NodeDef ToNodeDef()
Copyright © 2019. All rights reserved.