Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc326 const int64 tensor_0_int64 = in VectorTensorAddition() local
330 const int32 tensor_mult_int32 = tensor_1_int64 - tensor_0_int64; in VectorTensorAddition()
340 const int64x2_t tensor_0_64x2 = vmovq_n_s64(tensor_0_int64); in VectorTensorAddition()
376 tensor_0_int64 + (tensor_value * tensor_mult_int32); in VectorTensorAddition()
411 const int64 tensor_0_int64 = in VectorTensorAddition() local
415 const int32 tensor_mult_int32 = tensor_1_int64 - tensor_0_int64; in VectorTensorAddition()
436 tensor_0_int64 + (tensor_value * tensor_mult_int32); in VectorTensorAddition()