@NoOffset public static class tensorflow.TF_OperationDescription extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TF_OperationDescription(Pointer p)
Pointer cast constructor.
|
TF_OperationDescription(tensorflow.TF_Graph g,
BytePointer op_type,
BytePointer node_name) |
TF_OperationDescription(tensorflow.TF_Graph g,
String op_type,
String node_name) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.StringSet |
colocation_constraints() |
tensorflow.TF_OperationDescription |
colocation_constraints(tensorflow.StringSet colocation_constraints) |
tensorflow.TF_Graph |
graph() |
tensorflow.TF_OperationDescription |
graph(tensorflow.TF_Graph graph) |
tensorflow.NodeBuilder |
node_builder() |
tensorflow.TF_OperationDescription |
node_builder(tensorflow.NodeBuilder node_builder) |
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_OperationDescription(Pointer p)
Pointer.Pointer(Pointer).public TF_OperationDescription(tensorflow.TF_Graph g, @Cast(value="const char*") BytePointer op_type, @Cast(value="const char*") BytePointer node_name)
public TF_OperationDescription(tensorflow.TF_Graph g, String op_type, String node_name)
@ByRef public tensorflow.NodeBuilder node_builder()
public tensorflow.TF_OperationDescription node_builder(tensorflow.NodeBuilder node_builder)
public tensorflow.TF_Graph graph()
public tensorflow.TF_OperationDescription graph(tensorflow.TF_Graph graph)
@ByRef public tensorflow.StringSet colocation_constraints()
public tensorflow.TF_OperationDescription colocation_constraints(tensorflow.StringSet colocation_constraints)
Copyright © 2019. All rights reserved.