Home
last modified time | relevance | path

Searched refs:GetTFDataBytesProducedCounter (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmetrics.h40 monitoring::CounterCell* GetTFDataBytesProducedCounter(const string& name);
Dmetrics.cc179 monitoring::CounterCell* GetTFDataBytesProducedCounter(const string& name) { in GetTFDataBytesProducedCounter() function
Dmodel.h393 bytes_produced_counter_(metrics::GetTFDataBytesProducedCounter(name)), in Metrics()