public static class tensorflow.TensorSummary.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
description_() |
tensorflow.TensorSummary.Attrs |
description_(BytePointer description_) |
tensorflow.TensorSummary.Attrs |
Description(BytePointer x)
A json-encoded SummaryDescription proto.
|
tensorflow.TensorSummary.Attrs |
Description(String x) |
BytePointer |
display_name_() |
tensorflow.TensorSummary.Attrs |
display_name_(BytePointer display_name_) |
tensorflow.TensorSummary.Attrs |
DisplayName(BytePointer x)
An unused string.
|
tensorflow.TensorSummary.Attrs |
DisplayName(String x) |
tensorflow.StringVector |
labels_() |
tensorflow.TensorSummary.Attrs |
labels_(tensorflow.StringVector labels_) |
tensorflow.TensorSummary.Attrs |
Labels(tensorflow.StringVector x)
An unused list of strings.
|
tensorflow.TensorSummary.Attrs |
position(long position) |
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 Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.TensorSummary.Attrs position(long position)
@ByVal public tensorflow.TensorSummary.Attrs Description(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.TensorSummary.Attrs Description(@tensorflow.StringPiece String x)
@ByVal public tensorflow.TensorSummary.Attrs Labels(@Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector x)
@ByVal public tensorflow.TensorSummary.Attrs DisplayName(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.TensorSummary.Attrs DisplayName(@tensorflow.StringPiece String x)
@tensorflow.StringPiece public BytePointer description_()
public tensorflow.TensorSummary.Attrs description_(BytePointer description_)
@ByRef @Cast(value="tensorflow::gtl::ArraySlice<tensorflow::string>*") public tensorflow.StringVector labels_()
public tensorflow.TensorSummary.Attrs labels_(tensorflow.StringVector labels_)
@tensorflow.StringPiece public BytePointer display_name_()
public tensorflow.TensorSummary.Attrs display_name_(BytePointer display_name_)
Copyright © 2019. All rights reserved.