Searched refs:tensor_max (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | op_builder.cc | 372 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/ |
D | quantized_add_op.cc | 540 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/ |
D | vulkan_quantized_api_test.cpp | 256 const auto tensor_max = tensor.max().item<double>(); in compute_quant_params() local 260 /*max=*/safe_downcast<float>(tensor_max), in compute_quant_params()
|