Home
last modified time | relevance | path

Searched refs:stored_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc798 const TensorShape stored_shape(TensorShape(entry.shape())); in GetValue() local
800 ret = new Tensor(entry.dtype(), stored_shape); in GetValue()
/external/tensorflow/tensorflow/python/kernel_tests/
Dresource_variable_ops_test.py1047 stored_shape = tensor_shape.TensorShape([None, 4]).as_proto()
1052 shape=stored_shape, dtype=stored_dtype)])