Searched refs:GetBundleEntryProto (Results 1 – 3 of 3) sorted by relevance
775 Status BundleReader::GetBundleEntryProto(StringPiece key, in GetBundleEntryProto() function in tensorflow::BundleReader882 TF_RETURN_IF_ERROR(GetBundleEntryProto(key, &entry)); in Lookup()915 TF_RETURN_IF_ERROR(GetBundleEntryProto(key, &entry)); in LookupTensorSlices()927 TF_RETURN_IF_ERROR(GetBundleEntryProto(full_tensor_key, &entry)); in LookupSlice()984 GetBundleEntryProto(encoded_stored_slice_name, &stored_slice_entry); in GetSliceValue()1053 TF_RETURN_IF_ERROR(GetBundleEntryProto(key, &entry)); in LookupDtypeAndShape()
269 Status GetBundleEntryProto(StringPiece key,
838 TF_ASSERT_OK(reader->GetBundleEntryProto(key, &full_tensor_entry)); in ExpectAlignment()