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

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_mul_op.cc380 Tensor* z_max = nullptr; variable
381 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max));
382 z_max->flat<float>()(0) = max_z_value;
H A Dquantized_add_op_test.cc79 const float z_max = outputs[2].flat<float>()(0); local
81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max);
H A Dquantized_mul_op_test.cc79 const float z_max = outputs[2].flat<float>()(0); local
81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max);
H A Dquantized_add_op.cc568 Tensor* z_max = nullptr; variable
569 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max));
570 z_max->flat<float>()(0) = max_z_value;

Completed in 574 milliseconds