@Namespace(value="tensorflow::checkpoint") @NoOffset public static class tensorflow.TensorSliceSet extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.TensorSliceSet.SliceInfo |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorSliceSet(Pointer p)
Pointer cast constructor.
|
TensorSliceSet(tensorflow.TensorShape shape,
int type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Query(tensorflow.TensorSlice slice,
float... data) |
boolean |
Query(tensorflow.TensorSlice slice,
FloatBuffer data) |
boolean |
Query(tensorflow.TensorSlice slice,
FloatPointer data) |
boolean |
QueryMeta(tensorflow.TensorSlice slice,
tensorflow.TensorSlideStringPair results) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
BytePointer tag,
float... data) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
BytePointer tag,
FloatBuffer data) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
BytePointer tag,
FloatPointer data) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
String tag,
float... data) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
String tag,
FloatBuffer data) |
tensorflow.Status |
Register(tensorflow.TensorSlice slice,
String tag,
FloatPointer data) |
tensorflow.TensorShape |
shape() |
tensorflow.StringSliceInfoMap |
Slices() |
int |
type() |
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 TensorSliceSet(Pointer p)
Pointer.Pointer(Pointer).public TensorSliceSet(@Const @ByRef tensorflow.TensorShape shape, @Cast(value="tensorflow::DataType") int type)
@Const @ByRef public tensorflow.TensorShape shape()
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString BytePointer tag, @Const FloatPointer data)
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString String tag, @Const FloatBuffer data)
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString BytePointer tag, @Const float... data)
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString String tag, @Const FloatPointer data)
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString BytePointer tag, @Const FloatBuffer data)
@ByVal public tensorflow.Status Register(@Const @ByRef tensorflow.TensorSlice slice, @StdString String tag, @Const float... data)
@Cast(value="bool") public boolean Query(@Const @ByRef tensorflow.TensorSlice slice, FloatPointer data)
@Cast(value="bool") public boolean Query(@Const @ByRef tensorflow.TensorSlice slice, FloatBuffer data)
@Cast(value="bool") public boolean Query(@Const @ByRef tensorflow.TensorSlice slice, float... data)
@Cast(value="bool") public boolean QueryMeta(@Const @ByRef tensorflow.TensorSlice slice, @StdVector tensorflow.TensorSlideStringPair results)
@Const @ByRef public tensorflow.StringSliceInfoMap Slices()
Copyright © 2019. All rights reserved.