Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getVariableArgIndicesAttr (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/tfrt_ops.cc

        }
      }
    
      // Verify variable_arg_indices is sorted in ascending order.
      int64_t prev_index = -1;
      for (auto arg_index_attr : getVariableArgIndicesAttr()) {
        if (!mlir::isa_and_nonnull<mlir::IntegerAttr>(arg_index_attr)) {
          return emitOpError() << "variable_arg_indices must be an integer";
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top