Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc411 for (auto index_scale : llvm::enumerate(type.getScales())) { in GetUniformQuantizedTypeForBias() local
412 scales[index_scale.index()] *= index_scale.value(); in GetUniformQuantizedTypeForBias()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1095 intptr_t cid, intptr_t index_scale,
1100 intptr_t cid, intptr_t index_scale,
Dassembler_arm.cc3369 intptr_t cid, intptr_t index_scale, in ElementAddressForIntIndex() argument
3375 offset_base + static_cast<int64_t>(index) * index_scale; in ElementAddressForIntIndex()
3388 intptr_t cid, intptr_t index_scale, in ElementAddressForRegIndex() argument
3391 const intptr_t shift = Utils::ShiftForPowerOfTwo(index_scale) - kSmiTagShift; in ElementAddressForRegIndex()