Searched refs:kOptions (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.cc | 197 kOptions[0], max_depth, in ToString() 198 kOptions[1], min_bytes, in ToString() 199 kOptions[2], min_peak_bytes, in ToString() 200 kOptions[3], min_residual_bytes, in ToString() 201 kOptions[4], min_output_bytes, in ToString() 202 kOptions[5], min_micros, in ToString() 203 kOptions[6], min_accelerator_micros, in ToString() 204 kOptions[7], min_cpu_micros, in ToString() 205 kOptions[8], min_params, in ToString() 206 kOptions[9], min_float_ops, in ToString() [all …]
|
D | tfprof_options.h | 29 static const char* const kOptions[] = { variable
|
D | profiler.cc | 63 for (const char* opt : kOptions) { in completion()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.cc | 130 if (pieces[i] == string(tensorflow::tfprof::kOptions[0])) { in ParseCmdLine() 136 } else if (pieces[i] == tensorflow::tfprof::kOptions[1]) { in ParseCmdLine() 142 } else if (pieces[i] == tensorflow::tfprof::kOptions[2]) { in ParseCmdLine() 148 } else if (pieces[i] == tensorflow::tfprof::kOptions[3]) { in ParseCmdLine() 154 } else if (pieces[i] == tensorflow::tfprof::kOptions[4]) { in ParseCmdLine() 160 } else if (pieces[i] == tensorflow::tfprof::kOptions[5]) { in ParseCmdLine() 166 } else if (pieces[i] == tensorflow::tfprof::kOptions[6]) { in ParseCmdLine() 172 } else if (pieces[i] == tensorflow::tfprof::kOptions[7]) { in ParseCmdLine() 178 } else if (pieces[i] == tensorflow::tfprof::kOptions[8]) { in ParseCmdLine() 184 } else if (pieces[i] == tensorflow::tfprof::kOptions[9]) { in ParseCmdLine() [all …]
|
/external/libchrome/mojo/core/ |
D | options_validation_unittest.cc | 34 const TestOptions kOptions = {kSizeOfTestOptions}; in TEST() local 35 UserOptionsReader<TestOptions> reader(&kOptions); in TEST() 42 const TestOptions kOptions = {static_cast<uint32_t>( in TEST() local 44 UserOptionsReader<TestOptions> reader(&kOptions); in TEST() 52 const TestOptions kOptions = { in TEST() local 54 UserOptionsReader<TestOptions> reader(&kOptions); in TEST()
|
/external/libbrillo/brillo/http/ |
D | http_request.h | 26 BRILLO_EXPORT extern const char kOptions[];
|
D | http_request.cc | 20 const char request_type::kOptions[] = "OPTIONS"; member in brillo::http::request_type
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 160 const char* kOptions = "options"; variable 2016 writer.beginArray(kOptions); in WriteStateObject()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 299 static const char kOptions[] = "options"; variable 2705 writer.beginArray(kOptions); in WriteStateObject()
|