public static class tensorflow.TF_WhileParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TF_WhileParams(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.TF_Graph |
body_graph() |
tensorflow.TF_Output |
body_inputs() |
tensorflow.TF_Output |
body_outputs() |
tensorflow.TF_Graph |
cond_graph() |
tensorflow.TF_Output |
cond_inputs() |
tensorflow.TF_Output |
cond_output() |
tensorflow.TF_WhileParams |
cond_output(tensorflow.TF_Output cond_output) |
BytePointer |
name() |
int |
ninputs() |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TF_WhileParams(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter public int ninputs()
@MemberGetter public tensorflow.TF_Graph cond_graph()
@MemberGetter @Const public tensorflow.TF_Output cond_inputs()
@ByRef public tensorflow.TF_Output cond_output()
public tensorflow.TF_WhileParams cond_output(tensorflow.TF_Output cond_output)
@MemberGetter public tensorflow.TF_Graph body_graph()
@MemberGetter @Const public tensorflow.TF_Output body_inputs()
@MemberGetter public tensorflow.TF_Output body_outputs()
@MemberGetter @Cast(value="const char*") public BytePointer name()
Copyright © 2019. All rights reserved.