OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_0_64x2
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
545
const uint8* input_ptr, const int64x2_t
input_0_64x2
,
562
vmlal_s32(
input_0_64x2
, input_value_low_low_32x2, input_mult_32x2);
564
vmlal_s32(
input_0_64x2
, input_value_low_high_32x2, input_mult_32x2);
566
vmlal_s32(
input_0_64x2
, input_value_high_low_32x2, input_mult_32x2);
568
vmlal_s32(
input_0_64x2
, input_value_high_high_32x2, input_mult_32x2);
[
all
...]
quantized_add_op.cc
85
const int64x2_t
input_0_64x2
= vmovq_n_s64(input_0_int64);
local
93
Requantize8x8To32Neon(full_input_ptr,
input_0_64x2
, input_mult_32x2);
Completed in 1245 milliseconds