Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsResultIndexAssigned (0.52 sec)

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

            : is_read(false),
              is_written(false),
              is_written_all(false),
              hoisted_read(nullptr),
              data_type(nullptr),
              result_index(-1) {}
    
        bool IsResultIndexAssigned() { return result_index != -1; }
    
        // Refine the resource type using the given type `type`.
        void RefineType(Type type) {
          if (!data_type) {
            data_type = type;
          } else {
    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