OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neg_offset
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
447
const int16x8_t
neg_offset
= vandq_s16(val_sign, FIRST_BIT);
local
448
const int16x8_t val_with_offset = vsubq_s16(val,
neg_offset
);
450
vsraq_n_s16(
neg_offset
, val_with_offset, POW);
461
const int64x2_t
neg_offset
= vandq_s64(val_sign, FIRST_BIT);
local
462
const int64x2_t val_with_offset = vsubq_s64(val,
neg_offset
);
464
vsraq_n_s64(
neg_offset
, val_with_offset, POW);
[
all
...]
/external/vixl/src/aarch32/
assembler-aarch32.cc
2550
int32_t
neg_offset
= -offset;
local
[
all
...]
Completed in 827 milliseconds