HomeSort by relevance Sort by last modified time
    Searched full:bytes_length (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing.cc 107 uint32 bytes_length = 0;
108 if (!stream.ReadVarint32(&bytes_length)) return false;
109 if (!stream.Skip(bytes_length)) return false;
132 uint32 bytes_length;
133 if (!stream.ReadVarint32(&bytes_length)) return false;
135 if (!stream.ReadString(&bytes, bytes_length)) return false;
    [all...]
  /external/flatbuffers/tests/
go_test.go     [all...]
  /external/python/cpython3/Objects/
bytesobject.c 1411 bytes_length(PyBytesObject *a) function
    [all...]

Completed in 322 milliseconds