Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Analysis/
Duserange_analysis.h76 size_t computeID(Value v, Operation *op) const;
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Analysis/
Duserange_analysis.cc334 size_t start = computeID(value, *operationList.begin()); in computeInterval()
341 size_t current = computeID(value, *opIter); in computeInterval()
379 size_t UserangeAnalysis::computeID(Value v, Operation *op) const { in computeID() function in UserangeAnalysis