Home
last modified time | relevance | path

Searched refs:AddScalar (Results 1 – 25 of 52) sorted by relevance

123

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc38 root_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
40 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
42 root_heap->AddScalar("attr1", "units1", 1234); in OnMemoryDump()
47 sub_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
49 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
128 dump->AddScalar(MemoryAllocatorDump::kNameSize, in TEST()
130 dump->AddScalar("foo", MemoryAllocatorDump::kUnitsBytes, 2); in TEST()
138 dump->AddScalar("one", "byte", 1); in TEST()
Dmalloc_dump_provider.cc150 outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
152 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
156 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
160 inner_dump->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
171 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Djava_heap_dump_provider_android.cc35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Dtrace_event_memory_overhead.cc168 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
171 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
173 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()
Dmemory_allocator_dump.h96 void AddScalar(const char* name, const char* units, uint64_t value);
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc474 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size_node)); in AsGraphDefInternal()
475 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed(), &seed_node)); in AsGraphDefInternal()
476 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed2(), &seed2_node)); in AsGraphDefInternal()
530 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size_node)); in AsGraphDefInternal()
587 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size_node)); in AsGraphDefInternal()
588 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed(), &seed_node)); in AsGraphDefInternal()
589 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed2(), &seed2_node)); in AsGraphDefInternal()
780 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size)); in AsGraphDefInternal()
781 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed(), &seed)); in AsGraphDefInternal()
782 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.input_seed2(), &seed2)); in AsGraphDefInternal()
[all …]
Dfixed_length_record_dataset_op.cc113 TF_RETURN_IF_ERROR(b->AddScalar(header_bytes_, &header_bytes)); in AsGraphDefInternal()
114 TF_RETURN_IF_ERROR(b->AddScalar(record_bytes_, &record_bytes)); in AsGraphDefInternal()
115 TF_RETURN_IF_ERROR(b->AddScalar(footer_bytes_, &footer_bytes)); in AsGraphDefInternal()
116 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size)); in AsGraphDefInternal()
117 TF_RETURN_IF_ERROR(b->AddScalar(compression_type_, &compression_type)); in AsGraphDefInternal()
Drange_dataset_op.cc189 TF_RETURN_IF_ERROR(b->AddScalar(start_, &start)); in AsGraphDefInternal()
190 TF_RETURN_IF_ERROR(b->AddScalar(stop_, &stop)); in AsGraphDefInternal()
191 TF_RETURN_IF_ERROR(b->AddScalar(step_, &step)); in AsGraphDefInternal()
Dprefetch_dataset_op.cc114 TF_RETURN_IF_ERROR(b->AddScalar(buffer_size_, &buffer_size)); in AsGraphDefInternal()
213 stats_aggregator->AddScalar( in GetNextInternal()
216 stats_aggregator->AddScalar( in GetNextInternal()
375 stats_aggregator->AddScalar( in Consume()
378 stats_aggregator->AddScalar( in Consume()
Dwindow_dataset_op.cc124 TF_RETURN_IF_ERROR(b->AddScalar(window_size_, &window_size_node)); in AsGraphDefInternal()
126 TF_RETURN_IF_ERROR(b->AddScalar(window_shift_, &window_shift_node)); in AsGraphDefInternal()
128 TF_RETURN_IF_ERROR(b->AddScalar(window_stride_, &window_stride_node)); in AsGraphDefInternal()
130 TF_RETURN_IF_ERROR(b->AddScalar(drop_remainder_, &drop_remainder_node)); in AsGraphDefInternal()
Dfilter_dataset_op.cc169 stats_aggregator->AddScalar( in GetNextInternal()
184 stats_aggregator->AddScalar( in GetNextInternal()
Dshard_dataset_op.cc103 TF_RETURN_IF_ERROR(b->AddScalar(num_shards_, &num_shards)); in AsGraphDefInternal()
105 TF_RETURN_IF_ERROR(b->AddScalar(index_, &index)); in AsGraphDefInternal()
Dbatch_dataset_op.cc136 TF_RETURN_IF_ERROR(b->AddScalar(batch_size_, &batch_size)); in AsGraphDefInternal()
138 TF_RETURN_IF_ERROR(b->AddScalar(drop_remainder_, &drop_remainder)); in AsGraphDefInternal()
Dtext_line_dataset_op.cc87 TF_RETURN_IF_ERROR(b->AddScalar(compression_type_, &compression_type)); in AsGraphDefInternal()
88 TF_RETURN_IF_ERROR(b->AddScalar(options_.input_buffer_size, &buffer_size)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dset_stats_aggregator_dataset_op.cc43 void AddScalar(const string& name, float value, int64 steps) override { in AddScalar() function in tensorflow::data::experimental::__anon1f7b31700111::StatsAggregatorWithTagAndPrefix
44 wrapped_->AddScalar(TaggedName(name), value, steps); in AddScalar()
160 TF_RETURN_IF_ERROR(b->AddScalar(tag_, &tag_node)); in AsGraphDefInternal()
162 TF_RETURN_IF_ERROR(b->AddScalar(prefix_, &prefix_node)); in AsGraphDefInternal()
Dsql_dataset_op.cc118 TF_RETURN_IF_ERROR(b->AddScalar(driver_name_, &driver_name_node)); in AsGraphDefInternal()
121 b->AddScalar(data_source_name_, &data_source_name_node)); in AsGraphDefInternal()
123 TF_RETURN_IF_ERROR(b->AddScalar(query_, &query_node)); in AsGraphDefInternal()
Dsampling_dataset_op.cc91 TF_RETURN_IF_ERROR(b->AddScalar(rate_, &rate)); in AsGraphDefInternal()
92 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.first, &seed)); in AsGraphDefInternal()
93 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.second, &seed2)); in AsGraphDefInternal()
Ddata_service_dataset_op.cc158 TF_RETURN_IF_ERROR(b->AddScalar(dataset_id_, &dataset_id)); in AsGraphDefInternal()
163 TF_RETURN_IF_ERROR(b->AddScalar(processing_mode_str, &processing_mode)); in AsGraphDefInternal()
167 TF_RETURN_IF_ERROR(b->AddScalar(address_, &address)); in AsGraphDefInternal()
171 TF_RETURN_IF_ERROR(b->AddScalar(protocol_, &protocol)); in AsGraphDefInternal()
178 TF_RETURN_IF_ERROR(b->AddScalar(job_name_, &job_name)); in AsGraphDefInternal()
184 b->AddScalar(consumer_index_.value_or(-1), &consumer_index)); in AsGraphDefInternal()
189 b->AddScalar(num_consumers_.value_or(-1), &num_consumers)); in AsGraphDefInternal()
195 b->AddScalar(max_outstanding_requests_, &max_outstanding_requests)); in AsGraphDefInternal()
Drandom_dataset_op.cc79 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.first, &seed)); in AsGraphDefInternal()
80 TF_RETURN_IF_ERROR(b->AddScalar(seeds_.second, &seed2)); in AsGraphDefInternal()
Dsliding_window_dataset_op.cc130 TF_RETURN_IF_ERROR(b->AddScalar(window_size_, &window_size)); in AsGraphDefInternal()
131 TF_RETURN_IF_ERROR(b->AddScalar(window_shift_, &window_shift)); in AsGraphDefInternal()
132 TF_RETURN_IF_ERROR(b->AddScalar(window_stride_, &window_stride)); in AsGraphDefInternal()
Dcsv_dataset_op.cc228 TF_RETURN_IF_ERROR(b->AddScalar(compression_type_, &compression_type)); in AsGraphDefInternal()
230 b->AddScalar(options_.input_buffer_size, &buffer_size)); in AsGraphDefInternal()
231 TF_RETURN_IF_ERROR(b->AddScalar(header_, &header)); in AsGraphDefInternal()
234 TF_RETURN_IF_ERROR(b->AddScalar(delim_string, &delim)); in AsGraphDefInternal()
235 TF_RETURN_IF_ERROR(b->AddScalar(use_quote_delim_, &use_quote_delim)); in AsGraphDefInternal()
236 TF_RETURN_IF_ERROR(b->AddScalar(na_value_, &na_value)); in AsGraphDefInternal()
Dmap_and_batch_dataset_op.cc154 TF_RETURN_IF_ERROR(b->AddScalar(batch_size_, &batch_size_node)); in AsGraphDefInternal()
157 b->AddScalar(num_parallel_calls_, &num_parallel_calls_node)); in AsGraphDefInternal()
159 TF_RETURN_IF_ERROR(b->AddScalar(drop_remainder_, &drop_remainder_node)); in AsGraphDefInternal()
384 stats_aggregator->AddScalar( in CallCompleted()
577 stats_aggregator->AddScalar( in RunnerThread()
/external/libchrome/base/memory/
Dshared_memory_tracker.cc130 local_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal()
132 local_dump->AddScalar("virtual_size", in GetOrCreateSharedMemoryDumpInternal()
138 global_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal()
/external/tensorflow/tensorflow/core/framework/
Dstats_aggregator.h55 virtual void AddScalar(const string& name, float value,
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch93 - inner_dump->AddScalar(
125 +// inner_dump->AddScalar(

123