|
|
@@ -17,6 +17,7 @@ namespace Tensorflow |
|
|
private Operation _initializer_op; |
|
|
private Operation _initializer_op; |
|
|
public Operation initializer => _initializer_op; |
|
|
public Operation initializer => _initializer_op; |
|
|
public Operation op => _variable.op; |
|
|
public Operation op => _variable.op; |
|
|
|
|
|
public Graph graph => _variable.Graph; |
|
|
public TF_DataType dtype => _variable.dtype; |
|
|
public TF_DataType dtype => _variable.dtype; |
|
|
public TensorShape shape => tensor_util.to_shape(_variable.shape); |
|
|
public TensorShape shape => tensor_util.to_shape(_variable.shape); |
|
|
|
|
|
|
|
|
|