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

  /external/tensorflow/tensorflow/core/platform/
tensor_coding.h 49 bool DecodeStringList(const string& src, string* strings, int64 n);
tensor_coding.cc 40 bool DecodeStringList(const string& src, string* strings, int64 n) {
  /external/tensorflow/tensorflow/core/framework/
tensor.cc 183 if (strings == nullptr || !port::DecodeStringList(in, strings, n)) {
    [all...]

Completed in 160 milliseconds