Searched refs:serialized_shape (Results 1 – 4 of 4) sorted by relevance
164 tstring serialized_shape; in operator ()() local165 serialize(output_shape, &serialized_shape); in operator ()()171 serialized_sparse_t(b, 2) = serialized_shape; in operator ()()210 serialized_sparse_t(b, 2) = serialized_shape; in operator ()()
231 const tstring& serialized_shape, DataType values_dtype, int index, in GetAndValidateSparseTensor() argument267 TF_RETURN_IF_ERROR(this->Deserialize(serialized_shape, output_shape)); in GetAndValidateSparseTensor()
277 const Variant& serialized_shape, in GetAndValidateSparseTensorShape() argument281 *output_shape = serialized_shape.get<Tensor>(); in GetAndValidateSparseTensorShape()
886 def _build_ragged_tensors(serialized_shape, argument896 if serialized_shape.ndims == 0: