Skip to content

Commit

Permalink
Merge pull request #10 from Unoperate/kb/mac_fix
Browse files Browse the repository at this point in the history
fix: fixing building macOS
  • Loading branch information
kboroszko committed Nov 30, 2021
2 parents 2a62209 + f50983c commit 444f048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow_io/core/kernels/bigtable/serialization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ limitations under the License.

#include "tensorflow_io/core/kernels/bigtable/serialization.h"

#include "rpc/types.h"
#include "rpc/xdr.h"
#include "tensorflow/core/platform/errors.h"
#include "tensorflow/core/platform/statusor.h"

namespace tensorflow {
namespace io {
namespace {

inline StatusOr<float> BytesToFloat(std::string const& s) {
float v;
Expand Down Expand Up @@ -126,5 +128,6 @@ Status PutCellValueInTensor(Tensor& tensor, size_t index, DataType cell_type,
return Status::OK();
}

} // namespace
} // namespace io
} // namespace tensorflow

0 comments on commit 444f048

Please sign in to comment.