Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h92 std::vector<int64_t> per_channel_quantization_offsets = {},
103 per_channel_quantization_offsets( in type()
104 std::move(per_channel_quantization_offsets)), in type()
114 std::vector<int64_t> per_channel_quantization_offsets; member
370 builder_.CreateVector<int64_t>(t.per_channel_quantization_offsets), in AddTensorPerChannelQuant()