@Namespace(value="tensorflow") @NoOffset public static class tensorflow.TensorSlice extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorSlice() |
TensorSlice(int dim) |
TensorSlice(long size)
Native array allocator.
|
TensorSlice(Pointer p)
Pointer cast constructor.
|
TensorSlice(tensorflow.TensorSliceProto proto) |
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 TensorSlice(Pointer p)
Pointer.Pointer(Pointer).public TensorSlice(long size)
Pointer.position(long).public TensorSlice()
public TensorSlice(int dim)
public TensorSlice(@Const @ByRef tensorflow.TensorSliceProto proto)
public tensorflow.TensorSlice position(long position)
@ByVal public static tensorflow.Status Parse(@StdString BytePointer str, tensorflow.TensorSlice output)
@ByVal public static tensorflow.Status Parse(@StdString String str, tensorflow.TensorSlice output)
@ByVal public static tensorflow.TensorSlice ParseOrDie(@StdString BytePointer str)
@ByVal public static tensorflow.TensorSlice ParseOrDie(@StdString String str)
public void Clear()
public int dims()
public void SetFullSlice(int dim)
public void Extend(int dim)
public void AsProto(tensorflow.TensorSliceProto proto)
@StdString public BytePointer DebugString()
@Cast(value="bool") public boolean Intersect(@Const @ByRef tensorflow.TensorSlice other, tensorflow.TensorSlice result)
@Cast(value="bool") public boolean Overlaps(@Const @ByRef tensorflow.TensorSlice other)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.TensorSlice other)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef tensorflow.TensorSlice other)
@ByVal public tensorflow.Status SliceTensorShape(@Const @ByRef tensorflow.TensorShape shape, tensorflow.TensorShape result_shape)
public void ComputeRelative(@Const @ByRef tensorflow.TensorSlice sub, tensorflow.TensorSlice relative)
public void UpdateToCover(@Const @ByRef tensorflow.TensorSlice other)
@Cast(value="bool") public static boolean HasExtentLength(@Cast(value="const tensorflow::TensorSliceProto::Extent*") @ByRef tensorflow.TensorSliceProto_Extent extent)
Copyright © 2019. All rights reserved.