Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc372 float tensor_min, tensor_max; in ComputeAndAddMinAndMax() local
374 ComputeMinAndMaxQuantValues(tensor, &tensor_min, &tensor_max)); in ComputeAndAddMinAndMax()
378 kScalarShape, reinterpret_cast<char*>(&tensor_max), sizeof(tensor_max)); in ComputeAndAddMinAndMax()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc540 float tensor_max; in Compute() local
549 tensor_max = max_y; in Compute()
558 tensor_max = max_x; in Compute()
564 tensor_min, tensor_max, tensor_num_elements, min_z_value, max_z_value, in Compute()
/external/pytorch/aten/src/ATen/test/
Dvulkan_quantized_api_test.cpp256 const auto tensor_max = tensor.max().item<double>(); in compute_quant_params() local
260 /*max=*/safe_downcast<float>(tensor_max), in compute_quant_params()