Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for is_written_all (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        // Is this resource read in any of the regions?
        bool is_read;
        // Is this resource written in any of the regions?
        bool is_written;
        // Is this resource written in all of the regions?
        bool is_written_all;
        // The hoisted read used to replace region reads.
        Value hoisted_read;
        // the type of the data held by the resource.
        Type data_type;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top