Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dsplit_merged_operands.cc105 llvm::DenseSet<Value> stateful_values; in runOnFunction() local
110 if (failed(DuplicateValueIfNeeded(&op, &stateful_values, &builder))) { in runOnFunction()