Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer.h115 TensorShape ssm_shape(ssm.shape()); in Add()
116 if (!shape.IsSameSize(ssm_shape)) { in Add()
118 "Mismatching shapes: existing tensor = ", ssm_shape.DebugString(), in Add()
Dtensor_slice_reader.cc171 TensorShape ssm_shape(ssm.shape()); in LoadShard() local
174 status_ = RegisterTensorSlice(ssm.name(), ssm_shape, ssm.type(), fname, in LoadShard()