Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dsplit_merged_operands.cc76 std::vector<int> stateful_operands_index; in DuplicateValueIfNeeded() local
77 if (!IsStatefulOp(op, &stateful_operands_index)) return success(); in DuplicateValueIfNeeded()
79 for (int index : stateful_operands_index) { in DuplicateValueIfNeeded()