@Name(value="caffe::AdaDeltaSolver<float>") @Properties(inherit=caffe.class) public class FloatAdaDeltaSolver extends FloatSGDSolver
FloatSolver.CallbackPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FloatAdaDeltaSolver(BytePointer param_file) |
FloatAdaDeltaSolver(Pointer p)
Pointer cast constructor.
|
FloatAdaDeltaSolver(SolverParameter param) |
FloatAdaDeltaSolver(String param_file) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComputeUpdateValue(int param_id,
float rate) |
BytePointer |
type()
\brief Returns the solver type.
|
ApplyUpdate, ClipGradients, history, Normalize, Regularize, RestoreSolverStateFromBinaryProto, RestoreSolverStateFromHDF5, SnapshotSolverState, SnapshotSolverStateToBinaryProto, SnapshotSolverStateToHDF5add_callback, callbacks, CheckSnapshotWritePermissions, GetRequestedAction, Init, InitTestNets, InitTrainNet, iter, net, param, Restore, Restore, SetActionFunction, Snapshot, Solve, Solve, Solve, Step, test_netsaddress, 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 FloatAdaDeltaSolver(Pointer p)
Pointer.Pointer(Pointer).public FloatAdaDeltaSolver(@Const @ByRef SolverParameter param)
public FloatAdaDeltaSolver(@Const @StdString @ByRef BytePointer param_file)
public FloatAdaDeltaSolver(@Const @StdString @ByRef String param_file)
@Virtual @Const(value={false,false,true}) @Cast(value="const char*") public BytePointer type()
FloatSolvertype in class FloatSGDSolver@Virtual protected void ComputeUpdateValue(int param_id, float rate)
ComputeUpdateValue in class FloatSGDSolverCopyright © 2019. All rights reserved.