Searched refs:z_max (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_mul_op.cc | 379 Tensor* z_max = nullptr; in Compute() local 380 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max)); in Compute() 381 z_max->flat<float>()(0) = max_z_value; in Compute()
|
D | quantized_mul_op_test.cc | 79 const float z_max = outputs[2].flat<float>()(0); in TestMul() local 81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max); in TestMul()
|
D | quantized_add_op_test.cc | 79 const float z_max = outputs[2].flat<float>()(0); in TestAdd() local 81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max); in TestAdd()
|
D | quantized_add_op.cc | 567 Tensor* z_max = nullptr; in Compute() local 568 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max)); in Compute() 569 z_max->flat<float>()(0) = max_z_value; in Compute()
|