Home
last modified time | relevance | path

Searched refs:set_total_samples (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dtfstreamz_utils.cc67 output.set_total_samples(percentiles.total_samples); in ToProto()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc73 percentiles->set_total_samples(point->percentiles_value.total_samples); in AddMetrics()
/external/flac/include/FLAC++/
Dmetadata.h344 void set_total_samples(FLAC__uint64 value);
/external/flac/src/libFLAC++/
Dmetadata.cpp348 void StreamInfo::set_total_samples(FLAC__uint64 value) in set_total_samples() function in FLAC::Metadata::StreamInfo
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp413 block.set_total_samples(streaminfo_.data.stream_info.total_samples); in test_metadata_object_streaminfo()