MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Default

Function Default

tensorflow/cc/profiler/profiler_test.cc:58–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58Options Default() {
59 Options opts(1000, /* max_depth */
60 0, /* min_bytes */
61 0, /* min_peak_bytes */
62 0, /* min_residual_bytes */
63 0, /* min_output_bytes */
64 0, /* min_micros */
65 0, /* min_accelerator_micros */
66 0, /* min_cpu_micros */
67 0, /* min_params */
68 0, /* min_float_ops */
69 0, /* min_occurrence */
70 0, /* step */
71 "name", /* order_by */
72 {".*"}, /* account_type_regexes */
73 {".*"}, /* start_name_regexes */
74 {}, /* trim_name_regexes */
75 {".*"}, {}, /* hide_name_regexes */
76 false, /* account_displayed_op_only */
77 {"micros"}, /* select */
78 {"none"}, /* output_type */
79 {});
80 return opts;
81}
82
83template <typename T>
84const T* ExtractNode(const T& pb, const string& name) {

Callers 15

ComputeAsyncMethod · 0.85
GetMatchingPathsMethod · 0.85
InitMethod · 0.85
ProtoBufParserMethod · 0.85
FlatBufferParserMethod · 0.85
RunRestoreFunction · 0.85
InitializeSessionFunction · 0.85
RunBenchmarkFunction · 0.85
MainFunction · 0.85
TESTFunction · 0.85
RealMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected