@Namespace(value="tensorflow::checkpoint") @NoOffset public static class tensorflow.CheckpointReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CheckpointReader(BytePointer filepattern,
tensorflow.TF_Status out_status) |
CheckpointReader(Pointer p)
Pointer cast constructor.
|
CheckpointReader(String filepattern,
tensorflow.TF_Status out_status) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
DebugString() |
void |
GetTensor(BytePointer name,
tensorflow.Tensor out_tensor,
tensorflow.TF_Status out_status) |
void |
GetTensor(String name,
tensorflow.Tensor out_tensor,
tensorflow.TF_Status out_status) |
tensorflow.VarToShapeMap |
GetVariableToDataTypeMap() |
tensorflow.VarToShapeMap |
GetVariableToShapeMap() |
boolean |
HasTensor(BytePointer name) |
boolean |
HasTensor(String name) |
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 CheckpointReader(Pointer p)
Pointer.Pointer(Pointer).public CheckpointReader(@StdString BytePointer filepattern, tensorflow.TF_Status out_status)
public CheckpointReader(@StdString String filepattern, tensorflow.TF_Status out_status)
@Cast(value="bool") public boolean HasTensor(@StdString BytePointer name)
@Cast(value="bool") public boolean HasTensor(@StdString String name)
@StdString public BytePointer DebugString()
@Const @ByRef public tensorflow.VarToShapeMap GetVariableToShapeMap()
@Cast(value="const tensorflow::checkpoint::TensorSliceReader::VarToDataTypeMap*") @ByRef public tensorflow.VarToShapeMap GetVariableToDataTypeMap()
public void GetTensor(@StdString BytePointer name, @UniquePtr tensorflow.Tensor out_tensor, tensorflow.TF_Status out_status)
public void GetTensor(@StdString String name, @UniquePtr tensorflow.Tensor out_tensor, tensorflow.TF_Status out_status)
Copyright © 2019. All rights reserved.