Searched refs:FLAGS_in (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/tools/mlpbtxt/ |
D | frommlpbtxt.cc | 29 string FLAGS_in = ""; in Run() local 33 Flag("in", &FLAGS_in, "Input multi-line proto text (.mlpbtxt) file name"), in Run() 48 Status s = ReadFileToString(Env::Default(), FLAGS_in, &in_contents); in Run() 50 printf("Error reading file %s: %s\n", FLAGS_in.c_str(), in Run()
|
D | tomlpbtxt.cc | 29 string FLAGS_in = ""; in Run() local 34 Flag("in", &FLAGS_in, "Input proto text (.pbtxt) file name"), in Run() 59 Status s = ReadFileToString(Env::Default(), FLAGS_in, &in_contents); in Run() 61 printf("Error reading file %s: %s\n", FLAGS_in.c_str(), in Run()
|