Searched refs:fold_results (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | shape_inference.cc | 1399 SmallVector<OpFoldResult, 8> fold_results; in TryToFold() local 1414 folded = abstract_op->foldHook(op, constant_operands, fold_results); in TryToFold() 1425 if (failed(interface->fold(op, constant_operands, fold_results))) in TryToFold() 1429 for (auto result : zip(op->getResults(), fold_results)) { in TryToFold()
|
/external/rust/crates/itertools/src/ |
D | lib.rs | 1898 fn fold_results<A, E, B, F>(&mut self, start: B, f: F) -> Result<B, E> in fold_results() method
|