Home
last modified time | relevance | path

Searched refs:MinMaxRecord (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges.cc24 struct MinMaxRecord { struct
33 std::vector<MinMaxRecord>* records) { in ExtractMinMaxRecords()
121 std::vector<MinMaxRecord> records; in FreezeRequantizationRanges()
131 std::map<string, std::vector<MinMaxRecord>> records_by_node; in FreezeRequantizationRanges()
132 for (const MinMaxRecord& record : records) { in FreezeRequantizationRanges()
148 const std::vector<MinMaxRecord> records = record_info.second; in FreezeRequantizationRanges()
151 for (const MinMaxRecord& record : records) { in FreezeRequantizationRanges()
Dfreeze_requantization_ranges_test.cc36 struct MinMaxRecord { struct
42 std::vector<MinMaxRecord>* records);
179 std::vector<MinMaxRecord> records; in TestExtractMinMaxRecords()