Skip to content
Snippets Groups Projects
  1. May 25, 2017
    • KB Sriram's avatar
      Fix mutable bytearrays returned/used by some APIs. · 937adfe0
      KB Sriram authored
      Certain APIs and classes retain or return bytearrays
      which can be mutated by the callers.
      
      1. Use @Immutable annotations to statically check
         if a class exposes any mutable data.
      2. Add an ImmutableByteArray class that prevents mutable
         bytearrays by making or returning a copy of an underlying
         set of bytes.
      
      Change-Id: I2c5804eeb3d2e736eb45bb3283979b2874b5d7b4
      ORIGINAL_AUTHOR=KB Sriram <kbsriram@google.com>
      GitOrigin-RevId: 1c9804a2101360ddf41db719eef1d763e965d9ed
      937adfe0
  2. May 19, 2017
  3. Apr 12, 2017
  4. Apr 07, 2017
  5. Apr 06, 2017
  6. Mar 23, 2017
  7. Mar 22, 2017
    • Thai Duong's avatar
      Basic infrastructure. · 433c7b23
      Thai Duong authored
      - Directory structure follows TensorFlow.
      - Rules for protobuf building are based on https://github.com/pubref/rules_protobuf, as I can't find anything simpler.
      - Continuous integration with Kokoro (work in progress).
      
      I also copied some existing Java/CC code from Bartosz and Daniel's experimental folders.
      
      Change-Id: I7f993934d149c114320e3388fee84fbdafd7ba81
      433c7b23
Loading