Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc50 int int8_to_uint8) { in ComputeHash() argument
53 reinterpret_cast<char*>(&int8_to_uint8), sizeof(int8_to_uint8)); in ComputeHash()
203 bool int8_to_uint8) { in AddConstNodeWithData() argument
209 auto cache_key = ComputeHash(tensor, shape, int8_to_uint8 ? 1 : 0); in AddConstNodeWithData()
239 if (int8_to_uint8 && tensor.type == kTfLiteInt8) { in AddConstNodeWithData()
Dop_builder.h247 bool int8_to_uint8 = false);