OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z_min
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc
376
Tensor*
z_min
= nullptr;
variable
377
OP_REQUIRES_OK(context, context->allocate_output(1, {}, &
z_min
));
378
z_min
->flat<float>()(0) = min_z_value;
quantized_add_op_test.cc
78
const float
z_min
= outputs[1].flat<float>()(0);
local
81
Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized,
z_min
, z_max);
quantized_mul_op_test.cc
78
const float
z_min
= outputs[1].flat<float>()(0);
local
81
Tensor z_float = QuantizedTensorToFloat<qint32>(z_quantized,
z_min
, z_max);
quantized_add_op.cc
564
Tensor*
z_min
= nullptr;
variable
565
OP_REQUIRES_OK(context, context->allocate_output(1, {}, &
z_min
));
566
z_min
->flat<float>()(0) = min_z_value;
Completed in 229 milliseconds