HomeSort by relevance Sort by last modified time
    Searched refs:kOptions (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/profiler/
tfprof_options.cc 198 kOptions[0], max_depth, kOptions[1], min_bytes, kOptions[2],
199 min_peak_bytes, kOptions[3], min_residual_bytes, kOptions[4],
200 min_output_bytes, kOptions[5], min_micros, kOptions[6],
201 min_accelerator_micros, kOptions[7], min_cpu_micros, kOptions[8],
202 min_params, kOptions[9], min_float_ops, kOptions[10], min_occurrence
    [all...]
tfprof_options.h 29 static const char* const kOptions[] = {
profiler.cc 61 for (const char* opt : kOptions) {
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
polomessage.h 33 kOptions = 20,
optionsmessage.cc 27 : PoloMessage(PoloMessage::kOptions),
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 129 if (pieces[i] == string(tensorflow::tfprof::kOptions[0])) {
135 } else if (pieces[i] == tensorflow::tfprof::kOptions[1]) {
141 } else if (pieces[i] == tensorflow::tfprof::kOptions[2]) {
147 } else if (pieces[i] == tensorflow::tfprof::kOptions[3]) {
153 } else if (pieces[i] == tensorflow::tfprof::kOptions[4]) {
159 } else if (pieces[i] == tensorflow::tfprof::kOptions[5]) {
165 } else if (pieces[i] == tensorflow::tfprof::kOptions[6]) {
172 } else if (pieces[i] == tensorflow::tfprof::kOptions[7]) {
178 } else if (pieces[i] == tensorflow::tfprof::kOptions[8]) {
184 } else if (pieces[i] == tensorflow::tfprof::kOptions[9])
    [all...]
  /external/libmojo/mojo/edk/system/
options_validation_unittest.cc 34 const TestOptions kOptions = {kSizeOfTestOptions};
35 UserOptionsReader<TestOptions> reader(&kOptions);
42 const TestOptions kOptions = {static_cast<uint32_t>(
44 UserOptionsReader<TestOptions> reader(&kOptions);
52 const TestOptions kOptions = {
54 UserOptionsReader<TestOptions> reader(&kOptions);
  /external/skqp/tools/viewer/
Viewer.cpp 163 const char* kOptions = "options";
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp 151 const char* kOptions = "options";
    [all...]
  /bionic/libc/malloc_debug/
Config.cpp 71 const std::unordered_map<std::string, Config::OptionInfo> Config::kOptions = {
487 auto entry = kOptions.find(option);
488 if (entry == kOptions.end()) {
Config.h 130 const static std::unordered_map<std::string, OptionInfo> kOptions;
  /external/libbrillo/brillo/http/
http_request.h 26 BRILLO_EXPORT extern const char kOptions[];
http_request.cc 20 const char request_type::kOptions[] = "OPTIONS";

Completed in 226 milliseconds