Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op.cc379 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()
Dquantized_mul_op_test.cc79 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()
Dquantized_add_op_test.cc79 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()
Dquantized_add_op.cc567 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()