Home
last modified time | relevance | path

Searched refs:is_redundant (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_minmax.cpp340 bool is_redundant = false; in prune_expression() local
350 is_redundant = true; in prune_expression()
356 if (!is_redundant && limits[i].low && baserange.high) { in prune_expression()
359 is_redundant = true; in prune_expression()
368 is_redundant = true; in prune_expression()
374 if (!is_redundant && limits[i].high && baserange.low) { in prune_expression()
377 is_redundant = true; in prune_expression()
381 if (is_redundant) { in prune_expression()
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion.cc71 if (is_redundant(instruction)) { in insert_after()
84 if (!is_redundant(user)) { in insert_after()
118 if (is_redundant(operand)) { in insert_on_inputs()
Dreduce_precision_insertion.h126 bool is_redundant(const HloInstruction* instruction) { in is_redundant() function