Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GatherElements (0.1 sec)

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

    // Adds two values, or creates a logical-or if they are boolean type.
    Value AccumulateBuffers(Value a, Value b, OpBuilder builder, Location loc);
    
    // Gathers elements in buffer with the indices.
    Value GatherElements(Value indices, Value buffer, OpBuilder builder,
                         Location loc);
    
    // Scatters elements into buffer, where each scattered element is accumulated
    // with the old value in buffer.
    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