Home
last modified time | relevance | path

Searched defs:val_pos (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h430 const int16x8_t val_pos = vsubq_s16(val_xor, val_sign); in Divide16x8PowRound() local
442 const int64x2_t val_pos = vsubq_s64(val_xor, val_sign); in Divide64x2PowRound() local
/external/flatbuffers/rust/flatbuffers/src/
Dverifier.rs430 let val_pos = self.deref(val_field_voff)?; in visit_union() localVariable