Searched refs:normalize_ (Results 1 – 2 of 2) sorted by relevance
100 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
1918 …ray::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, G… in ArraySpec() argument1926 , normalize (normalize_) in ArraySpec()