Class GenericVarsWithReuse
Inheritance
GenericVarsWithReuse
Syntax
public class GenericVarsWithReuse : GenericVars, IVars, IDisposable
Properties
layerRequiresStorage
Declaration
protected bool layerRequiresStorage { get; }
Property Value
temporary
Declaration
protected Tensor temporary { get; }
Property Value
Methods
PeekOutput(String)
Declaration
public override Tensor PeekOutput(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
Overrides
PrepareStorage(Layer)
Declaration
public override void PrepareStorage(Layer forLayer)
Parameters
Type |
Name |
Description |
Layer |
forLayer |
|
Overrides
PrepareStorage(Model, IOps, IDictionary<String, TensorShape>)
Declaration
public override void PrepareStorage(Model model, IOps ops, IDictionary<string, TensorShape> inputShapes)
Parameters
Overrides
ReleaseTemporary()
Declaration
protected void ReleaseTemporary()
Store(Layer, Tensor)
Declaration
public override void Store(Layer fromLayer, Tensor result)
Parameters
Overrides