HomeSort by relevance Sort by last modified time
    Searched refs:z_max (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc 379 Tensor* z_max = nullptr; variable
380 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max));
381 z_max->flat<float>()(0) = max_z_value;
quantized_add_op_test.cc 79 const float z_max = outputs[2].flat<float>()(0); local
81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max);
quantized_mul_op_test.cc 79 const float z_max = outputs[2].flat<float>()(0); local
81 Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized, z_min, z_max);
quantized_add_op.cc 567 Tensor* z_max = nullptr; variable
568 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &z_max));
569 z_max->flat<float>()(0) = max_z_value;

Completed in 1327 milliseconds