Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ScatterAccumulateElements (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/collection_ops_util.h

                         Location loc);
    
    // Scatters elements into buffer, where each scattered element is accumulated
    // with the old value in buffer.
    Value ScatterAccumulateElements(Value indices, Value updates, Value buffer,
                                    OpBuilder builder, Location loc);
    
    }  // namespace collection_ops_util
    }  // namespace TF
    }  // namespace mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 02 20:41:19 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top