Home | History | Annotate | Download | only in internal

Lines Matching refs:string

19 #include <string>
34 bool NewProfiler(const string* graph, const string* op_log);
38 double AddStep(int64 step, const string* graph, const string* run_meta,
39 const string* op_log);
42 void WriteProfile(const string* filename);
45 void ProfilerFromFile(const string* filename);
47 // Returns a binary string that represents the serialized ProfileProto.
48 string SerializeToString();
50 string Profile(const string* command, const string* options);
59 string PrintModelAnalysis(const string* graph, const string* run_meta,
60 const string* op_log, const string* command,
61 const string* options);