Internal only change.
Change: 127084359
This commit is contained in:
parent
fd0fd62e1b
commit
6e27603622
@ -259,7 +259,7 @@ class _VariableStore(object):
|
|||||||
|
|
||||||
shape = tensor_shape.as_shape(shape)
|
shape = tensor_shape.as_shape(shape)
|
||||||
if initializing_from_value:
|
if initializing_from_value:
|
||||||
shape = initializer.get_shape()
|
shape = shape.merge_with(initializer.get_shape())
|
||||||
|
|
||||||
if not reuse_without_partition:
|
if not reuse_without_partition:
|
||||||
if not shape.is_fully_defined():
|
if not shape.is_fully_defined():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user