OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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