/external/tensorflow/tensorflow/python/profiler/ |
D | option_builder.py | 144 def time_and_memory(min_micros=1, min_bytes=1, min_accelerator_micros=0, argument 172 'min_bytes': min_bytes, 217 min_bytes=0, argument 239 self._options['min_bytes'] = min_bytes
|
D | model_analyzer.py | 69 opts.min_bytes = options.get('min_bytes', 0)
|
D | profiler_test.py | 111 opts = builder.time_and_memory(min_bytes=0)
|
D | model_analyzer_test.py | 522 opts = builder(builder.time_and_memory(min_bytes=min_val)
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 109 Options(int max_depth, tensorflow::int64 min_bytes, in Options() 126 min_bytes(min_bytes), in Options() 151 tensorflow::int64 min_bytes; member
|
D | tfprof_options.cc | 155 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(), in FromProtoStr() 199 kOptions[0], max_depth, kOptions[1], min_bytes, kOptions[2], in ToString()
|
D | tfprof_options.proto | 9 int64 min_bytes = 2; field
|
/external/v8/src/ |
D | ostreams.h | 110 explicit AsHexBytes(uint64_t v, uint8_t min_bytes = 1, 112 : value(v), min_bytes(min_bytes), byte_order(byte_order) {} in value() 114 uint8_t min_bytes; member
|
D | ostreams.cc | 151 uint8_t bytes = hex.min_bytes; in operator <<()
|
/external/nanopb-c/tests/fuzztest/ |
D | fuzztest.c | 83 static size_t rand_fill_protobuf(uint8_t *buf, size_t min_bytes, size_t max_bytes, int min_tag) in rand_fill_protobuf() argument 87 while(stream.bytes_written < min_bytes) in rand_fill_protobuf() 118 if (min_bytes > stream.bytes_written) in rand_fill_protobuf() 119 len = rand_len(min_bytes - stream.bytes_written); in rand_fill_protobuf()
|
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/ |
D | fuzztest.c | 83 static size_t rand_fill_protobuf(uint8_t *buf, size_t min_bytes, size_t max_bytes, int min_tag) in rand_fill_protobuf() argument 87 while(stream.bytes_written < min_bytes) in rand_fill_protobuf() 118 if (min_bytes > stream.bytes_written) in rand_fill_protobuf() 119 len = rand_len(min_bytes - stream.bytes_written); in rand_fill_protobuf()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-profile-option-builder.pbtxt | 31 …argspec: "args=[\'min_micros\', \'min_bytes\', \'min_accelerator_micros\', \'min_cpu_micros\', \'m… 63 …argspec: "args=[\'self\', \'min_bytes\', \'min_peak_bytes\', \'min_residual_bytes\', \'min_output_…
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_memory.md | 39 tfprof> scope -order_by bytes -select bytes -min_bytes 100000000 59 …rof> code -max_depth 10 -select bytes -order_by bytes -start_name_regexes .*seq2seq.* -min_bytes 1
|
D | options.md | 78 `-min_bytes`: Show nodes that request at least this number of bytes.
|
D | command_line.md | 137 -min_bytes 0
|
/external/stressapptest/src/ |
D | os.h | 61 void SetMinimumHugepagesSize(int64 min_bytes) { in SetMinimumHugepagesSize() argument 62 min_hugepages_bytes_ = min_bytes; in SetMinimumHugepagesSize()
|
/external/curl/lib/ |
D | smb.h | 205 unsigned short min_bytes; member
|
D | smb.c | 570 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_multi.cc | 68 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()
|
D | tfprof_show.cc | 76 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()
|
D | tfprof_utils.cc | 137 !strings::safe_strto64(pieces[i + 1], &opts->min_bytes)) { in ParseCmdLine()
|