Home
last modified time | relevance | path

Searched refs:normalize_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dedit_distance_op.cc100 OP_REQUIRES_OK(ctx, ctx->GetAttr("normalize", &normalize_)); in EditDistanceOp()
190 if (normalize_) output_t(loc) /= truth_seq.size(); in Compute()
198 if (normalize_ && output_t(loc) != 0.0f) { in Compute()
205 output_t(loc) = (normalize_) ? 1.0 : truth_seq.size(); in Compute()
216 if (normalize_ && output_t(loc) != 0.0f) { in Compute()
227 output_t(loc) = (normalize_) ? 1.0 : truth_seq.size(); in Compute()
233 bool normalize_; member in tensorflow::EditDistanceOp
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1918 …ray::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, G… in ArraySpec() argument
1926 , normalize (normalize_) in ArraySpec()