Home
last modified time | relevance | path

Searched refs:min_bytes (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h109 Options(int max_depth, tensorflow::int64 min_bytes, in Options()
126 min_bytes(min_bytes), in Options()
151 tensorflow::int64 min_bytes; member
Dtfprof_options.proto9 int64 min_bytes = 2; field
Dtfprof_options.cc152 opts_pb.max_depth(), opts_pb.min_bytes(), opts_pb.min_peak_bytes(), in FromProtoStr()
198 kOptions[1], min_bytes, in ToString()
/external/tensorflow/tensorflow/python/profiler/
Doption_builder.py144 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
Dmodel_analyzer.py69 opts.min_bytes = options.get('min_bytes', 0)
Dprofiler_test.py111 opts = builder.time_and_memory(min_bytes=0)
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_probe_cluster_created.h27 uint32_t min_bytes);
39 uint32_t min_bytes() const { return min_bytes_; } in min_bytes() function
Drtc_event_probe_cluster_created.cc20 uint32_t min_bytes) in RtcEventProbeClusterCreated() argument
24 min_bytes_(min_bytes) {} in RtcEventProbeClusterCreated()
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c83 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/
Dfuzztest.c83 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/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator_unittest.cc37 int min_bytes = kDefaultMinBytes) { in AddPacketFeedback() argument
44 PacedPacketInfo(probe_cluster_id, min_probes, min_bytes); in AddPacketFeedback()
Dprobe_controller.cc84 size_t min_bytes = static_cast<int32_t>(probe.target_data_rate.bps() * in MaybeLogProbeClusterCreated() local
88 min_bytes)); in MaybeLogProbeClusterCreated()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profile-option-builder.pbtxt31 …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/
Dprofile_memory.md39 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
Doptions.md78 `-min_bytes`: Show nodes that request at least this number of bytes.
/external/protobuf/src/google/protobuf/
Darena.cc109 ArenaImpl::Block* ArenaImpl::NewBlock(Block* last_block, size_t min_bytes) { in NewBlock() argument
118 GOOGLE_CHECK_LE(min_bytes, std::numeric_limits<size_t>::max() - kBlockHeaderSize); in NewBlock()
119 size = std::max(size, kBlockHeaderSize + min_bytes); in NewBlock()
Darena_impl.h292 Block* NewBlock(Block* last_block, size_t min_bytes);
/external/webrtc/logging/rtc_event_log/
Dlogged_events.h144 uint32_t min_bytes) in LoggedBweProbeClusterCreatedEvent()
149 min_bytes(min_bytes) {} in LoggedBweProbeClusterCreatedEvent()
158 uint32_t min_bytes; member
Drtc_event_log_unittest_helper.cc157 int min_bytes = prng_.Rand(500, 50000); in NewProbeClusterCreated() local
160 min_probes, min_bytes); in NewProbeClusterCreated()
804 EXPECT_EQ(original_event.min_bytes(), logged_event.min_bytes); in VerifyLoggedBweProbeClusterCreatedEvent()
/external/stressapptest/src/
Dos.h61 void SetMinimumHugepagesSize(int64 min_bytes) { in SetMinimumHugepagesSize() argument
62 min_hugepages_bytes_ = min_bytes; in SetMinimumHugepagesSize()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc75 probe_info.probe_cluster_min_bytes = probe.event.min_bytes; in OnPacketSent()
79 if (probe.bytes_sent >= probe.event.min_bytes && in OnPacketSent()
/external/curl/lib/
Dsmb.h204 unsigned short min_bytes; member
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc68 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()
Dtfprof_show.cc77 if (node->proto().total_requested_bytes() < opts.min_bytes || in ShouldShow()
Dtfprof_utils.cc138 !absl::SimpleAtoi(pieces[i + 1], &opts->min_bytes)) { in ParseCmdLine()

12